Lines Matching full:subordinate
24 * - When a P2P bridge is present, we elevate the refcount on the subordinate
379 * that is equivalent to the bus->subordinate in acpiphp_max_busnr()
381 * bus->subordinate value because it could have in acpiphp_max_busnr()
446 struct pci_bus *bus = bridge->subordinate; in acpiphp_native_scan_bridge()
466 if (dev->subordinate) { in acpiphp_native_scan_bridge()
467 pcibios_resource_survey_bus(dev->subordinate); in acpiphp_native_scan_bridge()
468 pci_bus_size_bridges(dev->subordinate); in acpiphp_native_scan_bridge()
469 pci_bus_assign_resources(dev->subordinate); in acpiphp_native_scan_bridge()
512 if (pass && dev->subordinate) { in enable_slot()
514 pcibios_resource_survey_bus(dev->subordinate); in enable_slot()
515 __pci_bus_size_bridges(dev->subordinate, in enable_slot()
656 struct pci_bus *bus = dev->subordinate; in trim_stale_devices()
672 pci_walk_bus(dev->subordinate, pci_dev_set_disconnected, in trim_stale_devices()
882 * Grab a ref to the subordinate PCI bus in case the bus is in acpiphp_enumerate_slots()