Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/pcie/
Dportdrv_pci.c30 bool pcie_ports_native; variable
43 pcie_ports_native = true; in pcie_port_setup()
Dportdrv_core.c212 (pcie_ports_native || host->native_pcie_hotplug)) { in get_port_device_capability()
225 (pcie_ports_native || host->native_aer)) { in get_port_device_capability()
242 (pcie_ports_native || host->native_pme)) { in get_port_device_capability()
Daer.c222 return pcie_ports_native || host->native_aer; in pcie_aer_is_native()
/Linux-v5.10/drivers/pci/hotplug/
Dpciehp_core.c259 return pcie_ports_native || host->native_pme; in pme_is_native()
/Linux-v5.10/include/linux/
Dpci.h1561 extern bool pcie_ports_native;
1564 #define pcie_ports_native false macro
/Linux-v5.10/drivers/pci/
Dpci-acpi.c803 if (pcie_ports_native) in pciehp_is_native()