Searched refs:do_probe (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-probe.c299 * do_probe() has the difficult job of finding a drive if it exists,
314 static int do_probe (ide_drive_t *drive, byte cmd) function
393 if (do_probe(drive, WIN_IDENTIFY) >= 2) { /* if !(success||timed-out) */
394 (void) do_probe(drive, WIN_PIDENTIFY); /* look for ATAPI device */
399 * probe_for_drive() tests for existence of a given drive using do_probe().
408 if (do_probe(drive, WIN_IDENTIFY) >= 2) { /* if !(success||timed-out) */
409 (void) do_probe(drive, WIN_PIDENTIFY); /* look for ATAPI device */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/8253x/
H A D8253xini.c166 unsigned int do_probe = 1; variable
2141 if(do_probe == 0)
2143 do_probe = 0;

Completed in 108 milliseconds