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:gl846
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
low.cpp
42
#include "
gl846
.h"
65
case AsicType::GL846: return std::unique_ptr<CommandSet>(new
gl846
::CommandSetGl846{});
in create_cmd_set()
719
* fontend. Used by
gl846
+ ASICs
1396
* then ensure scanner's head is at home. Designed for
gl846
+ ASICs.
1566
regs.set16(
gl846
::REG_EXPR, exposure.red);
in regs_set_exposure()
1567
regs.set16(
gl846
::REG_EXPG, exposure.green);
in regs_set_exposure()
1568
regs.set16(
gl846
::REG_EXPB, exposure.blue);
in regs_set_exposure()
1604
regs.find_reg(
gl846
::REG_0x01).value &= ~
gl846
::REG_0x01_SCAN;
in regs_set_optical_off()
1633
return static_cast<bool>(regs.get8(
gl846
in get_registers_gain4_bit()
[all...]
H
A
D
gl846.h
28
namespace
gl846
{
namespace
102
} // namespace
gl846
H
A
D
gl846_registers.h
27
namespace
gl846
{
namespace
335
} // namespace
gl846
H
A
D
genesys.cpp
470
dev.interface->write_register(
gl846
::REG_0x0D,
in scanner_clear_scan_and_feed_counts()
471
gl846
::REG_0x0D_CLRLNCNT |
gl846
::REG_0x0D_CLRMCNT);
in scanner_clear_scan_and_feed_counts()
623
auto reg = dev.interface->read_register(
gl846
::REG_0x40);
in scanner_is_motor_stopped()
625
return (!(reg &
gl846
::REG_0x40_DATAENB) && !(reg &
gl846
::REG_0x40_MOTMFLG) &&
in scanner_is_motor_stopped()
1402
std::uint8_t reg04 = dev.interface->read_register(
gl846
::REG_0x04);
in scanner_offset_calibration()
1403
if ((reg04 &
gl846
::REG_0x04_FESET) == 0x02) {
in scanner_offset_calibration()
1705
std::uint8_t reg04 = dev.interface->read_register(
gl846
::REG_0x04);
in scanner_coarse_gain_calibration()
1706
if ((reg04 &
gl846
in scanner_coarse_gain_calibration()
[all...]
H
A
D
gl846.cpp
29
#include "
gl846
.h"
36
namespace
gl846
{
namespace
1120
} // namespace
gl846
Completed in 9 milliseconds