driver_detach
void driver_detach(const struct device_driver *drv);
driver_detach(drv);
bus_for_each_drv(&parport_bus_type, NULL, port, driver_detach);