Home
last modified time | relevance | path

Searched refs:PCI_PROBE_ONLY (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/arch/alpha/kernel/
Dpci.c215 if (!alpha_using_srm || pci_has_flag(PCI_PROBE_ONLY)) in pdev_save_srm_config()
242 if (pci_has_flag(PCI_PROBE_ONLY)) in pci_restore_srm_config()
258 if (pci_has_flag(PCI_PROBE_ONLY) && dev && in pcibios_fixup_bus()
298 if (pci_has_flag(PCI_PROBE_ONLY) || in pcibios_claim_one_bus()
Dsys_titan.c335 pci_set_flags(PCI_PROBE_ONLY); in titan_init_pci()
Dsys_marvel.c388 pci_set_flags(PCI_PROBE_ONLY); in marvel_init_pci()
/Linux-v4.19/arch/mips/pci/
Dpci-legacy.c88 if (hose->get_busno && pci_has_flag(PCI_PROBE_ONLY)) in pcibios_scanbus()
127 if (pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_scanbus()
296 if (pci_has_flag(PCI_PROBE_ONLY) && dev && in pcibios_fixup_bus()
Dpci-virtio-guest.c125 pci_set_flags(PCI_PROBE_ONLY); in pci_virtio_guest_setup()
Dpci-bcm1480.c208 pci_set_flags(PCI_PROBE_ONLY); in bcm1480_pcibios_init()
Dpci-sb1250.c216 pci_set_flags(PCI_PROBE_ONLY); in sb1250_pcibios_init()
Dpci-ip27.c53 pci_set_flags(PCI_PROBE_ONLY); in bridge_probe()
Dpci-lantiq.c213 pci_clear_flags(PCI_PROBE_ONLY); in ltq_pci_probe()
Dpci-xlr.c335 pci_set_flags(PCI_PROBE_ONLY); in pcibios_init()
Dpci-xlp.c296 pci_set_flags(PCI_PROBE_ONLY); in pcibios_init()
/Linux-v4.19/drivers/pci/controller/
Dpci-host-common.c87 if (!pci_has_flag(PCI_PROBE_ONLY)) in pci_host_common_probe()
Dpci-mvebu.c1221 if (pci_has_flag(PCI_PROBE_ONLY)) { in mvebu_pci_host_probe()
/Linux-v4.19/arch/powerpc/kernel/
Dpci-common.c818 (reg.start == 0 && !pci_has_flag(PCI_PROBE_ONLY))) { in pcibios_fixup_resources()
854 if (pci_has_flag(PCI_PROBE_ONLY)) in pcibios_uninitialized_bridge_resource()
1368 if (!pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_resource_survey()
1376 if (!pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_resource_survey()
1435 if (!pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_finish_adding_to_bus()
1646 if (bus && !pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_scan_phb()
/Linux-v4.19/drivers/pci/
Dof.c237 pci_add_flags(PCI_PROBE_ONLY); in of_pci_check_probe_only()
239 pci_clear_flags(PCI_PROBE_ONLY); in of_pci_check_probe_only()
Dprobe.c2946 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_host_probe()
Dpci.c5774 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_specified_resource_alignment()
/Linux-v4.19/arch/arm/kernel/
Dbios32.c545 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_common_init_dev()
/Linux-v4.19/arch/powerpc/platforms/maple/
Dpci.c632 pci_add_flags(PCI_PROBE_ONLY); in maple_pci_init()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dsetup.c750 pci_add_flags(PCI_PROBE_ONLY); in pSeries_setup_arch()
/Linux-v4.19/include/linux/
Dpci.h845 PCI_PROBE_ONLY = 0x00000004, /* Use existing setup */ enumerator