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_120
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
enums.h
165
CANON_LIDE_120
,
member in genesys::ScanMethod::ModelId
292
CANON_LIDE_120
,
member in genesys::ScanMethod::AdcId
343
CANON_LIDE_120
,
member in genesys::ScanMethod::GpioId
384
CANON_LIDE_120
,
member in genesys::ScanMethod::MotorId
H
A
D
enums.cpp
104
case ModelId::
CANON_LIDE_120
: out << "
CANON_LIDE_120
"; break;
in operator <<()
210
case AdcId::
CANON_LIDE_120
: out << "
CANON_LIDE_120
"; break;
in operator <<()
251
case GpioId::
CANON_LIDE_120
: out << "
CANON_LIDE_120
"; break;
in operator <<()
294
case MotorId::
CANON_LIDE_120
: out << "
CANON_LIDE_120
"; break;
in operator <<()
H
A
D
gl124.cpp
383
if (dev->model->adc_id == AdcId::
CANON_LIDE_120
) {
in gl124_set_ti_fe()
461
case MotorId::
CANON_LIDE_120
:
in gl124_init_motor_regs_scan()
831
if(dev->model->gpio_id != GpioId::
CANON_LIDE_120
) {
in gl124_setup_scan_gpio()
1199
} else if (dev->model->model_id == ModelId::
CANON_LIDE_120
) {
in gl124_init_gpio()
1306
(s->dev->model->gpio_id == GpioId::
CANON_LIDE_120
))
in update_hardware_sensors()
H
A
D
tables_memory_layout.cpp
134
ml.models = { ModelId::CANON_LIDE_110, ModelId::
CANON_LIDE_120
};
in genesys_init_memory_layout_tables()
H
A
D
tables_gpo.cpp
277
gpo.id = GpioId::
CANON_LIDE_120
;
in genesys_init_gpo_tables()
H
A
D
tables_model.cpp
708
model.model_id = ModelId::
CANON_LIDE_120
;
in genesys_init_usb_device_tables()
742
model.adc_id = AdcId::
CANON_LIDE_120
;
in genesys_init_usb_device_tables()
743
model.gpio_id = GpioId::
CANON_LIDE_120
;
in genesys_init_usb_device_tables()
744
model.motor_id = MotorId::
CANON_LIDE_120
;
in genesys_init_usb_device_tables()
H
A
D
tables_frontend.cpp
419
fe.id = AdcId::
CANON_LIDE_120
;
in genesys_init_frontend_tables()
H
A
D
tables_motor.cpp
450
motor.id = MotorId::
CANON_LIDE_120
;
in genesys_init_motor_tables()
Completed in 8 milliseconds