Home
last modified time | relevance | path

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

/Linux-v6.6/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()
297 if (pci_has_flag(PCI_PROBE_ONLY) || in pcibios_claim_one_bus()
Dsys_titan.c334 pci_set_flags(PCI_PROBE_ONLY); in titan_init_pci()
Dsys_marvel.c387 pci_set_flags(PCI_PROBE_ONLY); in marvel_init_pci()
/Linux-v6.6/arch/mips/pci/
Dpci-legacy.c85 if (hose->get_busno && pci_has_flag(PCI_PROBE_ONLY)) in pcibios_scanbus()
123 if (pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_scanbus()
293 if (pci_has_flag(PCI_PROBE_ONLY) && dev && in pcibios_fixup_bus()
Dpci-bcm1480.c195 pci_set_flags(PCI_PROBE_ONLY); in bcm1480_pcibios_init()
Dpci-sb1250.c203 pci_set_flags(PCI_PROBE_ONLY); in sb1250_pcibios_init()
Dpci-lantiq.c207 pci_clear_flags(PCI_PROBE_ONLY); in ltq_pci_probe()
Dpci-xtalk-bridge.c636 pci_set_flags(PCI_PROBE_ONLY); in bridge_probe()
/Linux-v6.6/drivers/pci/controller/
Dpci-host-common.c77 if (!pci_has_flag(PCI_PROBE_ONLY)) in pci_host_common_probe()
/Linux-v6.6/arch/powerpc/kernel/
Dpci-common.c908 (reg.start == 0 && !pci_has_flag(PCI_PROBE_ONLY))) { in pcibios_fixup_resources()
944 if (pci_has_flag(PCI_PROBE_ONLY)) in pcibios_uninitialized_bridge_resource()
1431 if (!pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_resource_survey()
1439 if (!pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_resource_survey()
1493 if (!pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_finish_adding_to_bus()
1698 if (bus && !pci_has_flag(PCI_PROBE_ONLY)) { in pcibios_scan_phb()
/Linux-v6.6/drivers/pci/
Dof.c253 pci_add_flags(PCI_PROBE_ONLY); in of_pci_check_probe_only()
255 pci_clear_flags(PCI_PROBE_ONLY); in of_pci_check_probe_only()
Dprobe.c3088 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_host_probe()
Dpci.c6645 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_specified_resource_alignment()
/Linux-v6.6/arch/arm/kernel/
Dbios32.c514 if (pci_has_flag(PCI_PROBE_ONLY)) { in pci_common_init_dev()
/Linux-v6.6/arch/powerpc/platforms/maple/
Dpci.c629 pci_add_flags(PCI_PROBE_ONLY); in maple_pci_init()
/Linux-v6.6/arch/powerpc/platforms/pseries/
Dsetup.c841 pci_add_flags(PCI_PROBE_ONLY); in pSeries_setup_arch()
/Linux-v6.6/include/linux/
Dpci.h1045 PCI_PROBE_ONLY = 0x00000004, /* Use existing setup */ enumerator