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:gl124
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
low.cpp
37
#include "
gl124
.h"
67
case AsicType::GL124: return std::unique_ptr<CommandSet>(new
gl124
::CommandSetGl124{});
in create_cmd_set()
1535
regs.set24(
gl124
::REG_EXPR, exposure.red);
in regs_set_exposure()
1536
regs.set24(
gl124
::REG_EXPG, exposure.green);
in regs_set_exposure()
1537
regs.set24(
gl124
::REG_EXPB, exposure.blue);
in regs_set_exposure()
1612
regs.find_reg(
gl124
::REG_0x01).value &= ~
gl124
::REG_0x01_SCAN;
in regs_set_optical_off()
1637
return static_cast<bool>(regs.get8(
gl124
::REG_0x06) &
gl124
::REG_0x06_GAIN4);
in get_registers_gain4_bit()
1658
// gl847/
gl124
nee
in sanei_genesys_wait_for_home()
[all...]
H
A
D
gl124.h
28
namespace
gl124
{
namespace
102
} // namespace
gl124
H
A
D
genesys.cpp
446
namespace
gl124
{
namespace
448
} // namespace
gl124
480
dev.interface->write_register(
gl124
::REG_0x0D,
in scanner_clear_scan_and_feed_counts()
481
gl124
::REG_0x0D_CLRLNCNT |
gl124
::REG_0x0D_CLRMCNT);
in scanner_clear_scan_and_feed_counts()
637
auto reg = dev.interface->read_register(
gl124
::REG_0x100);
in scanner_is_motor_stopped()
639
return (!(reg &
gl124
::REG_0x100_DATAENB) && !(reg &
gl124
::REG_0x100_MOTMFLG) &&
in scanner_is_motor_stopped()
965
gl124
::gl124_setup_scan_gpio(&dev, resolution);
in scanner_move_back_home()
1416
std::uint8_t reg0a = dev.interface->read_register(
gl124
in scanner_offset_calibration()
1939
namespace
gl124
{
global()
namespace
[all...]
H
A
D
gl124_registers.h
27
namespace
gl124
{
namespace
290
} // namespace
gl124
H
A
D
gl124.cpp
24
#include "
gl124
.h"
31
namespace
gl124
{
namespace
1361
} // namespace
gl124
Completed in 9 milliseconds