Home
last modified time | relevance | path

Searched refs:OPT_NEED_CALIBRATION_SW (Results 1 - 7 of 7) sorted by relevance

/third_party/backends/backend/
H A Dp5.h113 OPT_NEED_CALIBRATION_SW, enumerator
H A Dp5.c663 case OPT_NEED_CALIBRATION_SW: in get_option_value()
1923 session->options[OPT_NEED_CALIBRATION_SW].descriptor.name = in init_options()
1925 session->options[OPT_NEED_CALIBRATION_SW].descriptor.title = in init_options()
1927 session->options[OPT_NEED_CALIBRATION_SW].descriptor.desc = in init_options()
1929 session->options[OPT_NEED_CALIBRATION_SW].descriptor.type = SANE_TYPE_BOOL; in init_options()
1930 session->options[OPT_NEED_CALIBRATION_SW].descriptor.unit = SANE_UNIT_NONE; in init_options()
1931 session->options[OPT_NEED_CALIBRATION_SW].descriptor.cap = in init_options()
1933 session->options[OPT_NEED_CALIBRATION_SW].value.b = 0; in init_options()
H A Dgt68xx_high.h231 OPT_NEED_CALIBRATION_SW, /* signals calibration is needed */ enumerator
H A Dgt68xx.c752 s->opt[OPT_NEED_CALIBRATION_SW].name = "need-calibration"; in init_options()
753 s->opt[OPT_NEED_CALIBRATION_SW].title = SANE_I18N ("Needs calibration"); in init_options()
754 s->opt[OPT_NEED_CALIBRATION_SW].desc = SANE_I18N ("The scanner needs calibration for the current settings"); in init_options()
755 s->opt[OPT_NEED_CALIBRATION_SW].type = SANE_TYPE_BOOL; in init_options()
756 s->opt[OPT_NEED_CALIBRATION_SW].unit = SANE_UNIT_NONE; in init_options()
758 s->opt[OPT_NEED_CALIBRATION_SW].cap = SANE_CAP_SOFT_DETECT | SANE_CAP_HARD_SELECT | SANE_CAP_ADVANCED; in init_options()
760 s->opt[OPT_NEED_CALIBRATION_SW].cap = SANE_CAP_INACTIVE; in init_options()
761 s->val[OPT_NEED_CALIBRATION_SW].b = 0; in init_options()
1728 case OPT_NEED_CALIBRATION_SW: in sane_control_option()
H A Dgt68xx_high.c2537 scanner->val[OPT_NEED_CALIBRATION_SW].w = SANE_TRUE; in gt68xx_clear_calibration()
2743 scanner->val[OPT_NEED_CALIBRATION_SW].w = SANE_FALSE; in gt68xx_read_calibration()
/third_party/backends/backend/genesys/
H A Dgenesys.h111 OPT_NEED_CALIBRATION_SW, enumerator
H A Dgenesys.cpp4959 s->opt[OPT_NEED_CALIBRATION_SW].name = "need-calibration"; in init_options()
4960 s->opt[OPT_NEED_CALIBRATION_SW].title = SANE_I18N ("Needs calibration"); in init_options()
4961 s->opt[OPT_NEED_CALIBRATION_SW].desc = SANE_I18N ("The scanner needs calibration for the current settings"); in init_options()
4962 s->opt[OPT_NEED_CALIBRATION_SW].type = SANE_TYPE_BOOL; in init_options()
4963 s->opt[OPT_NEED_CALIBRATION_SW].unit = SANE_UNIT_NONE; in init_options()
4965 s->opt[OPT_NEED_CALIBRATION_SW].cap = in init_options()
4968 s->opt[OPT_NEED_CALIBRATION_SW].cap = SANE_CAP_INACTIVE; in init_options()
5785 case OPT_NEED_CALIBRATION_SW: {

Completed in 16 milliseconds