Home
last modified time | relevance | path

Searched refs:OPT_LAMP_OFF_TIME (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/genesys/
H A Dgenesys.h112 OPT_LAMP_OFF_TIME, enumerator
H A Dgenesys.cpp4885 s->opt[OPT_LAMP_OFF_TIME].name = "lamp-off-time"; in init_options()
4886 s->opt[OPT_LAMP_OFF_TIME].title = SANE_I18N ("Lamp off time"); in init_options()
4887 s->opt[OPT_LAMP_OFF_TIME].desc = in init_options()
4891 s->opt[OPT_LAMP_OFF_TIME].type = SANE_TYPE_INT; in init_options()
4892 s->opt[OPT_LAMP_OFF_TIME].unit = SANE_UNIT_NONE; in init_options()
4893 s->opt[OPT_LAMP_OFF_TIME].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
4894 s->opt[OPT_LAMP_OFF_TIME].constraint.range = &time_range; in init_options()
5722 case OPT_LAMP_OFF_TIME: in get_option_value()
6014 case OPT_LAMP_OFF_TIME: { in set_option_value()
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dmustek.h172 OPT_LAMP_OFF_TIME, enumerator
H A Dmustek.c4350 s->opt[OPT_LAMP_OFF_TIME].name = "lamp-off-time"; in init_options()
4351 s->opt[OPT_LAMP_OFF_TIME].title = SANE_I18N ("Lamp off time (minutes)"); in init_options()
4352 s->opt[OPT_LAMP_OFF_TIME].desc = SANE_I18N ("Set the time (in minutes) after " in init_options()
4354 s->opt[OPT_LAMP_OFF_TIME].type = SANE_TYPE_INT; in init_options()
4356 s->opt[OPT_LAMP_OFF_TIME].cap |= SANE_CAP_INACTIVE; in init_options()
4357 s->opt[OPT_LAMP_OFF_TIME].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
4358 s->opt[OPT_LAMP_OFF_TIME].constraint.range = &u8_range; in init_options()
4359 s->val[OPT_LAMP_OFF_TIME].w = 60; in init_options()
5827 case OPT_LAMP_OFF_TIME: in sane_control_option()
5904 case OPT_LAMP_OFF_TIME: in sane_control_option()