Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dplustek.h49 * - added OPT_LAMPSWITCH and OPT_WARMUPTIME
226 OPT_WARMUPTIME, enumerator
H A Dplustek.c971 s->opt[OPT_WARMUPTIME].name = "warmup-time"; in init_options()
972 s->opt[OPT_WARMUPTIME].title = SANE_I18N("Warmup-time");; in init_options()
973 s->opt[OPT_WARMUPTIME].desc = SANE_I18N("Warmup-time in seconds."); in init_options()
974 s->opt[OPT_WARMUPTIME].type = SANE_TYPE_INT; in init_options()
975 s->opt[OPT_WARMUPTIME].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
976 s->opt[OPT_WARMUPTIME].constraint.range = &warmup_range; in init_options()
977 s->val[OPT_WARMUPTIME].w = adj->warmup; in init_options()
980 _DISABLE(OPT_WARMUPTIME); in init_options()
981 s->val[OPT_WARMUPTIME].w = 0; in init_options()
1910 case OPT_WARMUPTIME in sane_control_option()
[all...]

Completed in 4 milliseconds