文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>platform_device_register和platform_driver_register

platform_device_register和platform_driver_register

时间:2010-08-06  来源:zhhsboy

struct platform_driver { int (*probe)(struct platform_device *); int (*remove)(struct platform_device *); void (*shutdown)(struct platform_device *); int (*suspend)(struct platform_device *, pm_message_t state); int (*resume)(struct platform_device *); struct device_driver driver; }; int platform_driver_register(struct platform_driver *drv)
struct platform_device { const char * name; u32 id; struct device dev; u32 num_resources; struct resource * resource; }; int platform_device_register(struct platform_device * pdev)
相关阅读 更多 +
排行榜 更多 +
宝石帝国免广告

宝石帝国免广告

冒险解谜 下载
熊出没森林勇式单机版

熊出没森林勇式单机版

休闲益智 下载
像素勇士向前冲游戏

像素勇士向前冲游戏

休闲益智 下载