2023.7.19

发布时间 2023-08-01 18:49:03作者: 杨大茄子

Linux kernel platform abstraction and data structures

struct device, struct device_driver, and struct bus_type

include/linux/device.h:

Device driver base structure

 include/linux/device/driver.h

 

 Driver registration

 最好在模组的 __init 和__exit里进行注册和注销

module_{bus_name}_driver(__{bus_name}_driver)

 

Exposing the supported devices in the driver