Home
last modified time | relevance | path

Searched refs:device_for_each_child_reverse (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/drivers/mfd/
H A Dmfd-core.c392 device_for_each_child_reverse(parent, &level, mfd_remove_devices_fn); in mfd_remove_devices_late()
400 device_for_each_child_reverse(parent, &level, mfd_remove_devices_fn); in mfd_remove_devices()
H A Dintel-lpss.c475 device_for_each_child_reverse(dev, NULL, resume_lpss_device); in intel_lpss_prepare()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/peci/
H A Dcore.c96 device_for_each_child_reverse(&controller->dev, NULL, unregister_child); in unregister_controller()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dbus.c522 device_for_each_child_reverse(dev, NULL, ssam_remove_device); in ssam_remove_clients()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/of/
H A Dplatform.c593 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate()
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dretimer.c483 device_for_each_child_reverse(&port->sw->dev, port, in tb_retimer_remove_all()
H A Dxdomain.c859 device_for_each_child_reverse(&xd->dev, xd, remove_missing_service); in enumerate_services()
1367 device_for_each_child_reverse(&xd->dev, xd, unregister_service); in tb_xdomain_remove()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dretimer.c563 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.c1613 ret = device_for_each_child_reverse(&sw->dev, NULL, disapprove_switch); in disapprove_switch()
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_sysfs.c239 device_for_each_child_reverse(dev, &i, in n_vclocks_store()
/kernel/linux/linux-6.6/drivers/of/
H A Dplatform.c678 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate()
/kernel/linux/linux-5.10/include/linux/
H A Ddevice.h831 int device_for_each_child_reverse(struct device *dev, void *data,
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/include/linux/
H A Ddevice.h1064 int device_for_each_child_reverse(struct device *dev, void *data,
/kernel/linux/linux-5.10/drivers/base/
H A Dcore.c3318 * device_for_each_child_reverse - device child iterator in reversed order.
3329 int device_for_each_child_reverse(struct device *parent, void *data, in device_for_each_child_reverse() function
3345 EXPORT_SYMBOL_GPL(device_for_each_child_reverse); variable
/kernel/linux/linux-6.6/drivers/base/
H A Dcore.c3967 * device_for_each_child_reverse - device child iterator in reversed order.
3978 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); variable

Completed in 34 milliseconds