Searched refs:device_reorder_to_tail (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/ |
H A D | core.c | 221 static int device_reorder_to_tail(struct device *dev, void *not_used) in device_reorder_to_tail() function 235 device_for_each_child(dev, NULL, device_reorder_to_tail); in device_reorder_to_tail() 239 device_reorder_to_tail(link->consumer, NULL); in device_reorder_to_tail() 249 * This is a device_reorder_to_tail() wrapper taking the requisite locks. 260 device_reorder_to_tail(dev, NULL); in device_pm_move_to_tail() 716 device_reorder_to_tail(consumer, NULL); in device_link_add()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | core.c | 377 static int device_reorder_to_tail(struct device *dev, void *not_used) in device_reorder_to_tail() function 391 device_for_each_child(dev, NULL, device_reorder_to_tail); in device_reorder_to_tail() 395 device_reorder_to_tail(link->consumer, NULL); in device_reorder_to_tail() 405 * This is a device_reorder_to_tail() wrapper taking the requisite locks. 416 device_reorder_to_tail(dev, NULL); in device_pm_move_to_tail() 898 device_reorder_to_tail(consumer, NULL); in device_link_add()
|
Completed in 13 milliseconds