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_OFF
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
rts8891.h
89
OPT_LAMP_OFF
,
enumerator
H
A
D
umax.h
159
OPT_LAMP_OFF
,
enumerator
H
A
D
rts8891.c
830
case
OPT_LAMP_OFF
:
in set_option_value()
2850
session->opt[
OPT_LAMP_OFF
].name = "lamp-off";
in init_options()
2851
session->opt[
OPT_LAMP_OFF
].title = SANE_I18N ("Lamp off");
in init_options()
2852
session->opt[
OPT_LAMP_OFF
].desc = SANE_I18N ("Turn off scanner lamp");
in init_options()
2853
session->opt[
OPT_LAMP_OFF
].type = SANE_TYPE_BUTTON;
in init_options()
2854
session->opt[
OPT_LAMP_OFF
].cap |= SANE_CAP_ADVANCED;
in init_options()
2855
session->opt[
OPT_LAMP_OFF
].unit = SANE_UNIT_NONE;
in init_options()
2856
session->opt[
OPT_LAMP_OFF
].size = 0;
in init_options()
2857
session->opt[
OPT_LAMP_OFF
].constraint_type = SANE_CONSTRAINT_NONE;
in init_options()
2858
session->val[
OPT_LAMP_OFF
]
in init_options()
[all...]
H
A
D
umax.c
5809
scanner->opt[
OPT_LAMP_OFF
].name = "lamp-off";
in init_options()
5810
scanner->opt[
OPT_LAMP_OFF
].title = SANE_I18N("Lamp off");
in init_options()
5811
scanner->opt[
OPT_LAMP_OFF
].desc = SANE_I18N("Turn off scanner lamp");
in init_options()
5812
scanner->opt[
OPT_LAMP_OFF
].type = SANE_TYPE_BUTTON;
in init_options()
5813
scanner->opt[
OPT_LAMP_OFF
].unit = SANE_UNIT_NONE;
in init_options()
5814
scanner->opt[
OPT_LAMP_OFF
].size = 0;
in init_options()
5815
scanner->opt[
OPT_LAMP_OFF
].constraint_type = SANE_CONSTRAINT_NONE;
in init_options()
5816
scanner->val[
OPT_LAMP_OFF
].w = 0;
in init_options()
5820
scanner->opt[
OPT_LAMP_OFF
].cap |= SANE_CAP_INACTIVE;
in init_options()
7158
case
OPT_LAMP_OFF
in sane_control_option()
[all...]
/third_party/backends/backend/genesys/
H
A
D
genesys.h
92
OPT_LAMP_OFF
,
enumerator
H
A
D
genesys.cpp
4790
s->opt[
OPT_LAMP_OFF
].name = "lamp-off-scan";
in init_options()
4791
s->opt[
OPT_LAMP_OFF
].title = SANE_I18N ("Lamp off during scan");
in init_options()
4792
s->opt[
OPT_LAMP_OFF
].desc = SANE_I18N ("The lamp will be turned off during scan. ");
in init_options()
4793
s->opt[
OPT_LAMP_OFF
].type = SANE_TYPE_BOOL;
in init_options()
4794
s->opt[
OPT_LAMP_OFF
].unit = SANE_UNIT_NONE;
in init_options()
4795
s->opt[
OPT_LAMP_OFF
].constraint_type = SANE_CONSTRAINT_NONE;
in init_options()
5671
case
OPT_LAMP_OFF
:
5876
case
OPT_LAMP_OFF
:
Completed in 21 milliseconds