Query: driver_attach
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DRIVER_ATTACH(9) Device drivers infrastructure DRIVER_ATTACH(9)NAMEdriver_attach - try to bind driver to devices.SYNOPSISint driver_attach(struct device_driver * drv);ARGUMENTSdrv driver.DESCRIPTIONWalk 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 DRIVER_ATTACH(9)
| Related Man Pages |
|---|
| hpfc(7d) - sunos |
| uk(4) - netbsd |
| struct_i2c_driver(9) - suse |
| iscsi(7d) - sunos |
| iscsi(7d) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| Detecting usb stick in freebsd |
| Solaris 10, problem with attaching driver |
| ffserver cannot open ffserver.conf file |