Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dplustek.h50 * - 0.48 - added OPT_CACHECAL, OPT_OVR_*, OPT_LAMPOFF_TIMER and
224 OPT_LAMPOFF_TIMER, enumerator
H A Dplustek.c984 s->opt[OPT_LAMPOFF_TIMER].name = "lampoff-time"; in init_options()
985 s->opt[OPT_LAMPOFF_TIMER].title = SANE_I18N("Lampoff-time");; in init_options()
986 s->opt[OPT_LAMPOFF_TIMER].desc = SANE_I18N("Lampoff-time in seconds."); in init_options()
987 s->opt[OPT_LAMPOFF_TIMER].type = SANE_TYPE_INT; in init_options()
988 s->opt[OPT_LAMPOFF_TIMER].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
989 s->opt[OPT_LAMPOFF_TIMER].constraint.range = &offtimer_range; in init_options()
990 s->val[OPT_LAMPOFF_TIMER].w = adj->lampOff; in init_options()
1909 case OPT_LAMPOFF_TIMER: in sane_control_option()
2112 case OPT_LAMPOFF_TIMER: in sane_control_option()

Completed in 5 milliseconds