/openbmc/linux/include/linux/ |
H A D | resource_ext.h | 63 #define resource_list_for_each_entry(entry, list) \ macro 74 resource_list_for_each_entry(entry, list) { in resource_list_first_type()
|
/openbmc/linux/drivers/pci/ |
H A D | host-bridge.c | 58 resource_list_for_each_entry(window, &bridge->windows) { in pcibios_resource_to_bus() 83 resource_list_for_each_entry(window, &bridge->windows) { in pcibios_bus_to_resource()
|
H A D | bus.c | 122 resource_list_for_each_entry(win, resources) { in devm_request_pci_bus_resources()
|
H A D | probe.c | 3174 resource_list_for_each_entry(window, &bridge->windows) in pci_scan_root_bus_bridge() 3212 resource_list_for_each_entry(window, resources) in pci_scan_root_bus()
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_watchdog.c | 152 resource_list_for_each_entry(rentry, &resource_list) { in acpi_watchdog_init() 176 resource_list_for_each_entry(rentry, &resource_list) in acpi_watchdog_init()
|
H A D | pci_root.c | 839 resource_list_for_each_entry(entry2, resources) { in acpi_pci_root_validate_resources() 990 resource_list_for_each_entry(entry, &bridge->windows) { in acpi_pci_root_release_info()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-versatile.c | 91 resource_list_for_each_entry(entry, &bridge->windows) { in versatile_pci_probe()
|
H A D | pci-v3-semi.c | 681 resource_list_for_each_entry(entry, &bridge->dma_ranges) { in v3_pci_parse_map_dma_ranges() 810 resource_list_for_each_entry(win, &host->windows) { in v3_pci_probe()
|
H A D | pci-ftpci100.c | 377 resource_list_for_each_entry(entry, &bridge->dma_ranges) { in faraday_pci_parse_map_dma_ranges()
|
H A D | pcie-rcar-host.c | 362 resource_list_for_each_entry(win, &bridge->windows) { in rcar_pcie_hw_enable() 935 resource_list_for_each_entry(entry, &bridge->dma_ranges) { in rcar_pcie_parse_map_dma_ranges()
|
H A D | pcie-iproc.c | 1014 resource_list_for_each_entry(window, resources) { in iproc_pcie_map_ranges() 1180 resource_list_for_each_entry(entry, &host->dma_ranges) { in iproc_pcie_map_dma_ranges()
|
H A D | pci-xgene.c | 410 resource_list_for_each_entry(window, &bridge->windows) { in xgene_pcie_map_ranges()
|
H A D | pcie-brcmstb.c | 788 resource_list_for_each_entry(entry, &bridge->dma_ranges) { in brcm_pcie_get_rc_bar2_size_and_offset() 992 resource_list_for_each_entry(entry, &bridge->windows) { in brcm_pcie_setup()
|
H A D | pcie-mediatek-gen3.c | 402 resource_list_for_each_entry(entry, &host->windows) { in mtk_pcie_startup_port()
|
H A D | pcie-microchip-host.c | 982 resource_list_for_each_entry(entry, &bridge->windows) { in mc_pcie_setup_windows()
|
H A D | pci-aardvark.c | 1774 resource_list_for_each_entry(entry, &bridge->windows) { in advk_pcie_probe()
|
H A D | pci-tegra.c | 835 resource_list_for_each_entry(entry, &bridge->windows) { in tegra_pcie_setup_translations()
|
/openbmc/linux/arch/x86/pci/ |
H A D | bus_numa.c | 45 resource_list_for_each_entry(window, resources) in x86_pci_root_bus_resources()
|
/openbmc/linux/drivers/pci/controller/cadence/ |
H A D | pcie-cadence-host.c | 420 resource_list_for_each_entry(entry, &bridge->dma_ranges) { in cdns_pcie_host_map_dma_ranges() 465 resource_list_for_each_entry(entry, &bridge->windows) { in cdns_pcie_host_init_address_translation()
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-designware-host.c | 670 resource_list_for_each_entry(entry, &pp->bridge->windows) { in dw_pcie_iatu_setup() 709 resource_list_for_each_entry(entry, &pp->bridge->dma_ranges) { in dw_pcie_iatu_setup()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | bios32.c | 405 resource_list_for_each_entry(window, &sys->resources) in pcibios_init_resource()
|
/openbmc/linux/ |
H A D | .clang-format | 563 - 'resource_list_for_each_entry'
|
/openbmc/linux/drivers/pci/controller/mobiveil/ |
H A D | pcie-mobiveil-host.c | 277 resource_list_for_each_entry(win, &bridge->windows) { in mobiveil_host_init()
|
/openbmc/linux/drivers/iommu/ |
H A D | dma-iommu.c | 443 resource_list_for_each_entry(window, &bridge->windows) { in iova_reserve_pci_windows() 454 resource_list_for_each_entry(window, &bridge->dma_ranges) { in iova_reserve_pci_windows()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_bcm.c | 1191 resource_list_for_each_entry(entry, &resources) { in bcm_acpi_probe()
|