centos man page for driver_attach

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)

NAME
driver_attach - try to bind driver to devices.
SYNOPSIS
int driver_attach(struct device_driver * drv);
ARGUMENTS
drv driver.
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
Kernel Hackers Manual 3.10 June 2014 DRIVER_ATTACH(9)
Related Man Pages
struct_device_driver(9) - centos
struct_i2c_driver(9) - centos
i2c_register_board_info(9) - centos
i2c_register_board_info(9) - suse
struct_i2c_driver(9) - suse
Similar Topics in the Unix Linux Community
How do I know which HBA cards' hardware I have (on Solaris 10) ?
How do I know which HBA cards' hardware I have (on Solaris 10) ?
SoundCard.. Again
Detecting usb stick in freebsd
Solaris 10, problem with attaching driver