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_LIGHT
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
pieusb_specific.h
155
OPT_LIGHT
,
enumerator
H
A
D
pieusb_specific.c
912
scanner->opt[
OPT_LIGHT
].name = "light";
in sanei_pieusb_init_options()
913
scanner->opt[
OPT_LIGHT
].title = "Light";
in sanei_pieusb_init_options()
914
scanner->opt[
OPT_LIGHT
].desc = "Light";
in sanei_pieusb_init_options()
915
scanner->opt[
OPT_LIGHT
].type = SANE_TYPE_INT;
in sanei_pieusb_init_options()
916
scanner->opt[
OPT_LIGHT
].unit = SANE_UNIT_MICROSECOND;
in sanei_pieusb_init_options()
917
scanner->opt[
OPT_LIGHT
].cap |= SANE_CAP_SOFT_SELECT;
in sanei_pieusb_init_options()
918
scanner->opt[
OPT_LIGHT
].size = sizeof(SANE_Word);
in sanei_pieusb_init_options()
919
scanner->val[
OPT_LIGHT
].w = DEFAULT_LIGHT;
in sanei_pieusb_init_options()
1966
scanner->settings.light = scanner->val[
OPT_LIGHT
].w;
in sanei_pieusb_set_gain_offset()
H
A
D
pieusb.c
600
case
OPT_LIGHT
:
in sane_control_option()
690
case
OPT_LIGHT
:
in sane_control_option()
Completed in 7 milliseconds