Searched refs:device_for_each_child_reverse (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/mfd/ |
D | mfd-core.c | 383 device_for_each_child_reverse(parent, &level, mfd_remove_devices_fn); in mfd_remove_devices_late() 391 device_for_each_child_reverse(parent, &level, mfd_remove_devices_fn); in mfd_remove_devices()
|
D | intel-lpss.c | 475 device_for_each_child_reverse(dev, NULL, resume_lpss_device); in intel_lpss_prepare()
|
/Linux-v5.10/drivers/thunderbolt/ |
D | retimer.c | 483 device_for_each_child_reverse(&port->sw->dev, port, in tb_retimer_remove_all()
|
D | xdomain.c | 859 device_for_each_child_reverse(&xd->dev, xd, remove_missing_service); in enumerate_services() 1367 device_for_each_child_reverse(&xd->dev, xd, unregister_service); in tb_xdomain_remove()
|
/Linux-v5.10/drivers/of/ |
D | platform.c | 593 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate()
|
/Linux-v5.10/include/linux/ |
D | device.h | 782 int device_for_each_child_reverse(struct device *dev, void *data,
|
/Linux-v5.10/drivers/base/ |
D | core.c | 3266 int device_for_each_child_reverse(struct device *parent, void *data, in device_for_each_child_reverse() function 3282 EXPORT_SYMBOL_GPL(device_for_each_child_reverse);
|