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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dtherm_windtunnel.c414 do_probe(struct i2c_client *cl, const struct i2c_device_id *id) function
436 .probe = do_probe,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Ddonauboe.c56 /* do_probe module parameter Enable this code */
199 static int do_probe = 0; variable
1483 module_param (do_probe, bool, 0);
1484 MODULE_PARM_DESC(do_probe, "Enable/disable chip probing and self-test");
1655 if (do_probe)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-probe.c360 * do_probe - probe an IDE device
364 * do_probe() has the difficult job of finding a drive if it exists,
380 static int do_probe (ide_drive_t *drive, u8 cmd) function
465 * probe_for_drive() tests for existence of a given drive using do_probe()
488 rc = do_probe(drive, cmd);
492 rc = do_probe(drive, cmd);

Completed in 57 milliseconds