centos man page for device_bind_driver

Query: device_bind_driver

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DEVICE_BIND_DRIVER(9)					   Device drivers infrastructure				     DEVICE_BIND_DRIVER(9)

NAME
device_bind_driver - bind a driver to one device.
SYNOPSIS
int device_bind_driver(struct device * dev);
ARGUMENTS
dev device.
DESCRIPTION
Allow manual attachment of a driver to a device. Caller must have already set dev->driver. Note that this does not modify the bus reference count nor take the bus's rwsem. Please verify those are accounted for before calling this. (It is ok to call with no other effort from a driver's probe method.) This function must be called with the device lock held.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DEVICE_BIND_DRIVER(9)
Related Man Pages
struct_input_polled_dev(9) - centos
bus_child_present(9) - debian
bus_child_present(9) - freebsd
device_add_child(9) - freebsd
device_add_child_ordered(9) - centos
Similar Topics in the Unix Linux Community
How to increment version inside a file?
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq