Linux驱动之Platform Driver

# Platform Driver 平台驱动     Linux中的全部设备驱动都须要注册到系统平台下,这此操做由platform_device.h中定义的一组函数完成.咱们先来看看struct platform_driver这个结构体:     struct platform_driver { int (*probe)(struct platform_device *);
相关文章
相关标签/搜索