Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A 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()
H A Dsys_titan.c334 pci_set_flags(PCI_PROBE_ONLY); in titan_init_pci()
H A Dsys_marvel.c387 pci_set_flags(PCI_PROBE_ONLY); in marvel_init_pci()
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-legacy.c85 if (hose->get_busno && pci_has_flag(PCI_PROBE_ONLY)) in pcibios_scanbus()
124 if (pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_scanbus()
302 if (pci_has_flag(PCI_PROBE_ONLY) && dev && in pcibios_fixup_bus()
H A Dpci-sb1250.c203 pci_set_flags(PCI_PROBE_ONLY); in sb1250_pcibios_init()
H A Dpci-bcm1480.c195 pci_set_flags(PCI_PROBE_ONLY); in bcm1480_pcibios_init()
H A Dpci-lantiq.c211 pci_clear_flags(PCI_PROBE_ONLY); in ltq_pci_probe()
H A Dpci-xlr.c335 pci_set_flags(PCI_PROBE_ONLY); in pcibios_init()
H A Dpci-xlp.c296 pci_set_flags(PCI_PROBE_ONLY); in pcibios_init()
H A Dpci-xtalk-bridge.c635 pci_set_flags(PCI_PROBE_ONLY); in bridge_probe()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpci-common.c831 (reg.start == 0 && !pci_has_flag(PCI_PROBE_ONLY))) { in pcibios_fixup_resources()
867 if (pci_has_flag(PCI_PROBE_ONLY)) in pcibios_uninitialized_bridge_resource()
1349 if (!pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_resource_survey()
1357 if (!pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_resource_survey()
1412 if (!pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_finish_adding_to_bus()
1617 if (bus && !pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_scan_phb()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-host-common.c75 if (!pci_has_flag(PCI_PROBE_ONLY)) in pci_host_common_probe()
H A Dpci-mvebu.c1046 if (pci_has_flag(PCI_PROBE_ONLY)) { in mvebu_pci_host_probe()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dof.c231 pci_add_flags(PCI_PROBE_ONLY); in of_pci_check_probe_only()
233 pci_clear_flags(PCI_PROBE_ONLY); in of_pci_check_probe_only()
H A Dprobe.c3023 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_host_probe()
H A Dpci.c6234 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_specified_resource_alignment()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dbios32.c516 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_common_init_dev()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/maple/
H A Dpci.c626 pci_add_flags(PCI_PROBE_ONLY); in maple_pci_init()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dsetup.c791 pci_add_flags(PCI_PROBE_ONLY); in pSeries_setup_arch()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h978 PCI_PROBE_ONLY = 0x00000004, /* Use existing setup */ enumerator