Lines Matching defs:probes
232 } probes[] = {
275 for (i = 0; i < (int)(sizeof(probes)/sizeof(probes[0])); i++)
277 DBG(1,"probing %s\n",probes[i].model);
279 if (!FAILED( status = sanei_hp_scl_upload(scsi, probes[i].cmd,
282 DBG(1, "probe_scanner: %s compatible (%5s)\n", probes[i].model, buf);
283 last_model_name = probes[i].model;
285 if (probes[i].model_num == 9)
294 *compat |= probes[i].flag;
295 last_model_num = probes[i].model_num;