最終更新:2014-06-04 (水) 02:46:39 (3614d)  

platform_driver
Top / platform_driver

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;
        const struct platform_device_id *id_table;
        bool prevent_deferred_probe;
};

メンバ

ドキュメント

module_init

登録

register

probe

hidg_plat_driver

dwc3_driver

dwc2_platform_driver?

関連

メモ

  • pcspkr?