Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dumax.h152 OPT_SCAN_LAMP_DEN, enumerator
H A Dumax.c5712 scanner->opt[OPT_SCAN_LAMP_DEN].name = SANE_NAME_SCAN_LAMP_DEN; in init_options()
5713 scanner->opt[OPT_SCAN_LAMP_DEN].title = SANE_TITLE_SCAN_LAMP_DEN; in init_options()
5714 scanner->opt[OPT_SCAN_LAMP_DEN].desc = SANE_DESC_SCAN_LAMP_DEN; in init_options()
5715 scanner->opt[OPT_SCAN_LAMP_DEN].type = SANE_TYPE_FIXED; in init_options()
5716 scanner->opt[OPT_SCAN_LAMP_DEN].unit = SANE_UNIT_PERCENT; in init_options()
5717 scanner->opt[OPT_SCAN_LAMP_DEN].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
5718 scanner->opt[OPT_SCAN_LAMP_DEN].constraint.range = &percentage_range_100; in init_options()
5719 scanner->val[OPT_SCAN_LAMP_DEN].w = SANE_FIX(50); in init_options()
5720 scanner->opt[OPT_SCAN_LAMP_DEN].cap |= SANE_CAP_INACTIVE; in init_options()
6524 case OPT_SCAN_LAMP_DEN in sane_control_option()
[all...]

Completed in 9 milliseconds