Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/pci/controller/
Dvmd.c730 static void vmd_copy_host_bridge_flags(struct pci_host_bridge *root_bridge, in vmd_copy_host_bridge_flags() argument
733 vmd_bridge->native_pcie_hotplug = root_bridge->native_pcie_hotplug; in vmd_copy_host_bridge_flags()
734 vmd_bridge->native_shpc_hotplug = root_bridge->native_shpc_hotplug; in vmd_copy_host_bridge_flags()
735 vmd_bridge->native_aer = root_bridge->native_aer; in vmd_copy_host_bridge_flags()
736 vmd_bridge->native_pme = root_bridge->native_pme; in vmd_copy_host_bridge_flags()
737 vmd_bridge->native_ltr = root_bridge->native_ltr; in vmd_copy_host_bridge_flags()
738 vmd_bridge->native_dpc = root_bridge->native_dpc; in vmd_copy_host_bridge_flags()
/linux-6.6.21/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()