Symbol: device_for_each_child_reverse
drivers/acpi/bus.c
1220
return device_for_each_child_reverse(&adev->dev, &adwc, acpi_dev_for_one_check);
drivers/base/core.c
4054
EXPORT_SYMBOL_GPL(device_for_each_child_reverse);
drivers/gpu/drm/display/drm_dp_aux_bus.c
219
device_for_each_child_reverse(aux->dev, NULL, of_dp_aux_ep_destroy);
drivers/mfd/intel-lpss.c
495
device_for_each_child_reverse(dev, NULL, resume_lpss_device);
drivers/mfd/mfd-core.c
383
device_for_each_child_reverse(parent, &level, mfd_remove_devices_fn);
drivers/mfd/mfd-core.c
391
device_for_each_child_reverse(parent, &level, mfd_remove_devices_fn);
drivers/of/platform.c
643
device_for_each_child_reverse(parent, NULL, of_platform_device_destroy);
drivers/peci/core.c
96
device_for_each_child_reverse(&controller->dev, NULL, unregister_child);
drivers/platform/surface/aggregator/bus.c
525
device_for_each_child_reverse(dev, NULL, ssam_remove_device);
drivers/platform/surface/surface_aggregator_hub.c
134
device_for_each_child_reverse(&hub->sdev->dev, NULL, ssam_hub_mark_hot_removed);
drivers/platform/wmi/core.c
1449
device_for_each_child_reverse(wmi_bus_device, NULL, wmi_remove_device);
drivers/ptp/ptp_sysfs.c
241
device_for_each_child_reverse(dev, &i,
drivers/thunderbolt/retimer.c
598
device_for_each_child_reverse(&usb4->dev, port,
drivers/thunderbolt/switch.c
1809
ret = device_for_each_child_reverse(&sw->dev, NULL, disapprove_switch);
drivers/thunderbolt/xdomain.c
1083
device_for_each_child_reverse(&xd->dev, xd, remove_missing_service);
drivers/thunderbolt/xdomain.c
2071
device_for_each_child_reverse(&xd->dev, xd, unregister_service);
include/linux/device.h
1026
int device_for_each_child_reverse(struct device *parent, void *data,