Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dumax_pp.c627 dev->opt[OPT_LAMP_CONTROL].name = "lamp-control"; in init_options()
628 dev->opt[OPT_LAMP_CONTROL].title = SANE_I18N ("Lamp on"); in init_options()
629 dev->opt[OPT_LAMP_CONTROL].desc = SANE_I18N ("Sets lamp on/off"); in init_options()
630 dev->opt[OPT_LAMP_CONTROL].type = SANE_TYPE_BOOL; in init_options()
631 dev->opt[OPT_LAMP_CONTROL].size = sizeof (SANE_Word); in init_options()
632 dev->opt[OPT_LAMP_CONTROL].unit = SANE_UNIT_NONE; in init_options()
633 dev->val[OPT_LAMP_CONTROL].w = SANE_TRUE; in init_options()
634 dev->opt[OPT_LAMP_CONTROL].cap |= SANE_CAP_ADVANCED; in init_options()
1286 if (dev->val[OPT_LAMP_CONTROL].w == SANE_TRUE) in sane_close()
1375 case OPT_LAMP_CONTROL in sane_control_option()
[all...]
H A Dumax_pp.h67 OPT_LAMP_CONTROL, enumerator

Completed in 3 milliseconds