Home
last modified time | relevance | path

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

/linux-4.4.14/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.c513 struct pci_host_bridge *bridge = to_pci_host_bridge(dev); in pci_release_host_bridge_dev()
/linux-4.4.14/drivers/acpi/
Dpci_root.c855 pci_set_host_bridge_release(to_pci_host_bridge(bus->bridge), in acpi_pci_root_create()
/linux-4.4.14/include/linux/
Dpci.h424 #define to_pci_host_bridge(n) container_of(n, struct pci_host_bridge, dev) macro