Lines Matching defs:mode
25 * - enabled Halftone selection only for Halftone-mode<br>
41 * - 0.39 - added stuff to use the backend completely in user mode<br>
332 /** according to the mode and source we return the corresponding scanmode and
338 int mode;
341 /* are we in TPA-mode? */
342 mode = scanner->val[OPT_MODE].w;
344 mode += 2;
348 if( mode == 0 ) {
353 if( mode == 1 )
359 if( mode == 1 )
724 /* scan mode */
906 /* disable extended mode list for devices without TPA */
1854 /* in calibration mode, we do not allow setting any value! */
2461 /* adjust mode list according to the model we use and the
2757 /** set the pipe to blocking/non blocking mode
2777 DBG( _DBG_ERROR, "ERROR: could not set to non-blocking mode !\n" );