Lines Matching full:subordinate
24 * - When a P2P bridge is present, we elevate the refcount on the subordinate
378 * that is equivalent to the bus->subordinate in acpiphp_max_busnr()
380 * bus->subordinate value because it could have in acpiphp_max_busnr()
437 struct pci_bus *bus = bridge->subordinate; in acpiphp_native_scan_bridge()
457 if (dev->subordinate) { in acpiphp_native_scan_bridge()
458 pcibios_resource_survey_bus(dev->subordinate); in acpiphp_native_scan_bridge()
459 pci_bus_size_bridges(dev->subordinate); in acpiphp_native_scan_bridge()
460 pci_bus_assign_resources(dev->subordinate); in acpiphp_native_scan_bridge()
503 if (pass && dev->subordinate) { in enable_slot()
505 pcibios_resource_survey_bus(dev->subordinate); in enable_slot()
506 __pci_bus_size_bridges(dev->subordinate, in enable_slot()
647 struct pci_bus *bus = dev->subordinate; in trim_stale_devices()
663 pci_walk_bus(dev->subordinate, pci_dev_set_disconnected, in trim_stale_devices()
873 * Grab a ref to the subordinate PCI bus in case the bus is in acpiphp_enumerate_slots()