Searched refs:device_for_each_child_reverse (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | mfd-core.c | 380 device_for_each_child_reverse(parent, &level, mfd_remove_devices_fn); in mfd_remove_devices_late() 388 device_for_each_child_reverse(parent, &level, mfd_remove_devices_fn); in mfd_remove_devices()
|
H A D | intel-lpss.c | 478 device_for_each_child_reverse(dev, NULL, resume_lpss_device); in intel_lpss_prepare()
|
/openbmc/linux/drivers/peci/ |
H A D | core.c | 96 device_for_each_child_reverse(&controller->dev, NULL, unregister_child); in unregister_controller()
|
/openbmc/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_aux_bus.c | 218 device_for_each_child_reverse(aux->dev, NULL, of_dp_aux_ep_destroy); in of_dp_aux_depopulate_bus()
|
/openbmc/linux/drivers/platform/surface/ |
H A D | surface_aggregator_hub.c | 134 device_for_each_child_reverse(&hub->sdev->dev, NULL, ssam_hub_mark_hot_removed); in ssam_hub_update()
|
/openbmc/linux/drivers/platform/surface/aggregator/ |
H A D | bus.c | 522 device_for_each_child_reverse(dev, NULL, ssam_remove_device); in ssam_remove_clients()
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | retimer.c | 576 device_for_each_child_reverse(&usb4->dev, port, in tb_retimer_remove_all()
|
H A D | xdomain.c | 1079 device_for_each_child_reverse(&xd->dev, xd, remove_missing_service); in enumerate_services() 2015 device_for_each_child_reverse(&xd->dev, xd, unregister_service); in tb_xdomain_remove()
|
H A D | switch.c | 1779 ret = device_for_each_child_reverse(&sw->dev, NULL, disapprove_switch); in disapprove_switch()
|
/openbmc/linux/drivers/ptp/ |
H A D | ptp_sysfs.c | 239 device_for_each_child_reverse(dev, &i, in n_vclocks_store()
|
/openbmc/linux/drivers/of/ |
H A D | platform.c | 678 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate()
|
/openbmc/linux/include/linux/ |
H A D | device.h | 1064 int device_for_each_child_reverse(struct device *dev, void *data,
|
/openbmc/linux/drivers/acpi/ |
H A D | bus.c | 1124 return device_for_each_child_reverse(&adev->dev, &adwc, acpi_dev_for_one_check); in acpi_dev_for_each_child_reverse()
|
/openbmc/linux/drivers/base/ |
H A D | core.c | 4004 int device_for_each_child_reverse(struct device *parent, void *data, in device_for_each_child_reverse() function 4020 EXPORT_SYMBOL_GPL(device_for_each_child_reverse);
|