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_35
(Results
1 - 7
of
7
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
enums.h
288
CANON_LIDE_35
,
member in genesys::ScanMethod::AdcId
339
CANON_LIDE_35
,
member in genesys::ScanMethod::GpioId
387
CANON_LIDE_35
,
member in genesys::ScanMethod::MotorId
H
A
D
enums.cpp
206
case AdcId::
CANON_LIDE_35
: out << "
CANON_LIDE_35
"; break;
in operator <<()
247
case GpioId::
CANON_LIDE_35
: out << "
CANON_LIDE_35
"; break;
in operator <<()
297
case MotorId::
CANON_LIDE_35
: out << "
CANON_LIDE_35
"; break;
in operator <<()
H
A
D
gl841.cpp
257
if (dev->model->gpio_id == GpioId::
CANON_LIDE_35
) {
in gl841_init_registers()
775
if (dev->model->gpio_id == GpioId::
CANON_LIDE_35
) {
in gl841_init_optical_regs_scan()
1052
if (dev->model->gpio_id == GpioId::
CANON_LIDE_35
)
in save_power()
1095
if (dev->model->gpio_id == GpioId::
CANON_LIDE_35
)
in save_power()
1321
if (dev.model->gpio_id == GpioId::
CANON_LIDE_35
) {
in update_home_sensor_gpio()
2091
if (s->dev->model->gpio_id == GpioId::
CANON_LIDE_35
in update_hardware_sensors()
H
A
D
tables_model.cpp
169
model.adc_id = AdcId::
CANON_LIDE_35
;
in genesys_init_usb_device_tables()
170
model.gpio_id = GpioId::
CANON_LIDE_35
;
in genesys_init_usb_device_tables()
171
model.motor_id = MotorId::
CANON_LIDE_35
;
in genesys_init_usb_device_tables()
1094
model.adc_id = AdcId::
CANON_LIDE_35
;
in genesys_init_usb_device_tables()
1095
model.gpio_id = GpioId::
CANON_LIDE_35
;
in genesys_init_usb_device_tables()
H
A
D
tables_gpo.cpp
100
gpo.id = GpioId::
CANON_LIDE_35
;
in genesys_init_gpo_tables()
H
A
D
tables_frontend.cpp
177
fe.id = AdcId::
CANON_LIDE_35
;
in genesys_init_frontend_tables()
H
A
D
tables_motor.cpp
84
motor.id = MotorId::
CANON_LIDE_35
;
in genesys_init_motor_tables()
Completed in 9 milliseconds