Home
last modified time | relevance | path

Searched refs:device_set_driver (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c1666 (void)device_set_driver(dev, NULL); in device_attach()
2342 (void)device_set_driver(dev, NULL); in device_detach()
2384 device_set_driver(device_t dev, driver_t *driver) in device_set_driver() function
2453 result = device_set_driver(child, dl->driver); in device_probe_child()
2470 (void)device_set_driver(child, NULL); in device_probe_child()
2518 (void)device_set_driver(child, NULL); in device_probe_child()
2574 result = device_set_driver(child, best->driver); in device_probe_child()
/third_party/FreeBSD/sys/sys/
H A Dbus.h332 int device_set_driver(device_t dev, driver_t *driver);

Completed in 6 milliseconds