Searched refs:do_probe (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/macintosh/ |
H A D | therm_windtunnel.c | 413 do_probe(struct i2c_client *cl, const struct i2c_device_id *id) do_probe() function 435 .probe = do_probe,
|
/linux-4.1.27/drivers/ide/ |
H A D | ide-probe.c | 360 * 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) do_probe() function 465 * probe_for_drive() tests for existence of a given drive using do_probe() 488 rc = do_probe(drive, cmd); probe_for_drive() 492 rc = do_probe(drive, cmd); probe_for_drive()
|
/linux-4.1.27/drivers/net/irda/ |
H A D | donauboe.c | 56 /* do_probe module parameter Enable this code */ 199 static bool do_probe = false; variable 1465 module_param (do_probe, bool, 0); 1466 MODULE_PARM_DESC(do_probe, "Enable/disable chip probing and self-test"); 1632 if (do_probe) toshoboe_open()
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
H A D | wsm.c | 1471 do_probe, wsm_handle_tx_data() enumerator in enum:__anon7817 1528 action = do_probe; wsm_handle_tx_data() 1546 case do_probe: wsm_handle_tx_data()
|
Completed in 159 milliseconds