最終更新:2016-03-29 (火) 15:01:25 (3815d)  

driver_attach
Top / driver_attach

try to bind driver to devices.

メモ

  • Walk the list of devices that the bus has on it and try to
    match the driver with each one.  If driver_probe_device()
    returns 0 and the @dev->driver is set, we've found a
    compatible pair.

実装

呼び出し

呼び出し元