字符设备驱动,架构分析,字符设备驱动笔记借鉴.pdfVIP

  • 0
  • 0
  • 约4.03千字
  • 约 5页
  • 2021-11-29 发布于福建
  • 举报

字符设备驱动,架构分析,字符设备驱动笔记借鉴.pdf

字符设备驱动 架构分析 好长时间没怎么看书了 ,最近把字符设备驱动部分又复习了一下 ,写个笔记 . Char Device Driver 相关数据结构: struct cdev { struct kobject kobj; struct module *owner; const struct file_operations *ops; struct list_head list; dev_t dev; unsigned int count; }; struct kobj_map { struct probe { struct probe *next; dev_t dev; unsigned long range; struct module *owner; kobj_probe_t *get; int (*lock)(dev_t, void *); void *data;

文档评论(0)

1亿VIP精品文档

相关文档