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:GL646
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
low.cpp
60
case AsicType::
GL646
: return std::unique_ptr<CommandSet>(new gl646::CommandSetGl646{});
in create_cmd_set()
93
/* Genesys supports 0xFE00 maximum size in general, wheraus
GL646
supports
in sanei_genesys_get_bulk_max_size()
143
case AsicType::
GL646
:
in scanner_read_status()
259
if (dev->model->asic_type == AsicType::
GL646
) {
in sanei_genesys_read_valid_words()
285
if (dev->model->asic_type == AsicType::
GL646
) {
in sanei_genesys_read_scancnt()
553
if (dev->model->asic_type == AsicType::
GL646
) {
in sanei_genesys_read_feed_steps()
762
if (dev->model->asic_type == AsicType::
GL646
) {
in compute_session_pixel_offsets()
834
if (dev.model->asic_type == AsicType::
GL646
&& output_xresolution == 400) {
in session_adjust_output_pixels()
1481
case AsicType::
GL646
:
in scanner_start_action()
1503
// same across
GL646
, GL84
in sanei_genesys_set_dpihw()
[all...]
H
A
D
scanner_interface_usb.cpp
126
if (dev_->model->asic_type == AsicType::
GL646
||
in write_registers()
141
if (dev_->model->asic_type == AsicType::
GL646
) {
in write_registers()
226
// currently supported:
GL646
, GL841, GL843, GL845, GL846, GL847, GL124
in bulk_read_data()
285
// supported:
GL646
, GL841, GL843
in bulk_write_data()
335
if (dev_->model->asic_type != AsicType::
GL646
&&
in write_buffer()
H
A
D
tables_model.cpp
83
model.asic_type = AsicType::
GL646
;
in genesys_init_usb_device_tables()
1229
model.asic_type = AsicType::
GL646
;
in genesys_init_usb_device_tables()
1280
model.asic_type = AsicType::
GL646
;
in genesys_init_usb_device_tables()
1332
model.asic_type = AsicType::
GL646
;
in genesys_init_usb_device_tables()
1384
model.asic_type = AsicType::
GL646
;
in genesys_init_usb_device_tables()
1437
model.asic_type = AsicType::
GL646
;
in genesys_init_usb_device_tables()
1486
model.asic_type = AsicType::
GL646
;
in genesys_init_usb_device_tables()
1537
model.asic_type = AsicType::
GL646
;
in genesys_init_usb_device_tables()
2103
model.asic_type = AsicType::
GL646
;
in genesys_init_usb_device_tables()
2159
model.asic_type = AsicType::
GL646
;
in genesys_init_usb_device_tables()
[all...]
H
A
D
motor.cpp
91
case AsicType::
GL646
:
in get_slope_table_max_size()
H
A
D
enums.h
452
GL646
,
member in genesys::ScanMethod::AsicType
H
A
D
genesys.cpp
35
* SANE backend for Genesys Logic
GL646
/GL841/GL842/GL843/GL846/GL847/GL124 based scanners
340
if (dev->model->asic_type == AsicType::
GL646
) {
in sanei_genesys_create_default_gamma_table()
496
case AsicType::
GL646
: {
in scanner_send_slope_table()
541
case AsicType::
GL646
: {
in scanner_send_slope_table()
595
case AsicType::
GL646
: {
in scanner_is_motor_stopped()
709
case AsicType::
GL646
:
in scanner_stop_action_no_move()
2224
if (dev->model->asic_type == AsicType::
GL646
) {
in genesys_shading_calibration_impl()
2572
if (dev->model->asic_type == AsicType::
GL646
) {
in genesys_dark_white_shading_calibration()
3276
/* for
GL646
, shading data is planar if REG_0x01_FASTMOD is set and
in genesys_send_shading_coefficient()
4338
if (scanner->dev->model->asic_type == AsicType::
GL646
) {
in init_gamma_vector_option()
[all...]
H
A
D
gl646.cpp
472
get_slope_table_max_size(AsicType::
GL646
));
in init_regs_for_scan_session()
475
get_slope_table_max_size(AsicType::
GL646
));
in init_regs_for_scan_session()
1374
get_slope_table_max_size(AsicType::
GL646
));
in load_document()
1531
get_slope_table_max_size(AsicType::
GL646
));
in eject_document()
H
A
D
tables_sensor.cpp
3804
if (asic_type != AsicType::
GL646
) {
in verify_sensor_tables()
Completed in 21 milliseconds