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 - 8
of
8
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
low.cpp
62
case AsicType::
GL842
: return std::unique_ptr<CommandSet>(new gl842::CommandSetGl842{});
in create_cmd_set()
145
case AsicType::
GL842
:
in scanner_read_status()
450
if (dev->model->asic_type == AsicType::
GL842
||
in read_shuffled_image_from_scanner()
462
if (dev->model->asic_type == AsicType::
GL842
||
in read_shuffled_image_from_scanner()
478
if (dev->model->asic_type == AsicType::
GL842
||
in read_shuffled_image_from_scanner()
767
dev->model->asic_type == AsicType::
GL842
||
in compute_session_pixel_offsets()
829
dev.model->asic_type == AsicType::
GL842
)
in session_adjust_output_pixels()
1038
dev->model->asic_type == AsicType::
GL842
)
in compute_session()
1052
if (dev->model->asic_type == AsicType::
GL842
||
in compute_session()
1066
dev->model->asic_type == AsicType::
GL842
||
in compute_session()
[all...]
H
A
D
scanner_interface_usb.cpp
200
asic_type == AsicType::
GL842
||
in bulk_read_data_send_header()
337
dev_->model->asic_type != AsicType::
GL842
&&
in write_buffer()
359
dev_->model->asic_type != AsicType::
GL842
&&
in write_gamma()
369
if (dev_->model->asic_type == AsicType::
GL842
||
in write_gamma()
H
A
D
genesys.cpp
35
* SANE backend for Genesys Logic GL646/GL841/
GL842
/GL843/GL846/GL847/GL124 based scanners
458
case AsicType::
GL842
: {
in scanner_clear_scan_and_feed_counts()
501
case AsicType::
GL842
:
in scanner_send_slope_table()
558
case AsicType::
GL842
: {
in scanner_send_slope_table()
606
case AsicType::
GL842
: {
in scanner_is_motor_stopped()
671
case AsicType::
GL842
:
in scanner_stop_action()
711
case AsicType::
GL842
:
in scanner_stop_action_no_move()
882
case AsicType::
GL842
:
in scanner_move_back_home()
1049
case AsicType::
GL842
:
in scanner_move_back_home_ta()
1386
if (dev.model->asic_type == AsicType::
GL842
in scanner_offset_calibration()
[all...]
H
A
D
motor.cpp
93
case AsicType::
GL842
: return 255;
in get_slope_table_max_size()
H
A
D
test_scanner_interface.cpp
41
dev_->model->asic_type == AsicType::
GL842
||
H
A
D
enums.h
454
GL842
,
member in genesys::ScanMethod::AsicType
H
A
D
tables_model.cpp
1170
model.asic_type = AsicType::
GL842
;
in genesys_init_usb_device_tables()
2319
model.asic_type = AsicType::
GL842
;
in genesys_init_usb_device_tables()
H
A
D
tables_sensor.cpp
3826
if (asic_type == AsicType::
GL842
) {
in verify_sensor_tables()
Completed in 17 milliseconds