Searched refs:PROBE_AWAKE (Results 1 – 2 of 2) sorted by relevance
36 if ((dev->how_probe != PROBE_AWAKE) && state->advance) { in pci_probe()51 if (dev->how_probe != PROBE_AWAKE) { in pci_probe()87 if ((dev->how_probe != PROBE_AWAKE) && state->advance) { in isa_probe()99 if (dev->how_probe != PROBE_AWAKE) { in isa_probe()
71 #define PROBE_AWAKE 1 /* After calling disable bring up the same device */ macro