Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:OPT_CHANNEL
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
v4l.c
299
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
D
v4l.h
49
OPT_CHANNEL
,
enumerator
H
A
D
microtek2.c
2272
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
D
microtek2.h
557
OPT_CHANNEL
,
enumerator
Completed in 12 milliseconds