Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mfd/
Dmfd-core.c377 device_for_each_child_reverse(parent, &level, mfd_remove_devices_fn); in mfd_remove_devices_late()
385 device_for_each_child_reverse(parent, &level, mfd_remove_devices_fn); in mfd_remove_devices()
Dintel-lpss.c476 device_for_each_child_reverse(dev, NULL, resume_lpss_device); in intel_lpss_prepare()
/Linux-v5.15/drivers/gpu/drm/
Ddrm_dp_aux_bus.c178 device_for_each_child_reverse(aux->dev, NULL, of_dp_aux_ep_destroy); in of_dp_aux_depopulate_ep_devices()
/Linux-v5.15/drivers/platform/surface/aggregator/
Dbus.c396 device_for_each_child_reverse(dev, NULL, ssam_remove_device); in ssam_controller_remove_clients()
/Linux-v5.15/drivers/platform/surface/
Dsurface_aggregator_registry.c212 device_for_each_child_reverse(parent, NULL, ssam_hub_remove_devices_fn); in ssam_hub_remove_devices()
/Linux-v5.15/drivers/thunderbolt/
Dretimer.c535 device_for_each_child_reverse(&usb4->dev, port, in tb_retimer_remove_all()
Dxdomain.c886 device_for_each_child_reverse(&xd->dev, xd, remove_missing_service); in enumerate_services()
1476 device_for_each_child_reverse(&xd->dev, xd, unregister_service); in tb_xdomain_remove()
Dswitch.c1512 ret = device_for_each_child_reverse(&sw->dev, NULL, disapprove_switch); in disapprove_switch()
/Linux-v5.15/drivers/of/
Dplatform.c591 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate()
/Linux-v5.15/drivers/ptp/
Dptp_sysfs.c227 device_for_each_child_reverse(dev, &i, in n_vclocks_store()
/Linux-v5.15/include/linux/
Ddevice.h827 int device_for_each_child_reverse(struct device *dev, void *data,
/Linux-v5.15/drivers/base/
Dcore.c3734 int device_for_each_child_reverse(struct device *parent, void *data, in device_for_each_child_reverse() function
3750 EXPORT_SYMBOL_GPL(device_for_each_child_reverse);