Home
last modified time | relevance | path

Searched refs:speed_list (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/backend/
H A Dpie.c281 SANE_String speed_list[9]; /* holds the names of available speeds */ member
923 dev->speed_list[0] = strdup ("Normal"); in pie_get_speeds()
924 dev->speed_list[1] = strdup ("Fine"); in pie_get_speeds()
925 dev->speed_list[2] = strdup ("Pro"); in pie_get_speeds()
926 dev->speed_list[3] = NULL; in pie_get_speeds()
938 dev->speed_list[i] = strdup (buf); in pie_get_speeds()
941 dev->speed_list[i] = NULL; in pie_get_speeds()
1430 max_string_size ((SANE_String_Const *) scanner->device->speed_list); in init_options()
1433 (SANE_String_Const *) scanner->device->speed_list; in init_options()
1435 (SANE_Char *) strdup (scanner->device->speed_list[ in init_options()
[all...]
H A Dpieusb_specific.h212 SANE_String speed_list[9]; /* names of available speeds */ member
H A Dapple.c181 static const SANE_String_Const speed_list[] = variable
1626 s->opt[OPT_SPEED].size = max_string_size (speed_list); in init_options()
1628 s->opt[OPT_SPEED].constraint.string_list = speed_list; in init_options()
1629 s->val[OPT_SPEED].s = strdup (speed_list[0]); in init_options()
H A Dmustek.c146 static SANE_String_Const speed_list[] = { variable
2531 for (speed_code = 0; speed_list[speed_code]; ++speed_code) in mode_select_paragon()
2533 if (strcmp (speed_list[speed_code], s->val[OPT_SPEED].s) == 0) in mode_select_paragon()
4266 s->opt[OPT_SPEED].size = max_string_size (speed_list); in init_options()
4268 s->opt[OPT_SPEED].constraint.string_list = speed_list; in init_options()
4269 s->val[OPT_SPEED].s = strdup (speed_list[4]); in init_options()
H A Dnec.c245 static const SANE_String_Const speed_list[] =
H A Dsharp.c280 static const SANE_String_Const speed_list[] =

Completed in 21 milliseconds