搜索资源列表
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
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
linuxqudong-4
- 本书介绍的主题会越来越复杂,它们可以分成两个部分。第一部分(第1章到第10章)从内核模块的正确安装开始介绍,会涉及到写字符设备驱动程序需要面对的各方面的问题。每章会讨论一个独立主题,并且在末尾包含一个“符号表”,在实际开发时,可以用作参考。当我写自己的设备驱动程序时,我发现我会回头去查自己写的章节,我希望你也可以充分利用这个符号表。-linux qudong kai fa zhong wenban
LinuxDrv
- Linux驱动示例,入门推荐.有字符设备驱动,块设备驱动.-Linux driver example, the entry recommended. There is character device drivers, block device drivers.
linuxchardev
- linux下的字符设备驱动,参加培训时的资料-chardev
globalfifo_async
- linux 字符设备驱动-globalfifo_async-linux driver--globalfifo_async
drive
- C语言实现的Linux字符设备驱动,能够注册字符设备模块,文件中含有2个脚本文件,实现字符设备模块的加载和卸载-C language implementation of the Linux character device driver can register character device module, the file contains two scr ipts, the character devices to achieve the loading and unloading mo
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.))