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

/linux-master/arch/alpha/kernel/
H A Dpci.c49 * If PCI_PROBE_ONLY in pci_flags is set, we don't change any PCI resource
215 if (!alpha_using_srm || pci_has_flag(PCI_PROBE_ONLY))
242 if (pci_has_flag(PCI_PROBE_ONLY))
258 if (pci_has_flag(PCI_PROBE_ONLY) && dev &&
297 if (pci_has_flag(PCI_PROBE_ONLY) ||
H A Dsys_titan.c336 pci_set_flags(PCI_PROBE_ONLY);
H A Dsys_marvel.c388 pci_set_flags(PCI_PROBE_ONLY);
/linux-master/drivers/pci/controller/
H A Dpci-host-common.c77 if (!pci_has_flag(PCI_PROBE_ONLY))
/linux-master/arch/mips/pci/
H A Dpci-legacy.c21 * If PCI_PROBE_ONLY in pci_flags is set, we don't change any PCI resource
85 if (hose->get_busno && pci_has_flag(PCI_PROBE_ONLY))
123 if (pci_has_flag(PCI_PROBE_ONLY)) {
293 if (pci_has_flag(PCI_PROBE_ONLY) && dev &&
H A Dpci-bcm1480.c195 pci_set_flags(PCI_PROBE_ONLY);
H A Dpci-sb1250.c203 pci_set_flags(PCI_PROBE_ONLY);
H A Dpci-lantiq.c207 pci_clear_flags(PCI_PROBE_ONLY);
H A Dpci-xtalk-bridge.c636 pci_set_flags(PCI_PROBE_ONLY);
/linux-master/arch/powerpc/kernel/
H A Dpci-common.c902 * at 0 as unset as well, except if PCI_PROBE_ONLY is also set
907 (reg.start == 0 && !pci_has_flag(PCI_PROBE_ONLY))) {
942 /* We don't do anything if PCI_PROBE_ONLY is set */
943 if (pci_has_flag(PCI_PROBE_ONLY))
1430 if (!pci_has_flag(PCI_PROBE_ONLY)) {
1438 if (!pci_has_flag(PCI_PROBE_ONLY)) {
1492 if (!pci_has_flag(PCI_PROBE_ONLY)) {
1697 if (bus && !pci_has_flag(PCI_PROBE_ONLY)) {
/linux-master/drivers/pci/
H A Dof.c253 pci_add_flags(PCI_PROBE_ONLY);
255 pci_clear_flags(PCI_PROBE_ONLY);
H A Dprobe.c3082 if (pci_has_flag(PCI_PROBE_ONLY)) {
H A Dpci.c6364 if (pci_has_flag(PCI_PROBE_ONLY)) {
6366 pr_info_once("PCI: Ignoring requested alignments (PCI_PROBE_ONLY)\n");
/linux-master/arch/arm/kernel/
H A Dbios32.c514 if (pci_has_flag(PCI_PROBE_ONLY)) {
/linux-master/arch/powerpc/platforms/maple/
H A Dpci.c629 pci_add_flags(PCI_PROBE_ONLY);
/linux-master/arch/powerpc/platforms/pseries/
H A Dsetup.c526 * PCI_PROBE_ONLY and PCI_REASSIGN_ALL_BUS can be set via properties
841 pci_add_flags(PCI_PROBE_ONLY);
/linux-master/include/linux/
H A Dpci.h1068 PCI_PROBE_ONLY = 0x00000004, /* Use existing setup */ enumerator in enum:__anon1197

Completed in 229 milliseconds