Home
last modified time | relevance | path

Searched refs:OPT_CHANNEL (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Dv4l.c299 s->opt[OPT_CHANNEL].name = "channel"; in init_options()
300 s->opt[OPT_CHANNEL].title = "Channel"; in init_options()
301 s->opt[OPT_CHANNEL].desc = in init_options()
303 s->opt[OPT_CHANNEL].type = SANE_TYPE_STRING; in init_options()
304 s->opt[OPT_CHANNEL].unit = SANE_UNIT_NONE; in init_options()
305 s->opt[OPT_CHANNEL].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options()
306 s->opt[OPT_CHANNEL].constraint.string_list = s->channel; in init_options()
307 s->val[OPT_CHANNEL].s = strdup (s->channel[0]); in init_options()
308 if (!s->val[OPT_CHANNEL].s) in init_options()
311 s->opt[OPT_CHANNEL] in init_options()
[all...]
H A Dv4l.h49 OPT_CHANNEL, enumerator
H A Dmicrotek2.c2272 if ( val[OPT_CHANNEL].s ) in init_options()
2273 free((void *) val[OPT_CHANNEL].s); in init_options()
2274 val[OPT_CHANNEL].s = strdup(md->channel_list[0]); in init_options()
2604 sod[OPT_CHANNEL].name = M_NAME_CHANNEL; in init_options()
2605 sod[OPT_CHANNEL].title = M_TITLE_CHANNEL; in init_options()
2606 sod[OPT_CHANNEL].desc = M_DESC_CHANNEL; in init_options()
2607 sod[OPT_CHANNEL].type = SANE_TYPE_STRING; in init_options()
2608 sod[OPT_CHANNEL].size = max_string_size(md->channel_list); in init_options()
2609 sod[OPT_CHANNEL].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options()
2610 sod[OPT_CHANNEL] in init_options()
[all...]
H A Dmicrotek2.h557 OPT_CHANNEL, enumerator

Completed in 12 milliseconds