搜索资源列表
WG
- 这个一个与具体设备无关的特殊设备的驱动程序,实际中,还可以涉及到很多内容,如ioctl、I/O端口等,此方面,我进在研究学习中!
led_linux2.4.18
- Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = op
ioctl
- 用用can驱动程序的ioctl.c,大家可以参考参考啊,谢谢。
D12isoDriver
- 周立功D12开发板中带的WINDOWS XP驱动程序,在编译后会出现USB设备不能正常工作. 以下是修改的代码,修改后可以正常工作. 在d12.c和Ioctl.c中, 将+256去掉,这个会引去枚举设备时,设备描述符的长度不对,修改后: siz = sizeof(USB_CONFIGURATION_DEscr iptOR) 在d12.c中的D12_SelectInterface函数中, 设备查询完接口后有一段代码,也会引起驱动返回不对,需要屏蔽下面的代码 // Retrieve the sele
jffs2详细分析
- 对jffs2的一下各个方面进行了详细的点评!不可错过哦! jffs2/jffs2/ jffs2/jffs2/zlib.c jffs2/jffs2/symlink.c jffs2/jffs2/super.c jffs2/jffs2/scan.c jffs2/jffs2/readinode.c jffs2/jffs2/read.c jffs2/jffs2/nodemgmt.c jffs2/jffs2/nodelist.h jffs2/jffs2/nodelist.c jffs2
reader
- ST7100 SCI routines IOCTL API descr iption and test code
bkondisk
- to dump nand flash - only as long as your device has the required ioctl api s-to dump nand flash- only as long as your device has the required ioctl api s
bksam
- bksamsung - to dump nand flash - only as long as your device has the required ioctl api s-bksamsung- to dump nand flash- only as long as your device has the required ioctl api s
armLinux_2.6.24_SD
- 自己开发的,针对cpu:s3c24x0,os:arm_linux 的sd卡的驱动程序,和其他驱动程序不同的是实现了更多ioctl中的功能-Their own development, for cpu: s3c24x0, os: arm_linux the sd card driver, and other drivers is to achieve a different ioctl function more
ioctl_example
- mDoc driver ioctl example source code
fb.tar
- 利用mmap在frambuffer中画点,划线,图形,ioctl功能实现-Using mmap in frambuffer in drawing point dash, graphics, ioctl function realization
SCULL
- linux下简单的设备驱动程序,实现了读写、定位文件指针、ioctl清零以及简单的读写控制。-the simple linux device driver, to achieve the reading and writing, positioning the file pointer, ioctl clear and simple to read and write control.
linux_device_ioctl
- linux_device_ioctl ioctl是设备驱动程序中对设备的IO通道进行管理的的函数,程序可以通过ioctl想设备发送命令、参数等配置信息-linux_device_ioctl ioctl is device driver for device IO channel management functions, the program can send commands via ioctl to the device, parameters and other configurat
pciv
- 海思Hi3520 PCI总线演示程序 PCIV 相关样例程序包含以下几部分: 1、PCIV MSG :PCI业务层的消息通讯封装。基于MCC模块提供的ioctl接口,提供消息端口的打开关闭、消息发送、消息接收等接口。 相关代码为pciv_msg.c、pciv_msg.h。 2、PCIV Trans:PCI业务层的数据传输封装。基于PCI DMA传输接口、PCI消息交互及一套基本的读写指针Buffer,实现业务层通用数据传输接口。 可以用于主从片之间的任何类型的
Broadcasting-a-message-using-UDP
- Broadcasting a message using UDP sockets communication between two VxWorks systems. Demo for using the SIOCGIFCONF ioctl option
IOCTL
- This sample demonstrates the usage of four different types of IOCTLs (METHOD_IN_DIRECT, METHOD_OUT_DIRECT, METHOD_NEITHER, and METHOD_BUFFERED).