最終更新:2015-02-02 (月) 19:02:38 (3363d)  

device_bind_driver
Top / device_bind_driver

bind a driver to one device.

Allow manual attachment of a driver to a device. Caller must have already set @dev->driver.

int device_bind_driver(struct device *dev)

実装

呼び出し

呼び出し元