Searched refs:device_release_driver_internal (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/base/ |
H A D | dd.c | 1290 void device_release_driver_internal(struct device *dev, in device_release_driver_internal() function 1320 device_release_driver_internal(dev, NULL, NULL); in device_release_driver() 1333 device_release_driver_internal(dev, NULL, dev->parent); in device_driver_detach() 1360 device_release_driver_internal(dev, drv, dev->parent); in driver_detach()
|
H A D | base.h | 160 void device_release_driver_internal(struct device *dev, const struct device_driver *drv,
|
H A D | core.c | 1607 device_release_driver_internal(consumer, NULL, in device_links_unbind_consumers()
|