/Linux-v6.1/drivers/pci/pcie/ |
D | portdrv_core.c | 388 return device_for_each_child(dev, &off, pcie_port_device_iter); in pcie_port_device_suspend() 394 return device_for_each_child(dev, &off, pcie_port_device_iter); in pcie_port_device_resume_noirq() 404 return device_for_each_child(dev, &off, pcie_port_device_iter); in pcie_port_device_resume() 414 return device_for_each_child(dev, &off, pcie_port_device_iter); in pcie_port_device_runtime_suspend() 424 return device_for_each_child(dev, &off, pcie_port_device_iter); in pcie_port_device_runtime_resume() 471 device_for_each_child(&dev->dev, &pdrvs, find_service_iter); in pcie_port_find_device() 487 device_for_each_child(&dev->dev, NULL, remove_iter); in pcie_port_device_remove()
|
D | portdrv_pci.c | 164 device_for_each_child(&dev->dev, &off, pcie_port_device_iter); in pcie_portdrv_slot_reset()
|
/Linux-v6.1/drivers/staging/greybus/ |
D | arche-platform.c | 137 device_for_each_child(arche_pdata->dev, NULL, apb_poweroff); in arche_platform_wd_irq_thread() 140 device_for_each_child(arche_pdata->dev, NULL, apb_cold_boot); in arche_platform_wd_irq_thread() 319 device_for_each_child(arche_pdata->dev, NULL, apb_poweroff); in state_store() 330 device_for_each_child(arche_pdata->dev, NULL, apb_poweroff); in state_store() 405 device_for_each_child(arche_pdata->dev, NULL, apb_poweroff); in arche_platform_pm_notifier() 568 device_for_each_child(&pdev->dev, NULL, arche_remove_child); in arche_platform_remove()
|
/Linux-v6.1/drivers/bus/ |
D | omap-ocp2scp.c | 82 device_for_each_child(&pdev->dev, NULL, ocp2scp_remove_devices); in omap_ocp2scp_probe() 90 device_for_each_child(&pdev->dev, NULL, ocp2scp_remove_devices); in omap_ocp2scp_remove()
|
/Linux-v6.1/drivers/nvdimm/ |
D | region.c | 86 device_for_each_child(dev, NULL, child_unregister); in nd_region_remove() 129 device_for_each_child(dev, &event, child_notify); in nd_region_notify()
|
D | core.c | 328 device_for_each_child(dev, NULL, flush_namespaces); in flush_regions_dimms() 345 device_for_each_child(dev, NULL, flush_regions_dimms); in wait_probe_show()
|
D | bus.c | 200 device_for_each_child(&nvdimm_bus->dev, &ctx, in nvdimm_clear_badblocks_regions() 428 device_for_each_child(&nvdimm_bus->dev, NULL, child_unregister); in nd_bus_remove() 978 return device_for_each_child(dev, data, nd_pmem_forget_poison_check); in nd_ns_forget_poison_check() 997 return device_for_each_child(&nvdimm_bus->dev, data, in nd_cmd_clear_to_send()
|
/Linux-v6.1/scripts/gdb/linux/ |
D | device.py | 84 def device_for_each_child(dev): function 93 for child in device_for_each_child(dev):
|
/Linux-v6.1/drivers/bus/fsl-mc/ |
D | dprc-driver.c | 97 device_for_each_child(&mc_bus_dev->dev, &objs, in dprc_remove_devices() 104 device_for_each_child(&mc_bus_dev->dev, NULL, in dprc_remove_devices() 759 device_for_each_child(&mc_dev->dev, NULL, __fsl_mc_device_remove); in dprc_probe() 852 device_for_each_child(&mc_dev->dev, NULL, __fsl_mc_device_remove); in dprc_remove()
|
/Linux-v6.1/arch/parisc/kernel/ |
D | drivers.c | 73 return device_for_each_child(dev, recurse_data, descend_children); in descend_children() 92 return device_for_each_child(&root, &recurse_data, descend_children); in for_each_padev() 475 if (device_for_each_child(parent, &d, match_by_id)) in alloc_tree_node() 743 if (device_for_each_child(parent, &recurse_data, descend_children)) in parse_tree_node()
|
/Linux-v6.1/drivers/hsi/ |
D | hsi_core.c | 335 device_for_each_child(dev, NULL, hsi_remove_client); in hsi_remove_port() 360 device_for_each_child(&port->device, NULL, hsi_remove_client); in hsi_port_unregister_clients() 370 device_for_each_child(&hsi->device, NULL, hsi_remove_port); in hsi_unregister_controller()
|
/Linux-v6.1/drivers/i2c/ |
D | i2c-dev.c | 196 result = device_for_each_child(&adapter->dev, &addr, i2cdev_check); in i2cdev_check_mux_parents() 209 result = device_for_each_child(dev, addrp, in i2cdev_check_mux_children() 229 result = device_for_each_child(&adapter->dev, &addr, in i2cdev_check_addr()
|
D | i2c-core-base.c | 780 result = device_for_each_child(&adapter->dev, &addr, in i2c_check_mux_parents() 795 result = device_for_each_child(dev, addrp, in i2c_check_mux_children() 812 result = device_for_each_child(&adapter->dev, &addr, in i2c_check_addr_busy() 1702 device_for_each_child(&adap->dev, NULL, __unregister_client); in i2c_del_adapter() 1703 device_for_each_child(&adap->dev, NULL, __unregister_dummy); in i2c_del_adapter() 1924 device_for_each_child(&adap->dev, &cmd_arg, i2c_cmd); in i2c_clients_command()
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_acp.c | 324 r = device_for_each_child(adev->acp.parent, &adev->acp.acp_genpd->gpd, in acp_hw_init() 446 r = device_for_each_child(adev->acp.parent, &adev->acp.acp_genpd->gpd, in acp_hw_init() 557 device_for_each_child(adev->acp.parent, NULL, in acp_hw_fini()
|
/Linux-v6.1/drivers/macintosh/ |
D | mediabay.c | 505 device_for_each_child(&bay->mdev->ofdev.dev, in media_bay_step() 519 device_for_each_child(&bay->mdev->ofdev.dev, in media_bay_step() 525 device_for_each_child(&bay->mdev->ofdev.dev, in media_bay_step()
|
/Linux-v6.1/drivers/thunderbolt/ |
D | nhi_ops.c | 30 ret = device_for_each_child(&tb->root_switch->dev, NULL, in icl_nhi_is_device_connected()
|
/Linux-v6.1/drivers/usb/cdns3/ |
D | cdns3-ti.c | 206 device_for_each_child(dev, NULL, cdns_ti_remove_core); in cdns_ti_remove()
|
/Linux-v6.1/drivers/cxl/ |
D | acpi.c | 497 device_for_each_child(&root_port->dev, cxl_res, pair_cxl_resource); in cxl_acpi_probe() 509 rc = device_for_each_child(&root_port->dev, root_port, in cxl_acpi_probe()
|
/Linux-v6.1/drivers/peci/ |
D | device.c | 158 ret = device_for_each_child(&controller->dev, &addr, peci_dev_exists); in peci_device_create()
|
/Linux-v6.1/drivers/usb/dwc3/ |
D | dwc3-keystone.c | 192 device_for_each_child(&pdev->dev, NULL, kdwc3_remove_core); in kdwc3_remove()
|
/Linux-v6.1/drivers/vfio/mdev/ |
D | mdev_core.c | 108 device_for_each_child(parent->dev, NULL, mdev_device_remove_cb); in mdev_unregister_parent()
|
/Linux-v6.1/drivers/rpmsg/ |
D | rpmsg_ctrl.c | 198 ret = device_for_each_child(&ctrldev->dev, NULL, rpmsg_chrdev_eptdev_destroy); in rpmsg_ctrldev_remove()
|
/Linux-v6.1/drivers/mfd/ |
D | ezx-pcap.c | 400 device_for_each_child(&spi->dev, NULL, pcap_remove_subdev); in ezx_pcap_remove() 500 device_for_each_child(&spi->dev, NULL, pcap_remove_subdev); in ezx_pcap_probe()
|
/Linux-v6.1/drivers/parisc/ |
D | gsc.c | 229 device_for_each_child(&parent->dev, &data, gsc_fixup_irqs_callback); in gsc_fixup_irqs()
|
/Linux-v6.1/drivers/soc/xilinx/ |
D | zynqmp_pm_domains.c | 60 return device_for_each_child(dev, NULL, in zynqmp_gpd_is_active_wakeup_path()
|