Searched refs:device_release_driver_internal (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/base/ |
H A D | dd.c | 1288 void device_release_driver_internal(struct device *dev, in device_release_driver_internal() function 1318 device_release_driver_internal(dev, NULL, NULL); in device_release_driver() 1331 device_release_driver_internal(dev, NULL, dev->parent); in device_driver_detach() 1358 device_release_driver_internal(dev, drv, dev->parent); in driver_detach()
|
H A D | base.h | 158 void device_release_driver_internal(struct device *dev, struct device_driver *drv,
|
H A D | core.c | 1613 device_release_driver_internal(consumer, NULL, in device_links_unbind_consumers()
|