Home
last modified time | relevance | path

Searched refs:native_pcie_hotplug (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/pci/controller/
H A Dvmd.c721 vmd_bridge->native_pcie_hotplug = root_bridge->native_pcie_hotplug; in vmd_copy_host_bridge_flags()
/linux/drivers/pci/
H A Dpci-acpi.c314 if (!host->native_pcie_hotplug || host->native_aer) in program_hpx_type2()
819 return host->native_pcie_hotplug; in pciehp_is_native()
H A Dprobe.c682 bridge->native_pcie_hotplug = 1; in pci_init_host_bridge()
/linux/drivers/pci/pcie/
H A Dportdrv.c226 (pcie_ports_native || host->native_pcie_hotplug)) { in get_port_device_capability()
/linux/drivers/acpi/
H A Dpci_root.c1032 host_bridge->native_pcie_hotplug = 0; in acpi_pci_root_create()
/linux/include/linux/
H A Dpci.h652 unsigned int native_pcie_hotplug:1; /* OS may use PCIe hotplug */ member