Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dumax.h151 OPT_CAL_LAMP_DEN, enumerator
H A Dumax.c5701 scanner->opt[OPT_CAL_LAMP_DEN].name = SANE_NAME_CAL_LAMP_DEN; in init_options()
5702 scanner->opt[OPT_CAL_LAMP_DEN].title = SANE_TITLE_CAL_LAMP_DEN; in init_options()
5703 scanner->opt[OPT_CAL_LAMP_DEN].desc = SANE_DESC_CAL_LAMP_DEN; in init_options()
5704 scanner->opt[OPT_CAL_LAMP_DEN].type = SANE_TYPE_FIXED; in init_options()
5705 scanner->opt[OPT_CAL_LAMP_DEN].unit = SANE_UNIT_PERCENT; in init_options()
5706 scanner->opt[OPT_CAL_LAMP_DEN].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
5707 scanner->opt[OPT_CAL_LAMP_DEN].constraint.range = &percentage_range_100; in init_options()
5708 scanner->val[OPT_CAL_LAMP_DEN].w = SANE_FIX(50); in init_options()
5709 scanner->opt[OPT_CAL_LAMP_DEN].cap |= SANE_CAP_INACTIVE; in init_options()
6523 case OPT_CAL_LAMP_DEN in sane_control_option()
[all...]

Completed in 10 milliseconds