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:lamp_off_time
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
genesys.h
196
SANE_Word
lamp_off_time
= 0;
member
H
A
D
genesys.cpp
4787
s->
lamp_off_time
= 15; // 15 minutes
in init_options()
5675
*reinterpret_cast<SANE_Word*>(val) = s->
lamp_off_time
;
5972
if (*reinterpret_cast<SANE_Word*>(val) != s->
lamp_off_time
) {
5973
s->
lamp_off_time
= *reinterpret_cast<SANE_Word*>(val);
5974
dev->cmd_set->set_powersaving(dev, s->
lamp_off_time
);
/third_party/backends/backend/
H
A
D
mustek.c
118
static SANE_Int
lamp_off_time
= 60;
variable
2105
*cp++ =
lamp_off_time
; /* Only needed for A3 Pro, default: 60 minutes until lamp-off */
in set_window_pro()
5852
SANE_Int old_time =
lamp_off_time
;
in sane_control_option()
5858
lamp_off_time
= 0;
in sane_control_option()
5860
lamp_off_time
= old_time;
in sane_control_option()
Completed in 15 milliseconds