Home
last modified time | relevance | path

Searched refs:OPT_BATCH_NEXT_TL_Y (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dumax.h165 OPT_BATCH_NEXT_TL_Y, /* batch scan function next y position */ enumerator
H A Dumax.c5861 scanner->opt[OPT_BATCH_NEXT_TL_Y].name = SANE_NAME_BATCH_NEXT_TL_Y; in init_options()
5862 scanner->opt[OPT_BATCH_NEXT_TL_Y].title = SANE_TITLE_BATCH_NEXT_TL_Y; in init_options()
5863 scanner->opt[OPT_BATCH_NEXT_TL_Y].desc = SANE_DESC_BATCH_NEXT_TL_Y; in init_options()
5864 scanner->opt[OPT_BATCH_NEXT_TL_Y].type = SANE_TYPE_FIXED; in init_options()
5865 scanner->opt[OPT_BATCH_NEXT_TL_Y].unit = SANE_UNIT_MM; in init_options()
5866 scanner->opt[OPT_BATCH_NEXT_TL_Y].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
5867 scanner->opt[OPT_BATCH_NEXT_TL_Y].constraint.range = &(scanner->device->y_range); in init_options()
5868 scanner->val[OPT_BATCH_NEXT_TL_Y].w = 0xFFFF; /* mark value as not touched */ in init_options()
5875 scanner->opt[OPT_BATCH_NEXT_TL_Y].cap |= SANE_CAP_INACTIVE; in init_options()
6491 case OPT_BATCH_NEXT_TL_Y in sane_control_option()
[all...]

Completed in 10 milliseconds