Home
last modified time | relevance | path

Searched refs:to_pci_host_bridge (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/pci/
Dremove.c134 host_bridge = to_pci_host_bridge(bus->bridge); in pci_stop_root_bus()
152 host_bridge = to_pci_host_bridge(bus->bridge); in pci_remove_root_bus()
Dhost-bridge.c23 return to_pci_host_bridge(root_bus->bridge); in pci_find_host_bridge()
Dprobe.c511 struct pci_host_bridge *bridge = to_pci_host_bridge(dev); in pci_release_host_bridge_dev()
/linux-4.1.27/arch/x86/pci/
Dacpi.c472 to_pci_host_bridge(bus->bridge), in pci_acpi_scan_root()
/linux-4.1.27/arch/ia64/pci/
Dpci.c473 pci_set_host_bridge_release(to_pci_host_bridge(pbus->bridge), in pci_acpi_scan_root()
/linux-4.1.27/include/linux/
Dpci.h416 #define to_pci_host_bridge(n) container_of(n, struct pci_host_bridge, dev) macro