Lines Matching defs:sense
195 - print EOM, ILI, and info bytes (request sense)
222 - mode sense command support
229 - move mode sense probe errors to DBG 35
242 - read only 1 byte of mode sense output
291 - add mode sense for color interlacing? (page code 32)
327 - correct mode select/sense 6 vs 10 booleans
9276 * parses the request sense return data buffer,
9278 * and copies the sense buffer into the scanner struct
9284 unsigned int sense = get_RS_sense_key (sensed_data);
9299 DBG (5, "Sense=%#02x, ASC=%#02x, ASCQ=%#02x, EOM=%d, ILI=%d, info=%#08lx\n", sense, asc, ascq, s->rs_eom, s->rs_ili, (unsigned long)s->rs_info);
9301 switch (sense) {
9304 DBG (5, "No sense: hardware status bits?\n");
9308 DBG (5, "No sense: unknown asc\n");
9312 DBG (5, "No sense: unknown ascq\n");
9317 DBG (5, "No sense: ILI remainder:%lu\n",(unsigned long)s->rs_info);
9321 DBG (5, "No sense: EOM\n");
9324 DBG (5, "No sense: ready\n");
9594 /* unset the request sense vars first */