Lines Matching refs:it
5 driver that can control it. Bus drivers have typically handled this
15 type in the system. When device_register is called for a device, it is
18 for a driver, it is inserted at the end of this list. These are the
26 to find one that supports it. In order to determine that, the device
30 algorithm, it is up to the bus driver to provide a callback to compare
38 chance to verify that it really does support the hardware, and that
39 it's in a working state.
45 the class to which it belongs. Device drivers belong to one and only one
48 and actually register it with the class, which happens with the
90 When a device is removed, the reference count for it will eventually
91 go to 0. When it does, the remove callback of the driver is called. It
95 When a driver is removed, the list of devices that it supports is