Lines Matching defs:level
168 In terminal use: export SANE_DEBUG_KODAKAIO=40 to set the level to 40 or whatever
169 level you want.
173 define low values to make detail of a section appear when DBG level is low
186 * 20 low-level (I/O) functions
187 * 15 mid-level functions
188 * 10 high-level functions
667 print_params(const SANE_Parameters params, int level)
669 DBG(level, "formats: binary=?, grey=%d, colour=%d\n",SANE_FRAME_GRAY, SANE_FRAME_RGB );
670 DBG(level, "params.format = %d\n", params.format);
671 DBG(level, "params.last_frame = %d\n", params.last_frame);
672 DBG(level, "params.bytes_per_line = %d\n", params.bytes_per_line);
673 DBG(level, "params.pixels_per_line = %d\n", params.pixels_per_line);
674 DBG(level, "params.lines = %d\n", params.lines);
675 DBG(level, "params.depth = %d\n", params.depth);
679 print_status(KodakAio_Scanner *s,int level)
681 DBG(level, "print_status with level %d\n", level);
682 DBG(level, "s->bytes_unread = %d\n", s->bytes_unread);
684 DBG(level, "params.last_frame = %d\n", params.last_frame);
685 DBG(level, "params.bytes_per_line = %d\n", params.bytes_per_line);
686 DBG(level, "params.pixels_per_line = %d\n", params.pixels_per_line);
687 DBG(level, "params.lines = %d\n", params.lines);
688 DBG(level, "params.depth = %d\n", params.depth);
693 * Low-level Network communication functions ****************************************************************************/
781 * Low-level USB communication functions ****************************************************************************/
790 * low-level communication commands ****************************************************************************/
792 static void dump_hex_buffer_dense (int level, const unsigned char *buf, size_t buf_size)
801 DBG (level, "%s\n", msg);
814 DBG (level, "%s\n", msg);
1053 * high-level communication commands
1181 /* Set color curve command, low level, sends commands to the scanner*/
1212 /* Set scanning parameters command, low level, sends commands to the scanner*/
1419 * kodakaio backend high-level operations ****************************************************************************/
1933 * SANE API implementation (high-level functions)
3042 /* this may be a sane call, but it happens way too often to have DBG level 2 */