Symbol: pci_has_flag
arch/alpha/kernel/pci.c
215
if (!alpha_using_srm || pci_has_flag(PCI_PROBE_ONLY))
arch/alpha/kernel/pci.c
242
if (pci_has_flag(PCI_PROBE_ONLY))
arch/alpha/kernel/pci.c
258
if (pci_has_flag(PCI_PROBE_ONLY) && dev &&
arch/alpha/kernel/pci.c
297
if (pci_has_flag(PCI_PROBE_ONLY) ||
arch/arm/include/asm/pci.h
13
#define pcibios_assign_all_busses() pci_has_flag(PCI_REASSIGN_ALL_BUS)
arch/arm/kernel/bios32.c
515
if (pci_has_flag(PCI_PROBE_ONLY)) {
arch/arm64/include/asm/pci.h
17
(pci_has_flag(PCI_REASSIGN_ALL_BUS))
arch/mips/pci/pci-legacy.c
131
if (pci_has_flag(PCI_PROBE_ONLY)) {
arch/mips/pci/pci-legacy.c
267
if (pci_has_flag(PCI_PROBE_ONLY) && dev &&
arch/mips/pci/pci-legacy.c
93
if (hose->get_busno && pci_has_flag(PCI_PROBE_ONLY))
arch/powerpc/include/asm/pci.h
39
(pci_has_flag(PCI_REASSIGN_ALL_BUS))
arch/powerpc/kernel/pci-common.c
1015
if (pci_has_flag(PCI_REASSIGN_ALL_RSRC)) {
arch/powerpc/kernel/pci-common.c
1115
if (pci_has_flag(PCI_CAN_SKIP_ISA_ALIGN) &&
arch/powerpc/kernel/pci-common.c
1421
if (!pci_has_flag(PCI_REASSIGN_ALL_RSRC)) {
arch/powerpc/kernel/pci-common.c
1430
if (!pci_has_flag(PCI_PROBE_ONLY)) {
arch/powerpc/kernel/pci-common.c
1438
if (!pci_has_flag(PCI_PROBE_ONLY)) {
arch/powerpc/kernel/pci-common.c
1492
if (!pci_has_flag(PCI_PROBE_ONLY)) {
arch/powerpc/kernel/pci-common.c
1697
if (bus && !pci_has_flag(PCI_PROBE_ONLY)) {
arch/powerpc/kernel/pci-common.c
861
if (!pci_has_flag(PCI_ENABLE_PROC_DOMAINS))
arch/powerpc/kernel/pci-common.c
863
if (pci_has_flag(PCI_COMPAT_DOMAIN_0))
arch/powerpc/kernel/pci-common.c
906
if (pci_has_flag(PCI_REASSIGN_ALL_RSRC) ||
arch/powerpc/kernel/pci-common.c
907
(reg.start == 0 && !pci_has_flag(PCI_PROBE_ONLY))) {
arch/powerpc/kernel/pci-common.c
909
if (!pci_has_flag(PCI_REASSIGN_ALL_RSRC))
arch/powerpc/kernel/pci-common.c
943
if (pci_has_flag(PCI_PROBE_ONLY))
arch/powerpc/kernel/pci_32.c
259
if (pci_has_flag(PCI_REASSIGN_ALL_BUS))
arch/powerpc/platforms/powermac/pci.c
949
if (pci_has_flag(PCI_REASSIGN_ALL_BUS))
drivers/pci/pci.c
6358
if (pci_has_flag(PCI_PROBE_ONLY)) {
drivers/pci/probe.c
2842
if (pci_has_flag(PCI_SCAN_ALL_PCIE_DEVS))