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_LAMP_ON
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
rts8891.h
88
OPT_LAMP_ON
,
enumerator
H
A
D
umax.h
158
OPT_LAMP_ON
,
enumerator
H
A
D
rts8891.c
826
case
OPT_LAMP_ON
:
in set_option_value()
2839
session->opt[
OPT_LAMP_ON
].name = "lamp-on";
in init_options()
2840
session->opt[
OPT_LAMP_ON
].title = SANE_I18N ("Lamp on");
in init_options()
2841
session->opt[
OPT_LAMP_ON
].desc = SANE_I18N ("Turn on scanner lamp");
in init_options()
2842
session->opt[
OPT_LAMP_ON
].type = SANE_TYPE_BUTTON;
in init_options()
2843
session->opt[
OPT_LAMP_ON
].cap |= SANE_CAP_ADVANCED;
in init_options()
2844
session->opt[
OPT_LAMP_ON
].unit = SANE_UNIT_NONE;
in init_options()
2845
session->opt[
OPT_LAMP_ON
].size = 0;
in init_options()
2846
session->opt[
OPT_LAMP_ON
].constraint_type = SANE_CONSTRAINT_NONE;
in init_options()
2847
session->val[
OPT_LAMP_ON
]
in init_options()
[all...]
H
A
D
umax.c
5792
scanner->opt[
OPT_LAMP_ON
].name = "lamp-on";
in init_options()
5793
scanner->opt[
OPT_LAMP_ON
].title = SANE_I18N("Lamp on");
in init_options()
5794
scanner->opt[
OPT_LAMP_ON
].desc = SANE_I18N("Turn on scanner lamp");
in init_options()
5795
scanner->opt[
OPT_LAMP_ON
].type = SANE_TYPE_BUTTON;
in init_options()
5796
scanner->opt[
OPT_LAMP_ON
].unit = SANE_UNIT_NONE;
in init_options()
5797
scanner->opt[
OPT_LAMP_ON
].size = 0;
in init_options()
5798
scanner->opt[
OPT_LAMP_ON
].constraint_type = SANE_CONSTRAINT_NONE;
in init_options()
5799
scanner->val[
OPT_LAMP_ON
].w = 0;
in init_options()
5803
scanner->opt[
OPT_LAMP_ON
].cap |= SANE_CAP_INACTIVE;
in init_options()
7146
case
OPT_LAMP_ON
in sane_control_option()
[all...]
Completed in 14 milliseconds