Home
last modified time | relevance | path

Searched refs:device_for_each_child (Results 1 – 25 of 103) sorted by relevance

12345

/Linux-v6.1/drivers/pci/pcie/
Dportdrv_core.c388 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()
Dportdrv_pci.c164 device_for_each_child(&dev->dev, &off, pcie_port_device_iter); in pcie_portdrv_slot_reset()
/Linux-v6.1/drivers/staging/greybus/
Darche-platform.c137 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/
Domap-ocp2scp.c82 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/
Dregion.c86 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()
Dcore.c328 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()
Dbus.c200 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/
Ddevice.py84 def device_for_each_child(dev): function
93 for child in device_for_each_child(dev):
/Linux-v6.1/drivers/bus/fsl-mc/
Ddprc-driver.c97 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/
Ddrivers.c73 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/
Dhsi_core.c335 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/
Di2c-dev.c196 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()
Di2c-core-base.c780 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/
Damdgpu_acp.c324 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/
Dmediabay.c505 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/
Dnhi_ops.c30 ret = device_for_each_child(&tb->root_switch->dev, NULL, in icl_nhi_is_device_connected()
/Linux-v6.1/drivers/usb/cdns3/
Dcdns3-ti.c206 device_for_each_child(dev, NULL, cdns_ti_remove_core); in cdns_ti_remove()
/Linux-v6.1/drivers/cxl/
Dacpi.c497 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/
Ddevice.c158 ret = device_for_each_child(&controller->dev, &addr, peci_dev_exists); in peci_device_create()
/Linux-v6.1/drivers/usb/dwc3/
Ddwc3-keystone.c192 device_for_each_child(&pdev->dev, NULL, kdwc3_remove_core); in kdwc3_remove()
/Linux-v6.1/drivers/vfio/mdev/
Dmdev_core.c108 device_for_each_child(parent->dev, NULL, mdev_device_remove_cb); in mdev_unregister_parent()
/Linux-v6.1/drivers/rpmsg/
Drpmsg_ctrl.c198 ret = device_for_each_child(&ctrldev->dev, NULL, rpmsg_chrdev_eptdev_destroy); in rpmsg_ctrldev_remove()
/Linux-v6.1/drivers/mfd/
Dezx-pcap.c400 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/
Dgsc.c229 device_for_each_child(&parent->dev, &data, gsc_fixup_irqs_callback); in gsc_fixup_irqs()
/Linux-v6.1/drivers/soc/xilinx/
Dzynqmp_pm_domains.c60 return device_for_each_child(dev, NULL, in zynqmp_gpd_is_active_wakeup_path()

12345