Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dbh.c717 select_cmd.mp.timeoutmanual = _OPT_VAL_WORD(s, OPT_TIMEOUT_MANUAL); in mode_select_timeout()
2547 s->opt[OPT_TIMEOUT_MANUAL].name = SANE_NAME_TIMEOUT_MANUAL; in init_options()
2548 s->opt[OPT_TIMEOUT_MANUAL].title = SANE_TITLE_TIMEOUT_MANUAL; in init_options()
2549 s->opt[OPT_TIMEOUT_MANUAL].desc = SANE_DESC_TIMEOUT_MANUAL; in init_options()
2550 s->opt[OPT_TIMEOUT_MANUAL].type = SANE_TYPE_INT; in init_options()
2551 s->opt[OPT_TIMEOUT_MANUAL].unit = SANE_UNIT_NONE; in init_options()
2552 s->opt[OPT_TIMEOUT_MANUAL].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
2553 s->opt[OPT_TIMEOUT_MANUAL].constraint.range = &u8_range; in init_options()
2554 s->val[OPT_TIMEOUT_MANUAL].w = s->hw->info.timeout_manual_default; in init_options()
3382 case OPT_TIMEOUT_MANUAL in sane_control_option()
[all...]
H A Dbh.h139 OPT_TIMEOUT_MANUAL, enumerator

Completed in 6 milliseconds