Lines Matching defs:mode
128 - inverted the image in mode color and grayscale
152 - reverse now divided by mode
159 - initial testing with M3091dc- color mode broken
161 - initial attempt to recover duplex mode
186 - M3091/2 Color mode support (duplex still broken)
222 - mode sense command support
223 - detect mode page codes instead of hardcoding
226 - merge global mode page buffers
229 - move mode sense probe errors to DBG 35
242 - read only 1 byte of mode sense output
263 - add fi-5650C usb id and color mode
267 - add fi-5750C usb id and color mode
291 - add mode sense for color interlacing? (page code 32)
305 - add fi-6140 usb ID, and fi-6x40 color mode
313 - inspect correct bool to enable prepick mode option
327 - correct mode select/sense 6 vs 10 booleans
332 - add init_interlace to detect proper color mode without hardcoding
360 - autodetect jpeg duplex interlacing mode by inspecting scan width
496 - use mode to pick resolution list v/s range
528 - separate s->mode into s_mode and u_mode
535 - default buffer-mode to off
594 - set ipc mode based on other options
625 . . - sane_set_io_mode : set blocking mode
1045 /* see what mode pages device supports */
1231 DBG (15, " emulation mode: %d\n",get_IN_emulation(in));
2191 /*but the color mode y list is very limited, only 75, 150, 300 (and 600)*/
2483 set_mode (struct fujitsu *s, int mode)
2487 s->u_mode = mode;
2489 /* give the scanner the closest mode */
2490 for(i=MODE_COLOR;i>=mode;i--){
2517 /* scan mode */
2629 * searching for valid color interlacing mode
2650 /* set to color mode first */
2691 /* restore mode */
2915 /* scan mode */
3362 /* enabled when in dtc mode (manually or by default) */
3546 /* enabled when in sdtc mode (manually or by default) */
3784 opt->title = SANE_I18N ("DF recovery mode");
3901 /*buffer mode*/
3909 opt->title = SANE_I18N ("Buffer mode");
3969 opt->desc = SANE_I18N ("Time in minutes until the internal power supply switches to sleep mode");
4517 opt->desc = SANE_I18N ("Scanner in power saving mode");
6794 DBG (15, "sane_get_parameters: hand-scanner mode\n");
6901 /* some scanners don't support the user's mode, so params differ */
6902 /* but not in jpeg mode. we don't support that. */
6968 /* low mem mode messes up the side marker, reset it */
7257 * This assumes we are running in batch mode. */
7615 /* the remainder of the block varies based on model and mode,
7754 /* when in duplex mode, copy first desc block into second */
7853 /* bytes per line differs by mode */
7879 /* bytes per line differs by mode */
8061 /* swap sides if user asked for low-mem mode, we are duplexing,
8159 /* swap sides if user asked for low-mem mode, we are duplexing,
8933 /* invert image if scanner needs it for this mode */
9034 /* we have bytes of higher mode image data in s->buffers */
9035 /* user asked for lower mode image. downsample and copy to buf */
9127 DBG (5, "downsample_from_buffer: invalid mode combination\n");
9940 /* certain scanners require the mode of the
10016 * mode, we show them the subordinate ones,
10017 * and pick the right mode to match.