Searched refs:__device_driver_unlock (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/base/ |
H A D | dd.c | 1099 * __device_driver_unlock - release locks needed to manipulate dev->drv 1107 static void __device_driver_unlock(struct device *dev, struct device *parent) in __device_driver_unlock() function 1128 __device_driver_unlock(dev, dev->parent); in device_driver_attach() 1149 __device_driver_unlock(dev, dev->parent); in __driver_attach_async_helper() 1217 __device_driver_unlock(dev, dev->parent); in __driver_attach() 1250 __device_driver_unlock(dev, parent); in __device_release_driver() 1297 __device_driver_unlock(dev, parent); in device_release_driver_internal()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | dd.c | 1001 * __device_driver_unlock - release locks needed to manipulate dev->drv 1009 static void __device_driver_unlock(struct device *dev, struct device *parent) in __device_driver_unlock() function 1037 __device_driver_unlock(dev, dev->parent); in device_driver_attach() 1059 __device_driver_unlock(dev, dev->parent); in __driver_attach_async_helper() 1157 __device_driver_unlock(dev, parent); in __device_release_driver() 1223 __device_driver_unlock(dev, parent); in device_release_driver_internal()
|
Completed in 4 milliseconds