Home
last modified time | relevance | path

Searched refs:root_bridge (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/pci/controller/
Dvmd.c719 static void vmd_copy_host_bridge_flags(struct pci_host_bridge *root_bridge, in vmd_copy_host_bridge_flags() argument
722 vmd_bridge->native_pcie_hotplug = root_bridge->native_pcie_hotplug; in vmd_copy_host_bridge_flags()
723 vmd_bridge->native_shpc_hotplug = root_bridge->native_shpc_hotplug; in vmd_copy_host_bridge_flags()
724 vmd_bridge->native_aer = root_bridge->native_aer; in vmd_copy_host_bridge_flags()
725 vmd_bridge->native_pme = root_bridge->native_pme; in vmd_copy_host_bridge_flags()
726 vmd_bridge->native_ltr = root_bridge->native_ltr; in vmd_copy_host_bridge_flags()
727 vmd_bridge->native_dpc = root_bridge->native_dpc; in vmd_copy_host_bridge_flags()
/linux-6.12.1/drivers/pci/hotplug/
Dacpiphp.h137 struct acpiphp_bridge *root_bridge; member
Dacpiphp_glue.c766 bridge = to_acpiphp_root_context(adev->hp)->root_bridge; in acpiphp_check_host_bridge()
896 root_context->root_bridge = bridge; in acpiphp_enumerate_slots()