/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
H A 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()
|
H A 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() 991 return device_for_each_child(dev, data, nd_pmem_forget_poison_check); in nd_ns_forget_poison_check() 1010 return device_for_each_child(&nvdimm_bus->dev, data, in nd_cmd_clear_to_send()
|
/openbmc/linux/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):
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-smbus.c | 130 status = device_for_each_child(&ara->adapter->dev, &data, in smbus_alert() 144 device_for_each_child(&ara->adapter->dev, &data, in smbus_alert()
|
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()
|
H A D | i2c-core-base.c | 798 result = device_for_each_child(&adapter->dev, &addr, in i2c_check_mux_parents() 813 result = device_for_each_child(dev, addrp, in i2c_check_mux_children() 830 result = device_for_each_child(&adapter->dev, &addr, in i2c_check_addr_busy() 1823 device_for_each_child(&adap->dev, NULL, __unregister_client); in i2c_del_adapter() 1824 device_for_each_child(&adap->dev, NULL, __unregister_dummy); in i2c_del_adapter() 2116 device_for_each_child(&adap->dev, &cmd_arg, i2c_cmd); in i2c_clients_command()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/cxl/ |
H A D | port.c | 133 device_for_each_child(&port->dev, root, discover_region); in cxl_endpoint_port_probe()
|
/openbmc/linux/drivers/peci/ |
H A D | device.c | 158 ret = device_for_each_child(&controller->dev, &addr, peci_dev_exists); in peci_device_create()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-keystone.c | 193 device_for_each_child(&pdev->dev, NULL, kdwc3_remove_core); in kdwc3_remove()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdns3-starfive.c | 175 device_for_each_child(dev, NULL, cdns_starfive_remove_core); in cdns_starfive_remove()
|
H A D | cdns3-ti.c | 220 device_for_each_child(dev, NULL, cdns_ti_remove_core); in cdns_ti_remove()
|
/openbmc/linux/drivers/mfd/ |
H A 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()
|
/openbmc/linux/drivers/parisc/ |
H A D | gsc.c | 229 device_for_each_child(&parent->dev, &data, gsc_fixup_irqs_callback); in gsc_fixup_irqs()
|
/openbmc/linux/drivers/rpmsg/ |
H A D | rpmsg_ctrl.c | 199 ret = device_for_each_child(&ctrldev->dev, NULL, rpmsg_chrdev_eptdev_destroy); in rpmsg_ctrldev_remove()
|
/openbmc/linux/drivers/pmdomain/xilinx/ |
H A D | zynqmp-pm-domains.c | 60 return device_for_each_child(dev, NULL, in zynqmp_gpd_is_active_wakeup_path()
|