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:CANON_LIDE_90
(Results
1 - 9
of
9
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
gl842.cpp
58
} else if (dev.model->model_id == ModelId::
CANON_LIDE_90
) {
in gl842_init_registers()
101
} else if (dev.model->model_id == ModelId::
CANON_LIDE_90
) {
in gl842_init_registers()
149
} else if (dev.model->model_id == ModelId::
CANON_LIDE_90
) {
in gl842_init_registers()
165
} else if (dev.model->model_id == ModelId::
CANON_LIDE_90
) {
in gl842_init_registers()
206
} else if (dev.model->model_id == ModelId::
CANON_LIDE_90
) {
in gl842_init_registers()
241
if (fe_type == 2 || dev->model->model_id == ModelId::
CANON_LIDE_90
) {
in set_fe()
554
if (dev->model->model_id == ModelId::
CANON_LIDE_90
) {
in init_regs_for_scan_session()
686
if (dev->model->model_id == ModelId::
CANON_LIDE_90
) {
in begin_scan()
968
if (dev->model->model_id == ModelId::
CANON_LIDE_90
) {
in asic_boot()
998
if (dev.model->model_id == ModelId::
CANON_LIDE_90
) {
in update_home_sensor_gpio()
[all...]
H
A
D
enums.h
162
CANON_LIDE_90
,
member in genesys::ScanMethod::ModelId
290
CANON_LIDE_90
,
member in genesys::ScanMethod::AdcId
341
CANON_LIDE_90
,
member in genesys::ScanMethod::GpioId
391
CANON_LIDE_90
,
member in genesys::ScanMethod::MotorId
H
A
D
enums.cpp
101
case ModelId::
CANON_LIDE_90
: out << "
CANON_LIDE_90
"; break;
in operator <<()
208
case AdcId::
CANON_LIDE_90
: out << "
CANON_LIDE_90
"; break;
in operator <<()
249
case GpioId::
CANON_LIDE_90
: out << "
CANON_LIDE_90
"; break;
in operator <<()
291
case MotorId::
CANON_LIDE_90
: out << "
CANON_LIDE_90
"; break;
in operator <<()
H
A
D
tables_gpo.cpp
111
gpo.id = GpioId::
CANON_LIDE_90
;
in genesys_init_gpo_tables()
H
A
D
tables_model.cpp
1169
model.model_id = ModelId::
CANON_LIDE_90
;
in genesys_init_usb_device_tables()
1206
model.adc_id = AdcId::
CANON_LIDE_90
;
in genesys_init_usb_device_tables()
1207
model.gpio_id = GpioId::
CANON_LIDE_90
;
in genesys_init_usb_device_tables()
1208
model.motor_id = MotorId::
CANON_LIDE_90
;
in genesys_init_usb_device_tables()
H
A
D
low.cpp
775
dev->model->model_id == ModelId::
CANON_LIDE_90
)
in compute_session_pixel_offsets()
1073
if (dev->model->model_id == ModelId::
CANON_LIDE_90
) {
in compute_session()
1093
if (dev->model->model_id == ModelId::
CANON_LIDE_90
) {
in compute_session()
H
A
D
tables_frontend.cpp
200
fe.id = AdcId::
CANON_LIDE_90
;
in genesys_init_frontend_tables()
H
A
D
tables_motor.cpp
125
motor.id = MotorId::
CANON_LIDE_90
;
in genesys_init_motor_tables()
H
A
D
genesys.cpp
525
dev->model->model_id == ModelId::
CANON_LIDE_90
)
in scanner_send_slope_table()
Completed in 17 milliseconds