Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dibm.c416 s->opt[OPT_ADF].name = "adf"; in init_options()
417 s->opt[OPT_ADF].title = "Use ADF"; in init_options()
418 s->opt[OPT_ADF].desc = "Uses the automatic document feeder."; in init_options()
419 s->opt[OPT_ADF].type = SANE_TYPE_BOOL; in init_options()
420 s->opt[OPT_ADF].unit = SANE_UNIT_NONE; in init_options()
421 s->opt[OPT_ADF].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
422 s->val[OPT_ADF].b = s->hw->info.adf_default; in init_options()
740 case OPT_ADF: in sane_control_option()
804 case OPT_ADF: in sane_control_option()
H A Dartec.h107 OPT_ADF, enumerator
H A Dartec.c675 ((s->val[OPT_ADF].w == SANE_TRUE) ? 0x00 : 0x01); in abort_scan()
687 ((s->val[OPT_ADF].w == SANE_TRUE) ? 0x00 : 0x01); in abort_scan()
722 ((s->val[OPT_ADF].w == SANE_TRUE) ? 0x00 : 0x01); in artec_mode_select()
2492 s->opt[OPT_ADF].name = "adf"; in init_options()
2493 s->opt[OPT_ADF].title = "ADF"; in init_options()
2494 s->opt[OPT_ADF].desc = "Use ADF"; in init_options()
2495 s->opt[OPT_ADF].type = SANE_TYPE_BOOL; in init_options()
2496 s->val[OPT_ADF].w = SANE_FALSE; in init_options()
2892 case OPT_ADF: in sane_control_option()
2956 case OPT_ADF in sane_control_option()
[all...]
H A Dibm.h223 OPT_ADF, enumerator

Completed in 6 milliseconds