Home
last modified time | relevance | path

Searched refs:OPT_MANUAL_GAIN (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/
H A Dlexmark.c270 dev->opt[OPT_MANUAL_GAIN].name = "manual-channel-gain"; in init_options()
271 dev->opt[OPT_MANUAL_GAIN].title = SANE_I18N ("Gain"); in init_options()
272 dev->opt[OPT_MANUAL_GAIN].desc = SANE_I18N ("Color channels gain settings"); in init_options()
273 dev->opt[OPT_MANUAL_GAIN].type = SANE_TYPE_BOOL; in init_options()
274 dev->opt[OPT_MANUAL_GAIN].cap = in init_options()
276 dev->opt[OPT_MANUAL_GAIN].size = sizeof (SANE_Bool); in init_options()
277 dev->val[OPT_MANUAL_GAIN].w = SANE_FALSE; in init_options()
756 if (lexmark_device->val[OPT_MANUAL_GAIN].w == SANE_TRUE) in calc_parameters()
927 case OPT_MANUAL_GAIN: in sane_control_option()
930 if (w == lexmark_device->val[OPT_MANUAL_GAIN] in sane_control_option()
[all...]
H A Dumax_pp.c703 dev->opt[OPT_MANUAL_GAIN].name = "manual-channel-gain"; in init_options()
704 dev->opt[OPT_MANUAL_GAIN].title = SANE_I18N ("Gain"); in init_options()
705 dev->opt[OPT_MANUAL_GAIN].desc = SANE_I18N ("Color channels gain settings"); in init_options()
706 dev->opt[OPT_MANUAL_GAIN].type = SANE_TYPE_BOOL; in init_options()
707 dev->opt[OPT_MANUAL_GAIN].cap |= SANE_CAP_ADVANCED; in init_options()
708 dev->val[OPT_MANUAL_GAIN].w = SANE_FALSE; in init_options()
1384 case OPT_MANUAL_GAIN: in sane_control_option()
1642 case OPT_MANUAL_GAIN: in sane_control_option()
1645 if (w == dev->val[OPT_MANUAL_GAIN].w) in sane_control_option()
1651 dev->val[OPT_MANUAL_GAIN] in sane_control_option()
[all...]
H A Dumax_pp.h78 OPT_MANUAL_GAIN, enumerator
H A Dlexmark.h87 OPT_MANUAL_GAIN, /* 6 */ enumerator
H A Dlexmark_low.c5986 if (dev->val[OPT_MANUAL_GAIN].w == SANE_TRUE) in sanei_lexmark_low_calibration()

Completed in 11 milliseconds