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:gl847
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
low.cpp
43
#include "
gl847
.h"
66
case AsicType::GL847: return std::unique_ptr<CommandSet>(new
gl847
::CommandSetGl847{});
in create_cmd_set()
1572
regs.set16(
gl847
::REG_EXPR, exposure.red);
in regs_set_exposure()
1573
regs.set16(
gl847
::REG_EXPG, exposure.green);
in regs_set_exposure()
1574
regs.set16(
gl847
::REG_EXPB, exposure.blue);
in regs_set_exposure()
1608
regs.find_reg(
gl847
::REG_0x01).value &= ~
gl847
::REG_0x01_SCAN;
in regs_set_optical_off()
1635
return static_cast<bool>(regs.get8(
gl847
::REG_0x06) &
gl847
::REG_0x06_GAIN4);
in get_registers_gain4_bit()
1658
//
gl847
/gl12
in sanei_genesys_wait_for_home()
[all...]
H
A
D
gl847.h
28
namespace
gl847
{
namespace
102
} // namespace
gl847
H
A
D
gl847_registers.h
27
namespace
gl847
{
namespace
308
} // namespace
gl847
H
A
D
genesys.cpp
475
dev.interface->write_register(
gl847
::REG_0x0D,
in scanner_clear_scan_and_feed_counts()
476
gl847
::REG_0x0D_CLRLNCNT |
gl847
::REG_0x0D_CLRMCNT);
in scanner_clear_scan_and_feed_counts()
630
auto reg = dev.interface->read_register(
gl847
::REG_0x40);
in scanner_is_motor_stopped()
632
return (!(reg &
gl847
::REG_0x40_DATAENB) && !(reg &
gl847
::REG_0x40_MOTMFLG) &&
in scanner_is_motor_stopped()
1409
std::uint8_t reg04 = dev.interface->read_register(
gl847
::REG_0x04);
in scanner_offset_calibration()
1410
if ((reg04 &
gl847
::REG_0x04_FESET) == 0x02) {
in scanner_offset_calibration()
1713
std::uint8_t reg04 = dev.interface->read_register(
gl847
::REG_0x04);
in scanner_coarse_gain_calibration()
1714
if ((reg04 &
gl847
in scanner_coarse_gain_calibration()
[all...]
H
A
D
gl847.cpp
24
#include "
gl847
.h"
31
namespace
gl847
{
namespace
1204
} // namespace
gl847
Completed in 9 milliseconds