Lines Matching full:driver
72 .Fn devctl_set_driver "const char *device" "const char *driver" "bool force"
113 function probes a device and attaches a suitable device driver if one is
118 function detaches a device from its current device driver.
119 The device is left detached until either a new driver for its parent
125 the current device driver will be detached even if the device is busy.
139 If the device is currently attached to a device driver,
140 the device driver will be detached from the device,
145 the current device driver will be detached even if the device is busy.
153 The device will probe and attach if a suitable device driver is found.
159 but any device driver currently attached to the device will remain attached.
167 function attaches a device driver named
168 .Fa driver
177 the device will be detached from its current device driver before it is
178 attached to the new device driver.
183 driver rather than only drivers with a previously specified name.
193 the device will be detached from its current device driver.
195 it is reprobed and attached to a suitable device driver if one is found.
229 argument, if true, specifies that the device driver is detached before
264 No suitable driver for the device could be found,
265 or the driver failed to attach.
273 The current device driver for
280 The device is not attached to a driver.
282 The current device driver for
296 No suitable driver for the device could be found,
297 or the driver failed to attach.
305 The current device driver for
314 The current device driver for
344 The device is currently attached to a device driver and
348 The current device driver for
353 .Fa driver
356 No device driver with the requested name exists.
362 The new device driver failed to attach.
370 The device is currently attached to a device driver and
374 The current device driver for
378 The device is not configured for a specific device driver name.
380 The device driver chosen after reprobing failed to attach.
388 The device is not attached to a driver.
390 The bus driver does not support rescanning.
419 and resume methods of the device driver.
444 Or, if the driver for the device is detached manually, and
450 device reset re-attaches the driver.