table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
DRIVER_ATTACH(9) | Device drivers infrastructure | DRIVER_ATTACH(9) |
NAME¶
driver_attach - try to bind driver to devices.SYNOPSIS¶
int
driver_attach(struct device_driver * drv);
ARGUMENTS¶
drvdriver.
DESCRIPTION¶
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.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |