Searched refs:to_pci_host_bridge (Results 1 – 8 of 8) sorted by relevance
137 host_bridge = to_pci_host_bridge(bus->bridge); in pci_stop_root_bus()155 host_bridge = to_pci_host_bridge(bus->bridge); in pci_remove_root_bus()
24 return to_pci_host_bridge(root_bus->bridge); in pci_find_host_bridge()
1232 host = to_pci_host_bridge(bus->bridge); in __pci_bus_size_bridges()
570 struct pci_host_bridge *bridge = to_pci_host_bridge(dev); in pci_release_host_bridge_dev()
257 pci_set_host_bridge_release(to_pci_host_bridge(phb->bus->bridge), in cxl_pci_vphb_add()
40 if ((bus->primary == to_pci_host_bridge(bus->bridge)->busnr) && (PCI_SLOT(devfn) > 0)) in mobiveil_pcie_valid_device()
914 host_bridge = to_pci_host_bridge(bus->bridge); in acpi_pci_root_create()
558 #define to_pci_host_bridge(n) container_of(n, struct pci_host_bridge, dev) macro