Home
last modified time | relevance | path

Searched refs:device_for_each_child_reverse (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/mfd/
H A Dmfd-core.c380 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 Dintel-lpss.c478 device_for_each_child_reverse(dev, NULL, resume_lpss_device); in intel_lpss_prepare()
/openbmc/linux/drivers/peci/
H A Dcore.c96 device_for_each_child_reverse(&controller->dev, NULL, unregister_child); in unregister_controller()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c218 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 Dsurface_aggregator_hub.c134 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 Dbus.c522 device_for_each_child_reverse(dev, NULL, ssam_remove_device); in ssam_remove_clients()
/openbmc/linux/drivers/thunderbolt/
H A Dretimer.c576 device_for_each_child_reverse(&usb4->dev, port, in tb_retimer_remove_all()
H A Dxdomain.c1079 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 Dswitch.c1779 ret = device_for_each_child_reverse(&sw->dev, NULL, disapprove_switch); in disapprove_switch()
/openbmc/linux/drivers/ptp/
H A Dptp_sysfs.c239 device_for_each_child_reverse(dev, &i, in n_vclocks_store()
/openbmc/linux/drivers/of/
H A Dplatform.c678 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate()
/openbmc/linux/include/linux/
H A Ddevice.h1064 int device_for_each_child_reverse(struct device *dev, void *data,
/openbmc/linux/drivers/acpi/
H A Dbus.c1124 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 Dcore.c4004 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);