Lines Matching refs:how_probe
28 if (dev->how_probe == PROBE_FIRST) {
36 if ((dev->how_probe != PROBE_AWAKE) && state->advance) {
51 if (dev->how_probe != PROBE_AWAKE) {
80 if (dev->how_probe == PROBE_FIRST) {
87 if ((dev->how_probe != PROBE_AWAKE) && state->advance) {
99 if (dev->how_probe != PROBE_AWAKE) {
133 if (dev->how_probe == PROBE_FIRST) {
138 dev->how_probe = pci_probe(dev, type_name);
139 if (dev->how_probe == PROBE_FAILED) {
144 dev->how_probe = isa_probe(dev, type_name);
145 if (dev->how_probe == PROBE_FAILED) {
151 dev->how_probe = PROBE_FAILED;
156 return dev->how_probe;