Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mfd/
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()
Dintel-lpss.c478 device_for_each_child_reverse(dev, NULL, resume_lpss_device); in intel_lpss_prepare()
/linux-6.6.21/drivers/peci/
Dcore.c96 device_for_each_child_reverse(&controller->dev, NULL, unregister_child); in unregister_controller()
/linux-6.6.21/drivers/gpu/drm/display/
Ddrm_dp_aux_bus.c218 device_for_each_child_reverse(aux->dev, NULL, of_dp_aux_ep_destroy); in of_dp_aux_depopulate_bus()
/linux-6.6.21/drivers/platform/surface/
Dsurface_aggregator_hub.c134 device_for_each_child_reverse(&hub->sdev->dev, NULL, ssam_hub_mark_hot_removed); in ssam_hub_update()
/linux-6.6.21/drivers/platform/surface/aggregator/
Dbus.c522 device_for_each_child_reverse(dev, NULL, ssam_remove_device); in ssam_remove_clients()
/linux-6.6.21/drivers/thunderbolt/
Dretimer.c563 device_for_each_child_reverse(&usb4->dev, port, in tb_retimer_remove_all()
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()
Dswitch.c1613 ret = device_for_each_child_reverse(&sw->dev, NULL, disapprove_switch); in disapprove_switch()
/linux-6.6.21/drivers/ptp/
Dptp_sysfs.c239 device_for_each_child_reverse(dev, &i, in n_vclocks_store()
/linux-6.6.21/drivers/of/
Dplatform.c678 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate()
/linux-6.6.21/include/linux/
Ddevice.h1064 int device_for_each_child_reverse(struct device *dev, void *data,
/linux-6.6.21/drivers/acpi/
Dbus.c1124 return device_for_each_child_reverse(&adev->dev, &adwc, acpi_dev_for_one_check); in acpi_dev_for_each_child_reverse()
/linux-6.6.21/drivers/base/
Dcore.c3978 int device_for_each_child_reverse(struct device *parent, void *data, in device_for_each_child_reverse() function
3994 EXPORT_SYMBOL_GPL(device_for_each_child_reverse);