Symbol: PCI_EXP_TYPE_DOWNSTREAM
arch/powerpc/platforms/powernv/eeh-powernv.c
369
else if (pcie_flags == PCI_EXP_TYPE_DOWNSTREAM)
arch/powerpc/platforms/pseries/eeh_pseries.c
420
else if (pcie_flags == PCI_EXP_TYPE_DOWNSTREAM)
arch/x86/pci/acpi.c
275
case PCI_EXP_TYPE_DOWNSTREAM:
arch/x86/pci/acpi.c
282
if (pci_pcie_type(parent) != PCI_EXP_TYPE_DOWNSTREAM)
drivers/cxl/core/pci.c
33
if (type != PCI_EXP_TYPE_DOWNSTREAM && type != PCI_EXP_TYPE_ROOT_PORT)
drivers/cxl/core/pci.c
862
type = PCI_EXP_TYPE_DOWNSTREAM;
drivers/cxl/core/ras.c
83
port_type == PCI_EXP_TYPE_DOWNSTREAM ||
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
7214
pci_pcie_type(swds) != PCI_EXP_TYPE_DOWNSTREAM)
drivers/pci/access.c
362
type == PCI_EXP_TYPE_DOWNSTREAM ||
drivers/pci/hotplug/pnv_php.c
422
if (pci_pcie_type(php_slot->pdev) == PCI_EXP_TYPE_DOWNSTREAM &&
drivers/pci/pci-acpi.c
466
[PCI_EXP_TYPE_DOWNSTREAM] = HPX_TYPE_DOWNSTREAM,
drivers/pci/pci.c
2965
case PCI_EXP_TYPE_DOWNSTREAM:
drivers/pci/pci.c
3590
case PCI_EXP_TYPE_DOWNSTREAM:
drivers/pci/pci.c
3717
case PCI_EXP_TYPE_DOWNSTREAM:
drivers/pci/pci.h
332
type == PCI_EXP_TYPE_DOWNSTREAM ||
drivers/pci/pcie/aer.c
1326
type == PCI_EXP_TYPE_DOWNSTREAM ||
drivers/pci/pcie/err.c
229
type == PCI_EXP_TYPE_DOWNSTREAM ||
drivers/pci/pcie/portdrv.c
225
pci_pcie_type(dev) == PCI_EXP_TYPE_DOWNSTREAM) &&
drivers/pci/pcie/portdrv.c
271
if (pci_pcie_type(dev) == PCI_EXP_TYPE_DOWNSTREAM ||
drivers/pci/pcie/portdrv.c
694
(type != PCI_EXP_TYPE_DOWNSTREAM) &&
drivers/pci/pcie/ptm.c
28
if (ups && pci_pcie_type(ups) == PCI_EXP_TYPE_DOWNSTREAM)
drivers/pci/probe.c
1181
pci_pcie_type(bridge) == PCI_EXP_TYPE_DOWNSTREAM))
drivers/pci/probe.c
1663
if (type == PCI_EXP_TYPE_DOWNSTREAM) {
drivers/pci/probe.c
1683
pdev->pcie_flags_reg |= PCI_EXP_TYPE_DOWNSTREAM;
drivers/pci/probe.c
2435
pci_pcie_type(dev) == PCI_EXP_TYPE_DOWNSTREAM ||
drivers/pci/quirks.c
4804
(pci_pcie_type(dev) != PCI_EXP_TYPE_DOWNSTREAM)))
drivers/pci/quirks.c
6190
if (pci_pcie_type(pdev) != PCI_EXP_TYPE_DOWNSTREAM)
drivers/pci/search.c
86
case PCI_EXP_TYPE_DOWNSTREAM:
drivers/thunderbolt/acpi.c
48
pci_pcie_type(pdev) == PCI_EXP_TYPE_DOWNSTREAM)) {
drivers/thunderbolt/tb.c
3346
if (pci_pcie_type(pdev) != PCI_EXP_TYPE_DOWNSTREAM ||