Searched refs:device_for_each_child_reverse (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.15/drivers/mfd/ | 
| D | mfd-core.c | 377 	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()
  | 
| D | intel-lpss.c | 476 	device_for_each_child_reverse(dev, NULL, resume_lpss_device);  in intel_lpss_prepare()
  | 
| /Linux-v5.15/drivers/gpu/drm/ | 
| D | drm_dp_aux_bus.c | 178 	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/ | 
| D | bus.c | 396 	device_for_each_child_reverse(dev, NULL, ssam_remove_device);  in ssam_controller_remove_clients()
  | 
| /Linux-v5.15/drivers/platform/surface/ | 
| D | surface_aggregator_registry.c | 212 	device_for_each_child_reverse(parent, NULL, ssam_hub_remove_devices_fn);  in ssam_hub_remove_devices()
  | 
| /Linux-v5.15/drivers/thunderbolt/ | 
| D | retimer.c | 535 		device_for_each_child_reverse(&usb4->dev, port,  in tb_retimer_remove_all()
  | 
| D | xdomain.c | 886 	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()
  | 
| D | switch.c | 1512 		ret = device_for_each_child_reverse(&sw->dev, NULL, disapprove_switch);  in disapprove_switch()
  | 
| /Linux-v5.15/drivers/of/ | 
| D | platform.c | 591 		device_for_each_child_reverse(parent, NULL, of_platform_device_destroy);  in of_platform_depopulate()
  | 
| /Linux-v5.15/drivers/ptp/ | 
| D | ptp_sysfs.c | 227 		device_for_each_child_reverse(dev, &i,  in n_vclocks_store()
  | 
| /Linux-v5.15/include/linux/ | 
| D | device.h | 827 int device_for_each_child_reverse(struct device *dev, void *data,
  | 
| /Linux-v5.15/drivers/base/ | 
| D | core.c | 3734 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);
  |