Searched refs:driver_detach (Results 1 – 4 of 4) sorted by relevance
111 extern void driver_detach(struct device_driver *drv);
839 void driver_detach(struct device_driver *drv) in driver_detach() function
765 driver_detach(drv); in bus_remove_driver()
181 static int driver_detach(struct device_driver *_drv, void *_port) in driver_detach() function204 bus_for_each_drv(&parport_bus_type, NULL, port, driver_detach); in detach_driver_chain()