CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 驱动编程

文件名称:linuxdriver_code_tool

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    23.9mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book is to introduce a Linux device driver development theories, frameworks and examples of the book, the book version of the kernel to Linux 2.6 is based on details of spin locks, semaphores, output, interrupt the top/at the end of the first half, timer , memory and I/O mapping as well as asynchronous notification, blocking I/O, non-blocking I/O such as Linux device driver theory character device, block device, TTY device, I2C devices, LCD devices, audio devices, USB devices, network devices, PCI devices, such as Linux device driver architecture and the framework of various complex data structure and function relationships, and on a large number of Linux-driven development of a large number of examples so that readers can be an independent development of all types of Linux device drivers.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

linuxdriver_code_tool
linuxdriver_code_tool/03
linuxdriver_code_tool/03/2.6内核升级工具
linuxdriver_code_tool/03/2.6内核升级工具/device-mapper-1.00.19-2.i386.rpm
linuxdriver_code_tool/03/2.6内核升级工具/lvm2-2.00.25-1.01.i386.rpm
linuxdriver_code_tool/03/2.6内核升级工具/mkinitrd-4.2.0.3.tar.tar
linuxdriver_code_tool/03/2.6内核升级工具/module-init-tools-3.2.2.tar.bz2
linuxdriver_code_tool/03/2.6内核升级工具/modutils-2.4.5-1.src.rpm
linuxdriver_code_tool/04
linuxdriver_code_tool/04/内核模块参数范例
linuxdriver_code_tool/04/内核模块参数范例/book.c
linuxdriver_code_tool/04/内核模块导出符号
linuxdriver_code_tool/04/内核模块导出符号/export_symb.c
linuxdriver_code_tool/04/最简单的内核模块
linuxdriver_code_tool/04/最简单的内核模块/hello.c
linuxdriver_code_tool/05
linuxdriver_code_tool/05/udev源代码
linuxdriver_code_tool/05/udev源代码/udev-114.tar.gz
linuxdriver_code_tool/06
linuxdriver_code_tool/06/globalmem驱动
linuxdriver_code_tool/06/globalmem驱动/globalmem.c
linuxdriver_code_tool/06/包含2个globalmem设备的驱动
linuxdriver_code_tool/06/包含2个globalmem设备的驱动/globalmem_two.c
linuxdriver_code_tool/07
linuxdriver_code_tool/07/含并发控制的globalmem驱动
linuxdriver_code_tool/07/含并发控制的globalmem驱动/globalmem_lock.c
linuxdriver_code_tool/08
linuxdriver_code_tool/08/globalfifo驱动
linuxdriver_code_tool/08/globalfifo驱动/globalfifo.c
linuxdriver_code_tool/08/poll应用程序范例
linuxdriver_code_tool/08/poll应用程序范例/pollmonitor.c
linuxdriver_code_tool/09
linuxdriver_code_tool/09/异步通知应用程序范例
linuxdriver_code_tool/09/异步通知应用程序范例/asyncmonitor.c
linuxdriver_code_tool/09/支持异步通知的globalfifo
linuxdriver_code_tool/09/支持异步通知的globalfifo/globalfifo_async.c
linuxdriver_code_tool/10
linuxdriver_code_tool/10/S3C2410实时钟驱动
linuxdriver_code_tool/10/S3C2410实时钟驱动/s3c2410-rtc.c
linuxdriver_code_tool/10/秒设备驱动与应用程序
linuxdriver_code_tool/10/秒设备驱动与应用程序/second.c
linuxdriver_code_tool/10/秒设备驱动与应用程序/second.c~
linuxdriver_code_tool/10/秒设备驱动与应用程序/second_test.c
linuxdriver_code_tool/11
linuxdriver_code_tool/11/DMA范例
linuxdriver_code_tool/11/DMA范例/3c505.c
linuxdriver_code_tool/11/DMA范例/3c505.h
linuxdriver_code_tool/11/DMA范例/dma.h
linuxdriver_code_tool/11/静态映射范例
linuxdriver_code_tool/11/静态映射范例/mach-smdk2440.c
linuxdriver_code_tool/12
linuxdriver_code_tool/12/NVRAM驱动
linuxdriver_code_tool/12/NVRAM驱动/generic_nvram.c
linuxdriver_code_tool/12/平台设备
linuxdriver_code_tool/12/平台设备/devs.c
linuxdriver_code_tool/12/看门狗驱动
linuxdriver_code_tool/12/看门狗驱动/s3c2410_wdt.c
linuxdriver_code_tool/12/触摸屏驱动
linuxdriver_code_tool/12/触摸屏驱动/作为input设备
linuxdriver_code_tool/12/触摸屏驱动/作为input设备/s3c2410_ts.c
linuxdriver_code_tool/12/触摸屏驱动/作为input设备/s3c2410_ts.h
linuxdriver_code_tool/12/触摸屏驱动/作为普通字符设备
linuxdriver_code_tool/12/触摸屏驱动/作为普通字符设备/s3c2410-ts.c
linuxdriver_code_tool/13
linuxdriver_code_tool/13/IDE驱动
linuxdriver_code_tool/13/IDE驱动/ide-disk.c
linuxdriver_code_tool/13/IDE驱动/ide-h8300.c
linuxdriver_code_tool/13/RAMDISK驱动
linuxdriver_code_tool/13/RAMDISK驱动/rd.c
linuxdriver_code_tool/14
linuxdriver_code_tool/14/S3C2410串口驱动
linuxdriver_code_tool/14/S3C2410串口驱动/regs-gpio.h
linuxdriver_code_tool/14/S3C2410串口驱动/regs-serial.h
linuxdriver_code_tool/14/S3C2410串口驱动/s3c2410.c
linuxdriver_code_tool/14/串口核心层
linuxdriver_code_tool/14/串口核心层/serial_core.c
linuxdriver_code_tool/14/串口核心层/serial_core.h
linuxdriver_code_tool/15
linuxdriver_code_tool/15/S3C2410 I2C主机驱动
linuxdriver_code_tool/15/S3C2410 I2C主机驱动/i2c-s3c2410.c
linuxdriver_code_tool/15/S3C2410 I2C主机驱动/iic.h
linuxdriver_code_tool/15/S3C2410 I2C主机驱动/regs-gpio.h
linuxdriver_code_tool/15/S3C2410 I2C主机驱动/regs-iic.h
linuxdriver_code_tool/15/SAA711x I2C设备驱动
linuxdriver_code_tool/15/SAA711x I2C设备驱动/saa711x.c
linuxdriver_code_tool/16
linuxdriver_code_tool/16/CS8900以太网设备驱动
linuxdriver_code_tool/16/CS8900以太网设备驱动/cs89x0.c
linuxdriver_code_tool/16/CS8900以太网设备驱动/cs89x0.h
linuxdriver_code_tool/17
linuxdriver_code_tool/17/ALSA工具及库
linuxdriver_code_tool/17/ALSA工具及库/alsa-driver-1.0.15.tar.bz2
linuxdriver_code_tool/17/ALSA工具及库/alsa-firmware-1.0.15.tar.bz2
linuxdriver_code_tool/17/ALSA工具及库/alsa-lib-1.0.15.tar.bz2
linuxdriver_code_tool/17/ALSA工具及库/alsa-oss-1.0.15.tar.bz2
linuxdriver_code_tool/17/ALSA工具及库/alsa-tools-1.0.15.tar.bz2
linuxdriver_code_tool/17/ALSA工具及库/alsa-utils-1.0.13.tar.bz2
linuxdriver_code_tool/17/ALSA工具及库/pyalsa-1.0.15.tar.bz2
linuxdriver_code_tool/17/ALSA应用程序范例
linuxdriver_code_tool/17/ALSA应用程序范例/pcm.c
linuxdriver_code_tool/17/ALSA应用程序范例/pcm_min.c
linuxdriver_code_tool/17/ALSA驱动范例
linuxdriver_code_tool/17/ALSA驱动范例/sa11xx-uda1341.c
linuxdriver_code_tool/17/ALSA驱动范例/uda1341.h
linuxdriver_code_tool/17/OSS应用程序范例
linuxdriver_code_tool/17/OSS应用程序范例/mixer.c
linuxdriver_code_tool/17/OSS应用程序范例/sound.c
linuxdriver_code_tool/17/OSS驱动范例
linuxdriver_code_tool/17/OSS驱动范例/s3c2410-uda1341.c
linuxdriver_code_tool/18
linuxdriver_code_tool/18/FRAMEBUFFER应用程序范例
linuxdriver_code_tool/18/FRAMEBUFFER应用程序范例/fb_display
linuxdriver_code_tool/18/FRAMEBUFFER应用程序范例/fb_display/fb_display.c
linuxdriver_code_tool/18/FRAMEBUFFER应用程序范例/fb_display/fb_display.h
linuxdriver_code_tool/18/FRAMEBUFFER应用程序范例/fb_display/Makefile
linuxdriver_code_tool/18/FRAMEBUFFER应用程序范例/fb_display/README
linuxdriver_code_tool/18/FRAMEBUFFER应用程序范例/fb_display/test.c
linuxdriver_code_tool/18/S3C2410 LCD驱动
linuxdriver_code_tool/18/S3C2410 LCD驱动/s3c2410

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com