Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c219 device_for_each_child_reverse(aux->dev, NULL, of_dp_aux_ep_destroy); in of_dp_aux_depopulate_bus()
/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()
/linux/drivers/platform/surface/aggregator/
H A Dbus.c525 device_for_each_child_reverse(dev, NULL, ssam_remove_device); in ssam_remove_clients()
/linux/drivers/mfd/
H A Dintel-lpss.c495 device_for_each_child_reverse(dev, NULL, resume_lpss_device); in intel_lpss_prepare()
/linux/drivers/thunderbolt/
H A Dretimer.c595 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()
2065 device_for_each_child_reverse(&xd->dev, xd, unregister_service); in tb_xdomain_remove()
H A Dswitch.c1764 ret = device_for_each_child_reverse(&sw->dev, NULL, disapprove_switch); in disapprove_switch()
/linux/drivers/of/
H A Dplatform.c644 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate()
/linux/drivers/ptp/
H A Dptp_sysfs.c241 device_for_each_child_reverse(dev, &i, in n_vclocks_store()
/linux/drivers/acpi/
H A Dbus.c1169 return device_for_each_child_reverse(&adev->dev, &adwc, acpi_dev_for_one_check); in acpi_dev_for_each_child_reverse()
/linux/drivers/platform/x86/
H A Dwmi.c1291 device_for_each_child_reverse(wmi_bus_device, NULL, wmi_remove_device); in acpi_wmi_remove()
/linux/drivers/base/
H A Dcore.c4025 * device_for_each_child_reverse - device child iterator in reversed order.
4036 int device_for_each_child_reverse(struct device *parent, void *data, in device_for_each_child_reverse() function
4052 EXPORT_SYMBOL_GPL(device_for_each_child_reverse);
4063 * device_for_each_child_reverse() when @from is NULL.