Home
last modified time | relevance | path

Searched refs:OPT_CLEAR_CALIBRATION (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/backend/
H A Dp5.h122 OPT_CLEAR_CALIBRATION, enumerator
H A Dp5.c615 case OPT_CLEAR_CALIBRATION: in set_option_value()
1956 session->options[OPT_CLEAR_CALIBRATION].descriptor.name = "clear"; in init_options()
1957 session->options[OPT_CLEAR_CALIBRATION].descriptor.title = in init_options()
1959 session->options[OPT_CLEAR_CALIBRATION].descriptor.desc = in init_options()
1961 session->options[OPT_CLEAR_CALIBRATION].descriptor.type = SANE_TYPE_BUTTON; in init_options()
1962 session->options[OPT_CLEAR_CALIBRATION].descriptor.unit = SANE_UNIT_NONE; in init_options()
1963 session->options[OPT_CLEAR_CALIBRATION].descriptor.cap = in init_options()
1966 session->options[OPT_CLEAR_CALIBRATION].value.b = 0; in init_options()
1970 DISABLE (OPT_CLEAR_CALIBRATION); in init_options()
H A Dgt68xx_high.h237 OPT_CLEAR_CALIBRATION, /* clear calibration */ enumerator
H A Dgt68xx.c799 s->opt[OPT_CLEAR_CALIBRATION].name = "clear"; in init_options()
800 s->opt[OPT_CLEAR_CALIBRATION].title = SANE_I18N ("Clear calibration"); in init_options()
801 s->opt[OPT_CLEAR_CALIBRATION].desc = SANE_I18N ("Clear calibration cache"); in init_options()
802 s->opt[OPT_CLEAR_CALIBRATION].type = SANE_TYPE_BUTTON; in init_options()
803 s->opt[OPT_CLEAR_CALIBRATION].unit = SANE_UNIT_NONE; in init_options()
805 s->opt[OPT_CLEAR_CALIBRATION].cap = in init_options()
809 s->opt[OPT_CLEAR_CALIBRATION].cap = SANE_CAP_INACTIVE; in init_options()
810 s->val[OPT_CLEAR_CALIBRATION].b = 0; in init_options()
1872 case OPT_CLEAR_CALIBRATION: in sane_control_option()
/third_party/backends/backend/genesys/
H A Dgenesys.h114 OPT_CLEAR_CALIBRATION, enumerator
H A Dgenesys.cpp4994 s->opt[OPT_CLEAR_CALIBRATION].name = "clear-calibration"; in init_options()
4995 s->opt[OPT_CLEAR_CALIBRATION].title = SANE_I18N ("Clear calibration"); in init_options()
4996 s->opt[OPT_CLEAR_CALIBRATION].desc = SANE_I18N ("Clear calibration cache"); in init_options()
4997 s->opt[OPT_CLEAR_CALIBRATION].type = SANE_TYPE_BUTTON; in init_options()
4998 s->opt[OPT_CLEAR_CALIBRATION].unit = SANE_UNIT_NONE; in init_options()
4999 s->opt[OPT_CLEAR_CALIBRATION].size = 0; in init_options()
5000 s->opt[OPT_CLEAR_CALIBRATION].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
5001 s->opt[OPT_CLEAR_CALIBRATION].cap = in init_options()
6074 case OPT_CLEAR_CALIBRATION: {

Completed in 23 milliseconds