Searched refs:__device_driver_lock (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/base/ |
H A D | dd.c | 1083 * __device_driver_lock - acquire locks needed to manipulate dev->drv 1091 static void __device_driver_lock(struct device *dev, struct device *parent) in __device_driver_lock() function 1126 __device_driver_lock(dev, dev->parent); in device_driver_attach() 1145 __device_driver_lock(dev, dev->parent); in __driver_attach_async_helper() 1215 __device_driver_lock(dev, dev->parent); in __driver_attach() 1254 __device_driver_lock(dev, parent); in __device_release_driver() 1292 __device_driver_lock(dev, parent); in device_release_driver_internal()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | dd.c | 985 * __device_driver_lock - acquire locks needed to manipulate dev->drv 993 static void __device_driver_lock(struct device *dev, struct device *parent) in __device_driver_lock() function 1028 __device_driver_lock(dev, dev->parent); in device_driver_attach() 1048 __device_driver_lock(dev, dev->parent); in __driver_attach_async_helper() 1161 __device_driver_lock(dev, parent); in __device_release_driver() 1218 __device_driver_lock(dev, parent); in device_release_driver_internal()
|
Completed in 4 milliseconds