最終更新:2014-05-28 (水) 04:23:21 (3614d)  

Linux/プラットフォームデバイス
Top / Linux / プラットフォームデバイス

platform 'pseudo' bus for legacy devices

メモ

  • Platform devices are devices that typically appear as autonomous entities in the system.
  • This includes legacy port-based devices and host bridges to peripheral buses, and most controllers integrated into system-on-chip platforms.

ドキュメント

LWN

ヘッダファイル

構造体

マクロ

関数

  • floppy?
  • snd_uac2?
  • hidg?

sysfs

処理

init

probe

  • dwc3_driverの例
    static struct platform_driver dwc3_driver = {
            .probe          = dwc3_probe,
            .remove         = dwc3_remove,
            .driver         = {
                    .name   = "dwc3",
                    .of_match_table = of_match_ptr(of_dwc3_match),
                    .pm     = DWC3_PM_OPS,
            },
    };

呼び出し階層

その他

関連

参考