Home
last modified time | relevance | path

Searched refs:OPT_ANALOG_GAMMA_R (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Dmicrotek.c927 case 1: gamma = SANE_UNFIX(ms->val[OPT_ANALOG_GAMMA_R].w); break; in download_gamma()
1372 sod[OPT_ANALOG_GAMMA_R].name = SANE_NAME_ANALOG_GAMMA_R; in init_options()
1373 sod[OPT_ANALOG_GAMMA_R].title = SANE_TITLE_ANALOG_GAMMA_R; in init_options()
1374 sod[OPT_ANALOG_GAMMA_R].desc = SANE_DESC_ANALOG_GAMMA_R; in init_options()
1375 sod[OPT_ANALOG_GAMMA_R].type = SANE_TYPE_FIXED; in init_options()
1376 sod[OPT_ANALOG_GAMMA_R].unit = SANE_UNIT_NONE; in init_options()
1377 sod[OPT_ANALOG_GAMMA_R].size = sizeof(SANE_Word); in init_options()
1378 sod[OPT_ANALOG_GAMMA_R].cap |= SANE_CAP_INACTIVE; in init_options()
1379 sod[OPT_ANALOG_GAMMA_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1380 sod[OPT_ANALOG_GAMMA_R] in init_options()
[all...]
H A Dumax.h118 OPT_ANALOG_GAMMA_R, enumerator
H A Dmicrotek.h96 OPT_ANALOG_GAMMA_R, enumerator
H A Dumax.c1090 scanner->opt[OPT_ANALOG_GAMMA_R].cap &= ~SANE_CAP_INACTIVE; in umax_set_rgb_bind()
1114 scanner->opt[OPT_ANALOG_GAMMA_R].cap |= SANE_CAP_INACTIVE; in umax_set_rgb_bind()
5446 scanner->opt[OPT_ANALOG_GAMMA_R].name = SANE_NAME_ANALOG_GAMMA_R; in init_options()
5447 scanner->opt[OPT_ANALOG_GAMMA_R].title = SANE_TITLE_ANALOG_GAMMA_R; in init_options()
5448 scanner->opt[OPT_ANALOG_GAMMA_R].desc = SANE_DESC_ANALOG_GAMMA_R; in init_options()
5449 scanner->opt[OPT_ANALOG_GAMMA_R].type = SANE_TYPE_FIXED; in init_options()
5450 scanner->opt[OPT_ANALOG_GAMMA_R].unit = SANE_UNIT_NONE; in init_options()
5451 scanner->opt[OPT_ANALOG_GAMMA_R].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
5452 scanner->opt[OPT_ANALOG_GAMMA_R].constraint.range = &(scanner->device->analog_gamma_range); in init_options()
5453 scanner->val[OPT_ANALOG_GAMMA_R] in init_options()
[all...]

Completed in 12 milliseconds