Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dsnapscan-options.c941 po[OPT_GS_LPR].name = "gs-lpr"; in init_options()
942 po[OPT_GS_LPR].title = SANE_I18N("Grayscale lines per read"); in init_options()
943 po[OPT_GS_LPR].desc = lpr_desc; in init_options()
944 po[OPT_GS_LPR].type = SANE_TYPE_INT; in init_options()
945 po[OPT_GS_LPR].unit = SANE_UNIT_NONE; in init_options()
946 po[OPT_GS_LPR].size = sizeof (SANE_Word); in init_options()
947 po[OPT_GS_LPR].cap = SANE_CAP_SOFT_SELECT in init_options()
952 po[OPT_GS_LPR].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
953 po[OPT_GS_LPR].constraint.range = &lpr_range; in init_options()
1194 case OPT_GS_LPR in sane_control_option()
[all...]
H A Dsnapscan.h308 OPT_GS_LPR, /* lines per scsi read (GS) */ enumerator

Completed in 3 milliseconds