Searched refs:device_for_each_child_reverse (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_aux_bus.c | 219 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 D | surface_aggregator_hub.c | 134 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 D | bus.c | 525 device_for_each_child_reverse(dev, NULL, ssam_remove_device); in ssam_remove_clients()
|
/linux/drivers/mfd/ |
H A D | intel-lpss.c | 495 device_for_each_child_reverse(dev, NULL, resume_lpss_device); in intel_lpss_prepare()
|
/linux/drivers/thunderbolt/ |
H A D | retimer.c | 595 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() 2065 device_for_each_child_reverse(&xd->dev, xd, unregister_service); in tb_xdomain_remove()
|
H A D | switch.c | 1764 ret = device_for_each_child_reverse(&sw->dev, NULL, disapprove_switch); in disapprove_switch()
|
/linux/drivers/of/ |
H A D | platform.c | 644 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate()
|
/linux/drivers/ptp/ |
H A D | ptp_sysfs.c | 241 device_for_each_child_reverse(dev, &i, in n_vclocks_store()
|
/linux/drivers/acpi/ |
H A D | bus.c | 1169 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 D | wmi.c | 1291 device_for_each_child_reverse(wmi_bus_device, NULL, wmi_remove_device); in acpi_wmi_remove()
|
/linux/drivers/base/ |
H A D | core.c | 4025 * 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.
|