/third_party/backends/backend/ |
H A D | rts8891.h | 87 OPT_ADVANCED_GROUP, enumerator
|
H A D | coolscan.h | 93 OPT_ADVANCED_GROUP, enumerator
|
H A D | epson.h | 126 OPT_RESOLUTION, OPT_THRESHOLD, OPT_ADVANCED_GROUP, OPT_MIRROR, OPT_SPEED, enumerator
|
H A D | sp15c.h | 124 OPT_ADVANCED_GROUP, enumerator
|
H A D | umax.h | 134 OPT_ADVANCED_GROUP, enumerator
|
H A D | snapscan.h | 306 OPT_ADVANCED_GROUP, /* advanced group */ enumerator
|
H A D | pieusb_specific.h | 151 OPT_ADVANCED_GROUP, enumerator
|
H A D | snapscan-options.c | 923 po[OPT_ADVANCED_GROUP].title = SANE_I18N("Advanced"); in init_options() 924 po[OPT_ADVANCED_GROUP].desc = ""; in init_options() 925 po[OPT_ADVANCED_GROUP].type = SANE_TYPE_GROUP; in init_options() 926 po[OPT_ADVANCED_GROUP].cap = SANE_CAP_ADVANCED; in init_options() 927 po[OPT_ADVANCED_GROUP].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
|
H A D | epson2.h | 245 OPT_ADVANCED_GROUP, enumerator
|
H A D | sp15c.c | 1560 scanner->opt[OPT_ADVANCED_GROUP].title = "Advanced"; in init_options() 1561 scanner->opt[OPT_ADVANCED_GROUP].desc = ""; in init_options() 1562 scanner->opt[OPT_ADVANCED_GROUP].type = SANE_TYPE_GROUP; in init_options() 1563 scanner->opt[OPT_ADVANCED_GROUP].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
|
H A D | pie.c | 205 OPT_ADVANCED_GROUP,
enumerator 1450 scanner->opt[OPT_ADVANCED_GROUP].title = "Advanced";
in init_options() 1451 scanner->opt[OPT_ADVANCED_GROUP].desc = "";
in init_options() 1452 scanner->opt[OPT_ADVANCED_GROUP].type = SANE_TYPE_GROUP;
in init_options() 1453 scanner->opt[OPT_ADVANCED_GROUP].cap = SANE_CAP_ADVANCED;
in init_options() 1454 scanner->opt[OPT_ADVANCED_GROUP].constraint_type = SANE_CONSTRAINT_NONE;
in init_options()
|
H A D | canon_dr.h | 37 OPT_ADVANCED_GROUP, enumerator
|
H A D | fujitsu.h | 62 OPT_ADVANCED_GROUP, enumerator
|
H A D | epson2.c | 1206 s->opt[OPT_ADVANCED_GROUP].title = SANE_I18N("Advanced"); in init_options() 1207 s->opt[OPT_ADVANCED_GROUP].desc = ""; in init_options() 1208 s->opt[OPT_ADVANCED_GROUP].type = SANE_TYPE_GROUP; in init_options() 1209 s->opt[OPT_ADVANCED_GROUP].cap = SANE_CAP_ADVANCED; in init_options()
|
H A D | pieusb_specific.c | 885 scanner->opt[OPT_ADVANCED_GROUP].title = "Advanced"; in sanei_pieusb_init_options() 886 scanner->opt[OPT_ADVANCED_GROUP].desc = ""; in sanei_pieusb_init_options() 887 scanner->opt[OPT_ADVANCED_GROUP].type = SANE_TYPE_GROUP; in sanei_pieusb_init_options() 888 scanner->opt[OPT_ADVANCED_GROUP].cap = SANE_CAP_ADVANCED; in sanei_pieusb_init_options() 889 scanner->opt[OPT_ADVANCED_GROUP].constraint_type = SANE_CONSTRAINT_NONE; in sanei_pieusb_init_options()
|
H A D | coolscan.c | 3193 scanner->opt[OPT_ADVANCED_GROUP].title = "Advanced"; in init_options() 3194 scanner->opt[OPT_ADVANCED_GROUP].desc = ""; in init_options() 3195 scanner->opt[OPT_ADVANCED_GROUP].type = SANE_TYPE_GROUP; in init_options() 3196 scanner->opt[OPT_ADVANCED_GROUP].cap = SANE_CAP_ADVANCED; in init_options() 3197 scanner->opt[OPT_ADVANCED_GROUP].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
|
H A D | epson.c | 3195 s->opt[OPT_ADVANCED_GROUP].title = SANE_I18N ("Advanced"); in init_options() 3196 s->opt[OPT_ADVANCED_GROUP].desc = ""; in init_options() 3197 s->opt[OPT_ADVANCED_GROUP].type = SANE_TYPE_GROUP; in init_options() 3198 s->opt[OPT_ADVANCED_GROUP].cap = SANE_CAP_ADVANCED; in init_options()
|
H A D | rts8891.c | 2831 session->opt[OPT_ADVANCED_GROUP].title = SANE_I18N ("Advanced"); in init_options() 2832 session->opt[OPT_ADVANCED_GROUP].desc = ""; in init_options() 2833 session->opt[OPT_ADVANCED_GROUP].type = SANE_TYPE_GROUP; in init_options() 2834 session->opt[OPT_ADVANCED_GROUP].cap = SANE_CAP_ADVANCED; in init_options() 2835 session->opt[OPT_ADVANCED_GROUP].size = 0; in init_options() 2836 session->opt[OPT_ADVANCED_GROUP].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
|
H A D | umax.c | 5563 scanner->opt[OPT_ADVANCED_GROUP].title = SANE_I18N("Advanced"); in init_options() 5564 scanner->opt[OPT_ADVANCED_GROUP].desc = ""; in init_options() 5565 scanner->opt[OPT_ADVANCED_GROUP].type = SANE_TYPE_GROUP; in init_options() 5566 scanner->opt[OPT_ADVANCED_GROUP].cap = SANE_CAP_ADVANCED; in init_options() 5567 scanner->opt[OPT_ADVANCED_GROUP].constraint_type = SANE_CONSTRAINT_NONE; in init_options()
|
H A D | canon_dr.c | 2627 if(option==OPT_ADVANCED_GROUP){ in sane_get_option_descriptor()
|
H A D | fujitsu.c | 3572 if(option==OPT_ADVANCED_GROUP){ in sane_get_option_descriptor()
|