Searched refs:device_for_each_child_reverse (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | mfd-core.c | 385 device_for_each_child_reverse(parent, &level, mfd_remove_devices_fn); in mfd_remove_devices_late() 393 device_for_each_child_reverse(parent, &level, mfd_remove_devices_fn); in mfd_remove_devices()
|
| H A D | intel-lpss.c | 475 device_for_each_child_reverse(dev, NULL, resume_lpss_device); in intel_lpss_prepare()
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | retimer.c | 483 device_for_each_child_reverse(&port->sw->dev, port, in tb_retimer_remove_all()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | platform.c | 591 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | device.h | 804 int device_for_each_child_reverse(struct device *dev, void *data,
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | core.c | 3578 int device_for_each_child_reverse(struct device *parent, void *data, in device_for_each_child_reverse() function 3594 EXPORT_SYMBOL_GPL(device_for_each_child_reverse);
|