/kernel/linux/linux-6.6/drivers/pci/pcie/ |
H A D | portdrv.c | 403 return device_for_each_child(dev, &off, pcie_port_device_iter); in pcie_port_device_suspend() 409 return device_for_each_child(dev, &off, pcie_port_device_iter); in pcie_port_device_resume_noirq() 419 return device_for_each_child(dev, &off, pcie_port_device_iter); in pcie_port_device_resume() 429 return device_for_each_child(dev, &off, pcie_port_device_iter); in pcie_port_device_runtime_suspend() 439 return device_for_each_child(dev, &off, pcie_port_device_iter); in pcie_port_device_runtime_resume() 486 device_for_each_child(&dev->dev, &pdrvs, find_service_iter); in pcie_port_find_device() 502 device_for_each_child(&dev->dev, NULL, remove_iter); in pcie_port_device_remove() 755 device_for_each_child(&dev->dev, &off, pcie_port_device_iter); in pcie_portdrv_slot_reset()
|
/kernel/linux/linux-5.10/drivers/pci/pcie/ |
H A D | portdrv_core.c | 398 return device_for_each_child(dev, &off, pm_iter); in pcie_port_device_suspend() 404 return device_for_each_child(dev, &off, pm_iter); in pcie_port_device_resume_noirq() 414 return device_for_each_child(dev, &off, pm_iter); in pcie_port_device_resume() 424 return device_for_each_child(dev, &off, pm_iter); in pcie_port_device_runtime_suspend() 434 return device_for_each_child(dev, &off, pm_iter); in pcie_port_device_runtime_resume() 481 device_for_each_child(&dev->dev, &pdrvs, find_service_iter); in pcie_port_find_device() 497 device_for_each_child(&dev->dev, NULL, remove_iter); in pcie_port_device_remove()
|
H A D | portdrv_pci.c | 200 device_for_each_child(&dev->dev, NULL, resume_iter); in pcie_portdrv_err_resume()
|
/kernel/linux/linux-5.10/drivers/bus/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | arche-platform.c | 138 device_for_each_child(arche_pdata->dev, NULL, apb_poweroff); in arche_platform_wd_irq_thread() 141 device_for_each_child(arche_pdata->dev, NULL, apb_cold_boot); in arche_platform_wd_irq_thread() 321 device_for_each_child(arche_pdata->dev, NULL, apb_poweroff); in state_store() 332 device_for_each_child(arche_pdata->dev, NULL, apb_poweroff); in state_store() 407 device_for_each_child(arche_pdata->dev, NULL, apb_poweroff); in arche_platform_pm_notifier() 570 device_for_each_child(&pdev->dev, NULL, arche_remove_child); in arche_platform_remove()
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | arche-platform.c | 138 device_for_each_child(arche_pdata->dev, NULL, apb_poweroff); in arche_platform_wd_irq_thread() 141 device_for_each_child(arche_pdata->dev, NULL, apb_cold_boot); in arche_platform_wd_irq_thread() 320 device_for_each_child(arche_pdata->dev, NULL, apb_poweroff); in state_store() 331 device_for_each_child(arche_pdata->dev, NULL, apb_poweroff); in state_store() 406 device_for_each_child(arche_pdata->dev, NULL, apb_poweroff); in arche_platform_pm_notifier() 569 device_for_each_child(&pdev->dev, NULL, arche_remove_child); in arche_platform_remove()
|
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | region.c | 94 device_for_each_child(dev, NULL, child_unregister); in nd_region_remove() 139 device_for_each_child(dev, &event, child_notify); in nd_region_notify()
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | region.c | 87 device_for_each_child(dev, NULL, child_unregister); in nd_region_remove() 140 device_for_each_child(dev, &event, child_notify); in nd_region_notify()
|
/kernel/linux/linux-5.10/drivers/bus/fsl-mc/ |
H A 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() 737 device_for_each_child(&mc_dev->dev, NULL, __fsl_mc_device_remove); in dprc_probe() 827 device_for_each_child(&mc_dev->dev, NULL, __fsl_mc_device_remove); in dprc_remove()
|
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/ |
H A D | dprc-driver.c | 102 device_for_each_child(&mc_bus_dev->dev, &objs, in dprc_remove_devices() 109 device_for_each_child(&mc_bus_dev->dev, NULL, in dprc_remove_devices() 764 device_for_each_child(&mc_dev->dev, NULL, __fsl_mc_device_remove); in dprc_probe() 856 device_for_each_child(&mc_dev->dev, NULL, __fsl_mc_device_remove); in dprc_remove()
|
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | device.py | 84 def device_for_each_child(dev): function 93 for child in device_for_each_child(dev):
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | device.py | 84 def device_for_each_child(dev): function 93 for child in device_for_each_child(dev):
|
/kernel/linux/linux-5.10/drivers/dax/pmem/ |
H A D | compat.c | 46 device_for_each_child(dev, NULL, dax_pmem_compat_release); in dax_pmem_compat_remove()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | nhi_ops.c | 30 ret = device_for_each_child(&tb->root_switch->dev, NULL, in icl_nhi_is_device_connected()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | nhi_ops.c | 30 ret = device_for_each_child(&tb->root_switch->dev, NULL, in icl_nhi_is_device_connected()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A 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() 476 if (device_for_each_child(parent, &d, match_by_id)) in alloc_tree_node() 744 if (device_for_each_child(parent, &recurse_data, descend_children)) in parse_tree_node()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A 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() 476 if (device_for_each_child(parent, &d, match_by_id)) in alloc_tree_node() 744 if (device_for_each_child(parent, &recurse_data, descend_children)) in parse_tree_node()
|
/kernel/linux/linux-5.10/drivers/hsi/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/i2c/ |
H A D | i2c-dev.c | 197 result = device_for_each_child(&adapter->dev, &addr, i2cdev_check); in i2cdev_check_mux_parents() 210 result = device_for_each_child(dev, addrp, in i2cdev_check_mux_children() 230 result = device_for_each_child(&adapter->dev, &addr, in i2cdev_check_addr()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/hsi/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/i2c/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A 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()
|