Home
last modified time | relevance | path

Searched refs:device_reorder_to_tail (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/base/
Dcore.c375 static int device_reorder_to_tail(struct device *dev, void *not_used) in device_reorder_to_tail() function
389 device_for_each_child(dev, NULL, device_reorder_to_tail); in device_reorder_to_tail()
393 device_reorder_to_tail(link->consumer, NULL); in device_reorder_to_tail()
414 device_reorder_to_tail(dev, NULL); in device_pm_move_to_tail()
896 device_reorder_to_tail(consumer, NULL); in device_link_add()
/Linux-v6.6/Documentation/driver-api/
Ddevice_link.rst232 are moved to the end of the list. (Call to :c:func:`device_reorder_to_tail()`