Home
last modified time | relevance | path

Searched refs:OPT_PAPER_SIZE (Results 1 - 8 of 8) sorted by relevance

/third_party/backends/backend/
H A Dkvs1025_opt.c282 "OPT_PAPER_SIZE", /* Paper size */
431 dev->val[OPT_PAPER_SIZE].s); in kv_calc_paper_size()
647 dev->opt[OPT_PAPER_SIZE].name = SANE_NAME_PAPER_SIZE; in kv_init_options()
648 dev->opt[OPT_PAPER_SIZE].title = SANE_TITLE_PAPER_SIZE; in kv_init_options()
649 dev->opt[OPT_PAPER_SIZE].desc = SANE_DESC_PAPER_SIZE; in kv_init_options()
650 dev->opt[OPT_PAPER_SIZE].type = SANE_TYPE_STRING; in kv_init_options()
651 dev->opt[OPT_PAPER_SIZE].size = max_string_size (go_paper_list); in kv_init_options()
652 dev->opt[OPT_PAPER_SIZE].constraint_type = SANE_CONSTRAINT_STRING_LIST; in kv_init_options()
653 dev->opt[OPT_PAPER_SIZE].constraint.string_list = go_paper_list; in kv_init_options()
654 dev->val[OPT_PAPER_SIZE] in kv_init_options()
[all...]
H A Dmatsushita.c1140 dev->opt[OPT_PAPER_SIZE].name = SANE_NAME_PAPER_SIZE; in matsushita_init_options()
1141 dev->opt[OPT_PAPER_SIZE].title = SANE_TITLE_PAPER_SIZE; in matsushita_init_options()
1142 dev->opt[OPT_PAPER_SIZE].desc = SANE_DESC_PAPER_SIZE; in matsushita_init_options()
1143 dev->opt[OPT_PAPER_SIZE].type = SANE_TYPE_STRING; in matsushita_init_options()
1144 dev->opt[OPT_PAPER_SIZE].size = max_string_size (dev->paper_sizes_list); in matsushita_init_options()
1145 dev->opt[OPT_PAPER_SIZE].constraint_type = SANE_CONSTRAINT_STRING_LIST; in matsushita_init_options()
1146 dev->opt[OPT_PAPER_SIZE].constraint.string_list = dev->paper_sizes_list; in matsushita_init_options()
1147 dev->val[OPT_PAPER_SIZE].s = strdup (""); /* will do it later */ in matsushita_init_options()
1307 sane_control_option (dev, OPT_PAPER_SIZE, SANE_ACTION_SET_VALUE, in matsushita_init_options()
1912 case OPT_PAPER_SIZE in sane_control_option()
[all...]
H A Dhs2p-saneopts.h289 OPT_PAPER_SIZE, /* paper size */ enumerator
H A Dhs2p.c360 s->opt[OPT_PAPER_SIZE].name = SANE_NAME_PAPER_SIZE; in init_options()
361 s->opt[OPT_PAPER_SIZE].title = SANE_TITLE_PAPER_SIZE; in init_options()
362 s->opt[OPT_PAPER_SIZE].desc = SANE_DESC_PAPER_SIZE; in init_options()
363 s->opt[OPT_PAPER_SIZE].type = SANE_TYPE_STRING; in init_options()
364 s->opt[OPT_PAPER_SIZE].size = max_string_size (paper_list); in init_options()
365 s->opt[OPT_PAPER_SIZE].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options()
366 s->opt[OPT_PAPER_SIZE].constraint.string_list = &paper_list[0]; in init_options()
367 s->val[OPT_PAPER_SIZE].s = strdup (paper_list[0]); in init_options()
2112 case OPT_PAPER_SIZE: in sane_control_option()
2293 if (strcmp (s->val[OPT_PAPER_SIZE] in sane_control_option()
[all...]
H A Dkvs1025_low.h112 OPT_PAPER_SIZE, /* Paper size */ enumerator
H A Dmatsushita.h178 OPT_PAPER_SIZE, /* Paper size */ enumerator
H A Dbh.c2422 s->opt[OPT_PAPER_SIZE].name = SANE_NAME_PAPER_SIZE; in init_options()
2423 s->opt[OPT_PAPER_SIZE].title = SANE_TITLE_PAPER_SIZE; in init_options()
2424 s->opt[OPT_PAPER_SIZE].desc = SANE_DESC_PAPER_SIZE; in init_options()
2425 s->opt[OPT_PAPER_SIZE].type = SANE_TYPE_STRING; in init_options()
2426 s->opt[OPT_PAPER_SIZE].size = max_string_size (paper_list); in init_options()
2427 s->opt[OPT_PAPER_SIZE].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options()
2428 s->opt[OPT_PAPER_SIZE].constraint.string_list = paper_list; in init_options()
2429 s->val[OPT_PAPER_SIZE].s = strdup (paper_list[0]); in init_options()
3407 case OPT_PAPER_SIZE: in sane_control_option()
3476 if (get_paper_id(_OPT_VAL_STRING(s, OPT_PAPER_SIZE)) ! in sane_control_option()
[all...]
H A Dbh.h121 OPT_PAPER_SIZE, enumerator

Completed in 14 milliseconds