Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dmicrotek.c929 case 3: gamma = SANE_UNFIX(ms->val[OPT_ANALOG_GAMMA_B].w); break; in download_gamma()
1394 sod[OPT_ANALOG_GAMMA_B].name = SANE_NAME_ANALOG_GAMMA_B; in init_options()
1395 sod[OPT_ANALOG_GAMMA_B].title = SANE_TITLE_ANALOG_GAMMA_B; in init_options()
1396 sod[OPT_ANALOG_GAMMA_B].desc = SANE_DESC_ANALOG_GAMMA_B; in init_options()
1397 sod[OPT_ANALOG_GAMMA_B].type = SANE_TYPE_FIXED; in init_options()
1398 sod[OPT_ANALOG_GAMMA_B].unit = SANE_UNIT_NONE; in init_options()
1399 sod[OPT_ANALOG_GAMMA_B].size = sizeof(SANE_Word); in init_options()
1400 sod[OPT_ANALOG_GAMMA_B].cap |= SANE_CAP_INACTIVE; in init_options()
1401 sod[OPT_ANALOG_GAMMA_B].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1402 sod[OPT_ANALOG_GAMMA_B] in init_options()
[all...]
H A Dumax.h120 OPT_ANALOG_GAMMA_B, enumerator
H A Dmicrotek.h98 OPT_ANALOG_GAMMA_B, enumerator
H A Dumax.c1092 scanner->opt[OPT_ANALOG_GAMMA_B].cap &= ~SANE_CAP_INACTIVE; in umax_set_rgb_bind()
1116 scanner->opt[OPT_ANALOG_GAMMA_B].cap |= SANE_CAP_INACTIVE; in umax_set_rgb_bind()
5464 scanner->opt[OPT_ANALOG_GAMMA_B].name = SANE_NAME_ANALOG_GAMMA_B; in init_options()
5465 scanner->opt[OPT_ANALOG_GAMMA_B].title = SANE_TITLE_ANALOG_GAMMA_B; in init_options()
5466 scanner->opt[OPT_ANALOG_GAMMA_B].desc = SANE_DESC_ANALOG_GAMMA_B; in init_options()
5467 scanner->opt[OPT_ANALOG_GAMMA_B].type = SANE_TYPE_FIXED; in init_options()
5468 scanner->opt[OPT_ANALOG_GAMMA_B].unit = SANE_UNIT_NONE; in init_options()
5469 scanner->opt[OPT_ANALOG_GAMMA_B].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
5470 scanner->opt[OPT_ANALOG_GAMMA_B].constraint.range = &(scanner->device->analog_gamma_range); in init_options()
5471 scanner->val[OPT_ANALOG_GAMMA_B] in init_options()
[all...]

Completed in 15 milliseconds