Home
last modified time | relevance | path

Searched refs:OPT_SPEEDUP (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dplustek.h59 * - added OPT_SPEEDUP
229 OPT_SPEEDUP, enumerator
H A Dplustek.c81 * - added OPT_SPEEDUP handling
956 s->opt[OPT_SPEEDUP].name = "speedup-switch"; in init_options()
957 s->opt[OPT_SPEEDUP].title = SANE_I18N("Speedup sensor");; in init_options()
958 s->opt[OPT_SPEEDUP].desc = SANE_I18N("Enables or disables speeding up sensor movement."); in init_options()
959 s->opt[OPT_SPEEDUP].type = SANE_TYPE_BOOL; in init_options()
960 s->val[OPT_SPEEDUP].w = !(adj->disableSpeedup); in init_options()
963 _DISABLE(OPT_SPEEDUP); in init_options()
1899 case OPT_SPEEDUP: in sane_control_option()
2049 case OPT_SPEEDUP: in sane_control_option()

Completed in 5 milliseconds