Home
last modified time | relevance | path

Searched refs:OPT_DUPLEX (Results 1 - 9 of 9) sorted by relevance

/third_party/backends/backend/
H A Dkvs1025_low.h100 OPT_DUPLEX, /* Duplex mode */ enumerator
221 #define IS_DUPLEX(dev) GET_OPT_VAL_W(dev, OPT_DUPLEX)
H A Dmatsushita.c1112 dev->opt[OPT_DUPLEX].name = SANE_NAME_DUPLEX; in matsushita_init_options()
1113 dev->opt[OPT_DUPLEX].title = SANE_TITLE_DUPLEX; in matsushita_init_options()
1114 dev->opt[OPT_DUPLEX].desc = SANE_DESC_DUPLEX; in matsushita_init_options()
1115 dev->opt[OPT_DUPLEX].type = SANE_TYPE_BOOL; in matsushita_init_options()
1116 dev->opt[OPT_DUPLEX].unit = SANE_UNIT_NONE; in matsushita_init_options()
1117 dev->val[OPT_DUPLEX].w = SANE_FALSE; in matsushita_init_options()
1119 dev->opt[OPT_DUPLEX].cap |= SANE_CAP_INACTIVE; in matsushita_init_options()
1903 case OPT_DUPLEX: in sane_control_option()
1988 case OPT_DUPLEX: in sane_control_option()
2289 if (dev->val[OPT_DUPLEX] in sane_start()
[all...]
H A Dkvs1025_opt.c270 "OPT_DUPLEX", /* Duplex mode */
549 dev->opt[OPT_DUPLEX].name = SANE_NAME_DUPLEX; in kv_init_options()
550 dev->opt[OPT_DUPLEX].title = SANE_TITLE_DUPLEX; in kv_init_options()
551 dev->opt[OPT_DUPLEX].desc = SANE_DESC_DUPLEX; in kv_init_options()
552 dev->opt[OPT_DUPLEX].type = SANE_TYPE_BOOL; in kv_init_options()
553 dev->opt[OPT_DUPLEX].unit = SANE_UNIT_NONE; in kv_init_options()
554 dev->val[OPT_DUPLEX].w = SANE_FALSE; in kv_init_options()
556 dev->opt[OPT_DUPLEX].cap |= SANE_CAP_INACTIVE; in kv_init_options()
986 case OPT_DUPLEX: in kv_control_option()
1156 case OPT_DUPLEX in kv_control_option()
[all...]
H A Dhs2p-saneopts.h299 OPT_DUPLEX, /* scan both sides of the page */ enumerator
H A Dmatsushita.h174 OPT_DUPLEX, /* Duplex mode */ enumerator
H A Dhs2p.c445 s->opt[OPT_DUPLEX].name = SANE_NAME_DUPLEX; in init_options()
446 s->opt[OPT_DUPLEX].title = SANE_TITLE_DUPLEX; in init_options()
447 s->opt[OPT_DUPLEX].desc = SANE_DESC_DUPLEX; in init_options()
448 s->opt[OPT_DUPLEX].type = SANE_TYPE_BOOL; in init_options()
449 s->opt[OPT_DUPLEX].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT; in init_options()
450 s->opt[OPT_DUPLEX].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
451 s->val[OPT_DUPLEX].w = s->hw->info.default_duplex; in init_options()
453 s->opt[OPT_DUPLEX].cap |= SANE_CAP_INACTIVE; in init_options()
2092 case OPT_DUPLEX: in sane_control_option()
2333 case OPT_DUPLEX in sane_control_option()
[all...]
H A Dbh.c1557 duplex = _OPT_VAL_WORD(s, OPT_DUPLEX); in start_setup()
1937 duplex = _OPT_VAL_WORD(s, OPT_DUPLEX); in start_scan()
2529 s->opt[OPT_DUPLEX].name = SANE_NAME_DUPLEX; in init_options()
2530 s->opt[OPT_DUPLEX].title = SANE_TITLE_DUPLEX; in init_options()
2531 s->opt[OPT_DUPLEX].desc = SANE_DESC_DUPLEX; in init_options()
2532 s->opt[OPT_DUPLEX].type = SANE_TYPE_BOOL; in init_options()
2533 s->opt[OPT_DUPLEX].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
2534 s->val[OPT_DUPLEX].w = s->hw->info.duplex_default; in init_options()
2563 s->opt[OPT_DUPLEX].cap |= SANE_CAP_INACTIVE; in init_options()
3421 case OPT_DUPLEX in sane_control_option()
[all...]
H A Dbh.h137 OPT_DUPLEX, enumerator
H A Dhs2p-scsi.c1754 scan.cmd.len = (s->val[OPT_DUPLEX].w == SANE_TRUE) ? 2 : 1; in trigger_scan()

Completed in 23 milliseconds