1. 首页
  2. 数据库
  3. 其它
  4. Linux—driver驱动理论详解

Linux—driver驱动理论详解

上传者: 2021-01-14 13:42:11上传 PDF文件 43.9KB 热度 10次
驱动程序的描述结构体 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
下载地址
用户评论