Lines Matching refs:verbose
170 static int default_test_proto(PIA * pi, char *scratch, int verbose)
188 if (verbose)
196 static int pi_test_proto(PIA * pi, char *scratch, int verbose)
202 res = pi->proto->test_proto(pi, scratch, verbose);
204 res = default_test_proto(pi, scratch, verbose);
248 static int pi_register_parport(PIA *pi, int verbose, int unit)
267 if (verbose)
275 static int pi_probe_mode(PIA * pi, int max, char *scratch, int verbose)
288 return (!pi_test_proto(pi, scratch, verbose));
298 if (!pi_test_proto(pi, scratch, verbose))
305 static int pi_probe_unit(PIA * pi, int unit, char *scratch, int verbose)
317 if (!pi_register_parport(pi, verbose, s))
332 if (pi_probe_mode(pi, max, scratch, verbose))
342 if (!pi_probe_mode(pi, max, scratch, verbose)) {
352 int devtype, int verbose, char *device)
403 if (pi_probe_unit(pi, unit, scratch, verbose))
410 (pi, unit, scratch, verbose))
432 pi->proto->log_adapter(pi, scratch, verbose);