搜索资源列表
linuxuse
- 介绍了linux字符设备驱动程序中建立设备,初始化设备、设备的资源分配和如何访问设备方法以及相关函数的实现
linux-character-driver
- linux下的简单字符设备驱动的源码,有说明文件说明如何编译和安装卸载测试驱动
第七章:设备管理实验
- linux设备管理源码 字符设备驱动程序:设计两个终端设备文件实现一个字符设备驱动程序,使一对进程之间利用该字符设备驱动程序能互相传递可变长度的信息。-equipment management source linux device drivers characters : two terminal equipment design documents for a character device driver, so that a process between the use of the
linux_module
- 一个可以成功编译的linux字符设备源码,做课程设计的同学可以参考下!-linux can be successfully compiled a character device code, so students can refer to the curriculum design under!
s3c2410-linux-2.6.11.1-apm-08.11.02
- 将s3c2410-linux-2.6.11.1-apm-08.11.02.patch复制到内核根目录。 执行patch –p1 < s3c2410-linux-2.6.11.1-apm-08.11.02.patch即可! 在2.6.11.1内核中,创建字符设备的代码是:linux/arch/arm/kernel/amp.c。在根文件系统创建设备节点是dev/misc/apm_bios。-Will s3c2410-linux-2.6.11.1-apm-08.11.02.patch c
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
linuxchardev
- linux下的字符设备驱动,参加培训时的资料-chardev
globalfifo_async
- linux 字符设备驱动-globalfifo_async-linux driver--globalfifo_async
linux-char-driver-develop-guid
- linux 字符设备开发流程及内核函数工作原理,很精辟、透彻!-linux character device development process and the principle of kernel functions, it is insightful, thorough!
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.))