Searched refs:to_pci_host_bridge (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/pci/
H A Dremove.c139 host_bridge = to_pci_host_bridge(bus->bridge);
157 host_bridge = to_pci_host_bridge(bus->bridge);
H A Dhost-bridge.c24 return to_pci_host_bridge(root_bus->bridge);
H A Dsetup-bus.c1237 host = to_pci_host_bridge(bus->bridge);
H A Dprobe.c582 struct pci_host_bridge *bridge = to_pci_host_bridge(dev);
/linux-master/arch/powerpc/platforms/pseries/
H A Dpci_dlpar.c57 struct pci_host_bridge *host_bridge = to_pci_host_bridge(b->bridge);
/linux-master/drivers/misc/cxl/
H A Dvphb.c250 pci_set_host_bridge_release(to_pci_host_bridge(phb->bus->bridge),
/linux-master/drivers/cxl/core/
H A Dpci.c814 bridge = to_pci_host_bridge(dport->dport_dev);
839 host_bridge = to_pci_host_bridge(dport_dev);
/linux-master/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil-host.c37 if ((bus->primary == to_pci_host_bridge(bus->bridge)->busnr) && (PCI_SLOT(devfn) > 0))
/linux-master/drivers/acpi/
H A Dpci_root.c1036 host_bridge = to_pci_host_bridge(bus->bridge);
/linux-master/drivers/pci/controller/
H A Dvmd.c919 to_pci_host_bridge(vmd->bus->bridge));
/linux-master/include/linux/
H A Dpci.h600 #define to_pci_host_bridge(n) container_of(n, struct pci_host_bridge, dev) macro

Completed in 225 milliseconds