Linux—driver驱动理论详解
驱动程序的描述结构体 struct device_driver { const char *name;/*驱动程序的名称*/ struct bus_type *bus;/*驱动程序所在的总线*/ struct module *owner; const char *mod_name; /* used for built-in modules */ bool suppress_bind_attrs; /* disables bind/unbind via sysfs */ #if defined(CONFIG_OF) const struct of_device_id *of_ma
用户评论
推荐下载
-
Working with Linux SPI driver
详细分析了linuxspi驱动的实现过程。
25 2019-06-24 -
linux社区driver动态
thisfilecontainssomechangesinlinuxkernelrecently
14 2019-07-06 -
palm secure driver for linux
FUJITSUPalmSecureSensorDriverCodeforlinuxstudying.
26 2019-06-27 -
comfast_driver_Linux
comfastLinux无线网卡驱动
16 2019-05-13 -
Embedded Linux Driver Development
嵌入式Linux驱动开发,英文版,极好的slides。例子精简,条理分明,对于Linux驱动开发者十分受用。
45 2019-06-01 -
The Linux Kernel Driver Model
TheLinuxKernelDriverModel
28 2019-06-23 -
arm linux usb driver
s3c2410 arm linux 下的 usb 驱动,经过调试后正常运行的。
31 2018-12-08 -
linux_driver_comunicate
read ,write and ioctl
18 2018-12-15 -
Android Linux Touchscreen Driver
Touchscreen Driver for Android/Linux (Touch key report included)
35 2018-12-10 -
linux2.6.29driver
linux2.6.29driver
18 2019-09-15
暂无评论