Searched refs:how_probe (Results 1 – 3 of 3) sorted by relevance
28 if (dev->how_probe == PROBE_FIRST) { in pci_probe()36 if ((dev->how_probe != PROBE_AWAKE) && state->advance) { in pci_probe()51 if (dev->how_probe != PROBE_AWAKE) { in pci_probe()80 if (dev->how_probe == PROBE_FIRST) { in isa_probe()87 if ((dev->how_probe != PROBE_AWAKE) && state->advance) { in isa_probe()99 if (dev->how_probe != PROBE_AWAKE) { in isa_probe()133 if (dev->how_probe == PROBE_FIRST) { in probe()138 dev->how_probe = pci_probe(dev, type_name); in probe()139 if (dev->how_probe == PROBE_FAILED) { in probe()144 dev->how_probe = isa_probe(dev, type_name); in probe()[all …]
52 int how_probe; /* First, next or awake */ member
169 dev->how_probe = -1; in grub_eth_probe()