/third_party/backends/backend/ |
H A D | agfafocus.c | 1067 s->opt[OPT_SOURCE].name = SANE_NAME_SCAN_SOURCE; in init_options() 1068 s->opt[OPT_SOURCE].title = SANE_TITLE_SCAN_SOURCE; in init_options() 1069 s->opt[OPT_SOURCE].desc = SANE_DESC_SCAN_SOURCE; in init_options() 1070 s->opt[OPT_SOURCE].type = SANE_TYPE_STRING; in init_options() 1071 s->opt[OPT_SOURCE].unit = SANE_UNIT_NONE; in init_options() 1073 s->opt[OPT_SOURCE].cap |= SANE_CAP_INACTIVE; in init_options() 1075 s->opt[OPT_SOURCE].cap &= ~SANE_CAP_INACTIVE; in init_options() 1076 s->opt[OPT_SOURCE].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options() 1077 s->opt[OPT_SOURCE].constraint.string_list = source_list; in init_options() 1078 s->opt[OPT_SOURCE] in init_options() [all...] |
H A D | ma1509.c | 529 s->opt[OPT_SOURCE].name = SANE_NAME_SCAN_SOURCE; in init_options() 530 s->opt[OPT_SOURCE].title = SANE_TITLE_SCAN_SOURCE; in init_options() 531 s->opt[OPT_SOURCE].desc = SANE_DESC_SCAN_SOURCE; in init_options() 532 s->opt[OPT_SOURCE].type = SANE_TYPE_STRING; in init_options() 533 s->opt[OPT_SOURCE].size = max_string_size (ta_source_list); in init_options() 534 s->opt[OPT_SOURCE].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options() 535 s->opt[OPT_SOURCE].constraint.string_list = ta_source_list; in init_options() 536 s->val[OPT_SOURCE].s = strdup (ta_source_list[0]); in init_options() 537 if (!s->val[OPT_SOURCE].s) in init_options() 539 s->opt[OPT_SOURCE] in init_options() [all...] |
H A D | snapscan-options.c | 509 po[OPT_SOURCE].name = SANE_NAME_SCAN_SOURCE; in init_options() 510 po[OPT_SOURCE].title = SANE_TITLE_SCAN_SOURCE; in init_options() 511 po[OPT_SOURCE].desc = SANE_DESC_SCAN_SOURCE; in init_options() 512 po[OPT_SOURCE].type = SANE_TYPE_STRING; in init_options() 513 po[OPT_SOURCE].cap = SANE_CAP_SOFT_SELECT in init_options() 517 po[OPT_SOURCE].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options() 526 po[OPT_SOURCE].cap &= ~SANE_CAP_INACTIVE; in init_options() 531 po[OPT_SOURCE].cap &= ~SANE_CAP_INACTIVE; in init_options() 534 po[OPT_SOURCE].size = max_string_size(source_list); in init_options() 535 po[OPT_SOURCE] in init_options() [all...] |
H A D | mustek_usb2.c | 195 val_source = s->val[OPT_SOURCE].s; in calc_parameters() 360 s->opt[OPT_SOURCE].name = SANE_NAME_SCAN_SOURCE; in init_options() 361 s->opt[OPT_SOURCE].title = SANE_TITLE_SCAN_SOURCE; in init_options() 362 s->opt[OPT_SOURCE].desc = SANE_DESC_SCAN_SOURCE; in init_options() 363 s->opt[OPT_SOURCE].type = SANE_TYPE_STRING; in init_options() 364 s->opt[OPT_SOURCE].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options() 365 s->opt[OPT_SOURCE].size = max_string_size (source_list); in init_options() 366 s->opt[OPT_SOURCE].constraint.string_list = source_list; in init_options() 367 s->val[OPT_SOURCE].s = strdup ("Reflective"); in init_options() 371 DISABLE (OPT_SOURCE); in init_options() [all...] |
H A D | kodakaio.c | 1098 if (strcmp(source_list[s->val[OPT_SOURCE].w], ADF_STR) == 0) { /* adf is in use */ in cmd_start_scan() 1129 if (strcmp(source_list[s->val[OPT_SOURCE].w], ADF_STR) == 0) { /* adf */ in cmd_cancel_scan() 1606 if (strcmp(source_list[s->val[OPT_SOURCE].w], ADF_STR) == 0) { in k_set_scanning_parameters() 1815 if (strcmp(source_list[s->val[OPT_SOURCE].w], ADF_STR) == 0 && !s->val[OPT_PADDING].w) in k_init_parametersta() 2841 s->opt[OPT_SOURCE].name = SANE_NAME_SCAN_SOURCE; in init_options() 2842 s->opt[OPT_SOURCE].title = SANE_TITLE_SCAN_SOURCE; in init_options() 2843 s->opt[OPT_SOURCE].desc = SANE_DESC_SCAN_SOURCE; in init_options() 2844 s->opt[OPT_SOURCE].type = SANE_TYPE_STRING; in init_options() 2845 s->opt[OPT_SOURCE].size = max_string_size(source_list); in init_options() 2846 s->opt[OPT_SOURCE] in init_options() [all...] |
H A D | magicolor.c | 1212 if (strcmp(source_list[s->val[OPT_SOURCE].w], ADF_STR) == 0) { in mc_set_scanning_parameters() 2444 s->opt[OPT_SOURCE].name = SANE_NAME_SCAN_SOURCE; in init_options() 2445 s->opt[OPT_SOURCE].title = SANE_TITLE_SCAN_SOURCE; in init_options() 2446 s->opt[OPT_SOURCE].desc = SANE_DESC_SCAN_SOURCE; in init_options() 2447 s->opt[OPT_SOURCE].type = SANE_TYPE_STRING; in init_options() 2448 s->opt[OPT_SOURCE].size = max_string_size(source_list); in init_options() 2449 s->opt[OPT_SOURCE].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options() 2450 s->opt[OPT_SOURCE].constraint.string_list = source_list; in init_options() 2451 s->val[OPT_SOURCE].w = 0; /* always use Flatbed as default */ in init_options() 2682 case OPT_SOURCE in getvalue() [all...] |
H A D | agfafocus.h | 51 OPT_SOURCE, enumerator
|
H A D | epson2.c | 1370 s->opt[OPT_SOURCE].name = SANE_NAME_SCAN_SOURCE; in init_options() 1371 s->opt[OPT_SOURCE].title = SANE_TITLE_SCAN_SOURCE; in init_options() 1372 s->opt[OPT_SOURCE].desc = SANE_DESC_SCAN_SOURCE; in init_options() 1374 s->opt[OPT_SOURCE].type = SANE_TYPE_STRING; in init_options() 1375 s->opt[OPT_SOURCE].size = max_string_size(source_list); in init_options() 1377 s->opt[OPT_SOURCE].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options() 1378 s->opt[OPT_SOURCE].constraint.string_list = source_list; in init_options() 1381 s->opt[OPT_SOURCE].cap |= SANE_CAP_INACTIVE; in init_options() 1383 s->val[OPT_SOURCE].w = 0; /* always use Flatbed as default */ in init_options() 1667 case OPT_SOURCE in getvalue() [all...] |
H A D | gt68xx.c | 342 if (strcmp (s->val[OPT_SOURCE].s, "Transparency Adapter") == 0) in setup_scan_request() 479 s->opt[OPT_SOURCE].name = SANE_NAME_SCAN_SOURCE; in init_options() 480 s->opt[OPT_SOURCE].title = SANE_TITLE_SCAN_SOURCE; in init_options() 481 s->opt[OPT_SOURCE].desc = SANE_DESC_SCAN_SOURCE; in init_options() 482 s->opt[OPT_SOURCE].type = SANE_TYPE_STRING; in init_options() 483 s->opt[OPT_SOURCE].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options() 484 s->opt[OPT_SOURCE].size = max_string_size (source_list); in init_options() 485 s->opt[OPT_SOURCE].constraint.string_list = source_list; in init_options() 486 s->val[OPT_SOURCE].s = strdup ("Flatbed"); in init_options() 489 DISABLE (OPT_SOURCE); in init_options() [all...] |
H A D | xerox_mfp.c | 529 dev->val[OPT_SOURCE].s = UNCONST(doc_sources[(dev->doc_loaded)? 1 : 0]); in reset_options() 596 dev->opt[OPT_SOURCE].name = SANE_NAME_SCAN_SOURCE; in init_options() 597 dev->opt[OPT_SOURCE].title = SANE_TITLE_SCAN_SOURCE; in init_options() 598 dev->opt[OPT_SOURCE].desc = SANE_DESC_SCAN_SOURCE; in init_options() 599 dev->opt[OPT_SOURCE].type = SANE_TYPE_STRING; in init_options() 600 dev->opt[OPT_SOURCE].size = max_string_size(doc_sources); in init_options() 601 dev->opt[OPT_SOURCE].cap = SANE_CAP_SOFT_SELECT|SANE_CAP_SOFT_DETECT; in init_options() 602 dev->opt[OPT_SOURCE].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options() 603 dev->opt[OPT_SOURCE].constraint.string_list = doc_sources; in init_options() 730 dev->doc_source = doc_source_to_code[string_match_index(doc_sources, dev->val[OPT_SOURCE] in fix_window() [all...] |
H A D | sp15c.c | 466 case OPT_SOURCE: in sane_control_option() 580 case OPT_SOURCE: in sane_control_option() 1413 scanner->opt[OPT_SOURCE].name = SANE_NAME_SCAN_SOURCE; in init_options() 1414 scanner->opt[OPT_SOURCE].title = SANE_TITLE_SCAN_SOURCE; in init_options() 1415 scanner->opt[OPT_SOURCE].desc = SANE_DESC_SCAN_SOURCE; in init_options() 1416 scanner->opt[OPT_SOURCE].type = SANE_TYPE_STRING; in init_options() 1417 scanner->opt[OPT_SOURCE].size = max_string_size (source_list); in init_options() 1418 scanner->opt[OPT_SOURCE].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options() 1419 scanner->opt[OPT_SOURCE].constraint.string_list = source_list; in init_options() 1422 scanner->opt[OPT_SOURCE] in init_options() [all...] |
H A D | ma1509.h | 108 OPT_SOURCE, enumerator
|
H A D | mustek_usb2.h | 73 OPT_SOURCE, enumerator
|
H A D | kodakaio.h | 99 OPT_SOURCE, enumerator
|
H A D | mustek.c | 1924 if (strcmp (s->val[OPT_SOURCE].s, "Automatic Document Feeder") == 0) in area_and_windows() 2013 if ((strcmp (s->val[OPT_SOURCE].s, "Transparency Adapter") == 0) && in set_window_se() 2069 && (strcmp (s->val[OPT_SOURCE].s, "Transparency Adapter") == 0)) in set_window_se() 3384 if (strcmp (s->val[OPT_SOURCE].s, "Automatic Document Feeder") == 0) in adf_and_backtrack() 3386 else if (strcmp (s->val[OPT_SOURCE].s, "Transparency Adapter") == 0) in adf_and_backtrack() 4279 s->opt[OPT_SOURCE].name = SANE_NAME_SCAN_SOURCE; in init_options() 4280 s->opt[OPT_SOURCE].title = SANE_TITLE_SCAN_SOURCE; in init_options() 4281 s->opt[OPT_SOURCE].desc = SANE_DESC_SCAN_SOURCE; in init_options() 4282 s->opt[OPT_SOURCE].type = SANE_TYPE_STRING; in init_options() 4287 s->opt[OPT_SOURCE] in init_options() [all...] |
H A D | epsonds.h | 76 OPT_SOURCE, enumerator
|
H A D | coolscan.h | 54 OPT_SOURCE, enumerator
|
H A D | tamarack.h | 41 OPT_SOURCE,
|
H A D | gt68xx_high.h | 205 OPT_SOURCE, enumerator
|
H A D | magicolor.h | 136 OPT_SOURCE, enumerator
|
H A D | epson.h | 133 OPT_SOURCE, OPT_AUTO_EJECT, OPT_FILM_TYPE, OPT_FOCUS, OPT_BAY, enumerator
|
H A D | kodak.h | 19 OPT_SOURCE, /*front/back/duplex*/ enumerator
|
H A D | xerox_mfp.h | 40 OPT_SOURCE, /* affects max window size */ enumerator
|
H A D | mustek.h | 169 OPT_SOURCE, enumerator
|
/third_party/backends/backend/genesys/ |
H A D | genesys.h | 69 OPT_SOURCE, enumerator
|