Searched refs:device_for_each_child_reverse (Results  1 – 14 of 14) sorted by relevance
| /Linux-v6.6/drivers/mfd/ | 
| D | mfd-core.c | 373 	device_for_each_child_reverse(parent, &level, mfd_remove_devices_fn);  in mfd_remove_devices_late() 381 	device_for_each_child_reverse(parent, &level, mfd_remove_devices_fn);  in mfd_remove_devices()
  | 
| D | intel-lpss.c | 478 	device_for_each_child_reverse(dev, NULL, resume_lpss_device);  in intel_lpss_prepare()
  | 
| /Linux-v6.6/drivers/peci/ | 
| D | core.c | 96 	device_for_each_child_reverse(&controller->dev, NULL, unregister_child);  in unregister_controller()
  | 
| /Linux-v6.6/drivers/gpu/drm/display/ | 
| D | drm_dp_aux_bus.c | 218 	device_for_each_child_reverse(aux->dev, NULL, of_dp_aux_ep_destroy);  in of_dp_aux_depopulate_bus()
  | 
| /Linux-v6.6/drivers/platform/surface/ | 
| 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-v6.6/drivers/platform/surface/aggregator/ | 
| D | bus.c | 522 	device_for_each_child_reverse(dev, NULL, ssam_remove_device);  in ssam_remove_clients()
  | 
| /Linux-v6.6/drivers/thunderbolt/ | 
| D | retimer.c | 563 		device_for_each_child_reverse(&usb4->dev, port,  in tb_retimer_remove_all()
  | 
| D | xdomain.c | 1079 	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()
  | 
| D | switch.c | 1613 		ret = device_for_each_child_reverse(&sw->dev, NULL, disapprove_switch);  in disapprove_switch()
  | 
| /Linux-v6.6/drivers/ptp/ | 
| D | ptp_sysfs.c | 238 		device_for_each_child_reverse(dev, &i,  in n_vclocks_store()
  | 
| /Linux-v6.6/drivers/of/ | 
| D | platform.c | 678 		device_for_each_child_reverse(parent, NULL, of_platform_device_destroy);  in of_platform_depopulate()
  | 
| /Linux-v6.6/include/linux/ | 
| D | device.h | 1062 int device_for_each_child_reverse(struct device *dev, void *data,
  | 
| /Linux-v6.6/drivers/acpi/ | 
| D | bus.c | 1124 	return device_for_each_child_reverse(&adev->dev, &adwc, acpi_dev_for_one_check);  in acpi_dev_for_each_child_reverse()
  | 
| /Linux-v6.6/drivers/base/ | 
| D | core.c | 3971 int device_for_each_child_reverse(struct device *parent, void *data,  in device_for_each_child_reverse()  function 3987 EXPORT_SYMBOL_GPL(device_for_each_child_reverse);
  |