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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dtherm_windtunnel.c52 static int do_probe( struct i2c_adapter *adapter, int addr, int kind);
322 ret = i2c_probe( adapter, &addr_data, &do_probe );
426 do_probe( struct i2c_adapter *adapter, int addr, int kind ) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-probe.c403 * do_probe - probe an IDE device
407 * do_probe() has the difficult job of finding a drive if it exists,
423 static int do_probe (ide_drive_t *drive, u8 cmd) function
532 if (do_probe(drive, WIN_IDENTIFY) >= 2) {
534 (void) do_probe(drive, WIN_PIDENTIFY);
542 * probe_for_drive() tests for existence of a given drive using do_probe()
574 if (do_probe(drive, WIN_IDENTIFY) >= 2) {
576 (void) do_probe(drive, WIN_PIDENTIFY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Ddonauboe.c60 /* do_probe module parameter Enable this code */
203 static int do_probe = 0; variable
1489 module_param (do_probe, bool, 0);
1490 MODULE_PARM_DESC(do_probe, "Enable/disable chip probing and self-test");
1654 if (do_probe)

Completed in 251 milliseconds