*参照元 [#r4715e43]
#backlinks

*説明 [#cbed0474]
-パス: [[linux-4.4.1/include/linux/platform_device.h]]

-FIXME: これは何?
--説明


**参考 [#tbe44bd0]


*実装 [#acae06c0]
 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 *);
-
--[[linux-4.4.1/platform_device]]
--[[linux-4.4.1/pm_message_t]]

         struct device_driver driver;
-
--[[linux-4.4.1/device_driver]]

         const struct platform_device_id *id_table;
-
--[[linux-4.4.1/platform_device_id]]

         bool prevent_deferred_probe;
 };


*コメント [#p33edc33]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS