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:gl842
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
low.cpp
40
#include "
gl842
.h"
62
case AsicType::GL842: return std::unique_ptr<CommandSet>(new
gl842
::CommandSetGl842{});
in create_cmd_set()
1553
regs.set16(
gl842
::REG_EXPR, exposure.red);
in regs_set_exposure()
1554
regs.set16(
gl842
::REG_EXPG, exposure.green);
in regs_set_exposure()
1555
regs.set16(
gl842
::REG_EXPB, exposure.blue);
in regs_set_exposure()
1595
regs.find_reg(
gl842
::REG_0x01).value &= ~
gl842
::REG_0x01_SCAN;
in regs_set_optical_off()
1628
return static_cast<bool>(regs.get8(
gl842
::REG_0x06) &
gl842
::REG_0x06_GAIN4);
in get_registers_gain4_bit()
H
A
D
gl842.h
28
namespace
gl842
{
namespace
102
} // namespace
gl842
H
A
D
gl842_registers.h
27
namespace
gl842
{
namespace
259
} // namespace
gl842
H
A
D
gl842.cpp
25
#include "
gl842
.h"
32
namespace
gl842
{
namespace
1067
} // namespace
gl842
H
A
D
genesys.cpp
459
dev.interface->write_register(
gl842
::REG_0x0D,
in scanner_clear_scan_and_feed_counts()
460
gl842
::REG_0x0D_CLRLNCNT);
in scanner_clear_scan_and_feed_counts()
527
// BUG: do this on all
gl842
scanners
in scanner_send_slope_table()
608
auto reg = dev.interface->read_register(
gl842
::REG_0x40);
in scanner_is_motor_stopped()
610
return (!(reg &
gl842
::REG_0x40_DATAENB) && !(reg &
gl842
::REG_0x40_MOTMFLG) &&
in scanner_is_motor_stopped()
Completed in 14 milliseconds