Searched refs:PCI_PROBE_ONLY (Results 1 - 18 of 18) sorted by relevance

/linux-4.1.27/arch/mips/pci/
H A Dpci.c24 * If PCI_PROBE_ONLY in pci_flags is set, we don't change any PCI resource
89 if (hose->get_busno && pci_has_flag(PCI_PROBE_ONLY)) pcibios_scanbus()
118 if (!pci_has_flag(PCI_PROBE_ONLY)) { pcibios_scanbus()
316 if (pci_has_flag(PCI_PROBE_ONLY) && dev && pcibios_fixup_bus()
H A Dpci-virtio-guest.c125 pci_set_flags(PCI_PROBE_ONLY); pci_virtio_guest_setup()
H A Dpci-bcm1480.c208 pci_set_flags(PCI_PROBE_ONLY); bcm1480_pcibios_init()
H A Dpci-ip27.c52 pci_set_flags(PCI_PROBE_ONLY); bridge_probe()
H A Dpci-lantiq.c216 pci_clear_flags(PCI_PROBE_ONLY); ltq_pci_probe()
H A Dpci-sb1250.c216 pci_set_flags(PCI_PROBE_ONLY); sb1250_pcibios_init()
H A Dpci-xlp.c296 pci_set_flags(PCI_PROBE_ONLY); pcibios_init()
H A Dpci-xlr.c335 pci_set_flags(PCI_PROBE_ONLY); pcibios_init()
/linux-4.1.27/include/asm-generic/
H A Dpci-bridge.h22 PCI_PROBE_ONLY = 0x00000004, enumerator in enum:__anon11440
/linux-4.1.27/arch/alpha/kernel/
H A Dpci.c47 * If PCI_PROBE_ONLY in pci_flags is set, we don't change any PCI resource
206 if (!alpha_using_srm || pci_has_flag(PCI_PROBE_ONLY)) pdev_save_srm_config()
233 if (pci_has_flag(PCI_PROBE_ONLY)) pci_restore_srm_config()
247 if (pci_has_flag(PCI_PROBE_ONLY) && dev && pcibios_fixup_bus()
287 if (pci_has_flag(PCI_PROBE_ONLY) || pcibios_claim_one_bus()
H A Dsys_titan.c336 pci_set_flags(PCI_PROBE_ONLY); titan_init_pci()
H A Dsys_marvel.c388 pci_set_flags(PCI_PROBE_ONLY); marvel_init_pci()
/linux-4.1.27/drivers/pci/host/
H A Dpci-host-generic.c237 pci_add_flags(PCI_PROBE_ONLY); gen_pci_probe()
239 pci_clear_flags(PCI_PROBE_ONLY); gen_pci_probe()
/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Dsetup.c493 * PCI_PROBE_ONLY and PCI_REASSIGN_ALL_BUS can be set via properties
503 pci_add_flags(PCI_PROBE_ONLY);
505 pci_clear_flags(PCI_PROBE_ONLY);
527 pci_add_flags(PCI_PROBE_ONLY); pSeries_setup_arch()
/linux-4.1.27/arch/arm/kernel/
H A Dbios32.c523 if (!pci_has_flag(PCI_PROBE_ONLY)) { pci_common_init_dev()
545 if (bus && !pci_has_flag(PCI_PROBE_ONLY)) { pci_common_init_dev()
567 pci_add_flags(PCI_PROBE_ONLY); pcibios_setup()
612 if (pci_has_flag(PCI_PROBE_ONLY)) pcibios_enable_device()
/linux-4.1.27/arch/unicore32/kernel/
H A Dpci.c268 if (!pci_has_flag(PCI_PROBE_ONLY)) { pci_common_init()
283 pci_add_flags(PCI_PROBE_ONLY); pcibios_setup()
/linux-4.1.27/arch/powerpc/kernel/
H A Dpci-common.c817 * at 0 as unset as well, except if PCI_PROBE_ONLY is also set pcibios_fixup_resources()
822 (reg.start == 0 && !pci_has_flag(PCI_PROBE_ONLY))) { pcibios_fixup_resources()
865 /* We don't do anything if PCI_PROBE_ONLY is set */ pcibios_uninitialized_bridge_resource()
866 if (pci_has_flag(PCI_PROBE_ONLY)) pcibios_uninitialized_bridge_resource()
1396 if (!pci_has_flag(PCI_PROBE_ONLY)) { pcibios_resource_survey()
1404 if (!pci_has_flag(PCI_PROBE_ONLY)) { pcibios_resource_survey()
1466 if (!pci_has_flag(PCI_PROBE_ONLY)) pcibios_finish_adding_to_bus()
1677 if (bus && !pci_has_flag(PCI_PROBE_ONLY)) { pcibios_scan_phb()
/linux-4.1.27/arch/powerpc/platforms/maple/
H A Dpci.c623 pci_add_flags(PCI_PROBE_ONLY); maple_pci_init()

Completed in 479 milliseconds