搜索资源列表
LINUXdriver
- 一个linux字符设备驱动。根据操作系统课本上的实验内容设计编写,具有很高的参考价值。
linuxuse
- 介绍了Linux字符设备驱动程序中建立设备,初始化设备、设备的资源分配和如何访问设备方法以及相关函数的实现
linuxdriver_code_tool
- 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
vfifo
- linux下的字符设备驱动代码,用来加载新的驱动-under linux character device driver code, used to load the new driver
922624schar
- linux字符设备驱动程序schar 内附makefile-linux character device driver makefile containing Schar
Linuxdevicedriverchardriver
- Linux设备驱动程序学习(1)-字符设备驱动程序 - Linux设备驱动程序.rar-Linux设备驱动程序学习(1)-字符设备驱动程序- Linux设备驱动程序.rar
s3c2410-watchdog
- s3c2410-watchdog 源码 arm902 linux字符设备驱动-s3c2410-watchdog source arm902 linux character device driver
LinuxDrv
- Linux驱动示例,入门推荐.有字符设备驱动,块设备驱动.-Linux driver example, the entry recommended. There is character device drivers, block device drivers.
Linux divice diver
- Linux设备驱动的现状 从non os驱动到Linux驱动 内核设施 自旋锁、信号量、互斥量、完成量 异步通知、信号 阻塞与非阻塞 内存与I/O操作,DMA 中断,top half/bottom half 字符设备驱动 复杂设备驱动的框架 LCD设备FRAMEBUFFER FLASH设备MTD TTY设备 块设备 用户空间的设备驱动 设备驱动开发流程 开
linuxchardev
- linux下的字符设备驱动,参加培训时的资料-chardev
globalfifo_async
- linux 字符设备驱动-globalfifo_async-linux driver--globalfifo_async
Linux-driver-development6
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第6章、字符设备驱动。在Linux设备驱动中,字符设备驱动较为基础。本章主要讲解Linux字符设备驱动程序的结构及其主要组成部分的编程方法。6.1节讲解了Linux字符设备驱动的关键数据结构cdev及file_operations结构体的操作方法,并分析了Linux字符设备的整体结构,给出了简单的设计模板。6.2节讲解了本章及后续各章所基于的globalmem虚拟字符设备,第6~9章都将基于该虚拟设备实例进
Linux-driver-development12
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第12章、Linux字符设备驱动综合实例。本章将分析5个典型的字符设备驱动,在这些驱动中,将灵活地运用到前面各章所讲解的内容。12.1节讲解按键的设备驱动,加深读者对字符设备驱动架构、阻塞与非阻塞、中断、定时器等相关知识的理解。12.2节讲解触摸屏的设备驱动,触摸屏的设备驱动比按键的设备驱动稍微复杂一些,但是很类似。12.3节讲解TI的DSP提供给通用CPU的HPI(主机并行接口)的设备驱动,硬件结构为AR
1-Linux
- Linux字符设备驱动程序设计 -Linux character device driver design a character device driver design
Linux-character-driver
- 深入浅出 Linux字符设备驱动程序解析-Linux character driver
LINUX-character-driver-instance
- LINUX字符设备驱动程序实例,实际操作-LINUX character instance
Linux--character-driver(2)
- 嵌入式学院第2期Linux字符设备驱动,详细说明-Linux character driver(2)
linux-char-device-driver
- linux字符设备驱动的简单实现,并附带测试代码,通过此代码可以直观全面的了解一下linux 字符设备驱动的实现过程和实现内容,并通过测试代码可以实际操作该字符设备-linux character device driver is a simple implementation, and come with a test code, by this code can be intuitive and comprehensive look at linux character device dri
chrdev
- linux下,字符设备驱动:模块三要素,file_operations结构体,字符设备的注册,Makefile编写,全部资料(Under Linux, character device drivers)
Linux设备驱动开发详解.part01
- Linux所有设备驱动开发详解(包括字符型,块设备,平台设备等)(Linux detailed explanation of all device driver development (including character type, block device, platform device, etc.))