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:CY_TCH_NUM_ABS
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
cyttsp4_core.h
233
CY_TCH_NUM_ABS
enumerator
247
[
CY_TCH_NUM_ABS
] = "INVALID"
251
int abs[
CY_TCH_NUM_ABS
];
293
struct cyttsp4_tch_abs_params tch_abs[
CY_TCH_NUM_ABS
];
H
A
D
cyttsp4_core.c
449
for (abs = 0; abs <
CY_TCH_NUM_ABS
; abs++) {
in cyttsp4_si_get_opcfg_data()
797
for (abs = CY_TCH_X; abs <
CY_TCH_NUM_ABS
; abs++) {
in cyttsp4_get_touch()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
cyttsp4_core.h
233
CY_TCH_NUM_ABS
enumerator
237
int abs[
CY_TCH_NUM_ABS
];
279
struct cyttsp4_tch_abs_params tch_abs[
CY_TCH_NUM_ABS
];
H
A
D
cyttsp5.c
154
CY_TCH_NUM_ABS
enumerator
166
int abs[
CY_TCH_NUM_ABS
];
173
struct cyttsp5_tch_abs_params tch_abs[
CY_TCH_NUM_ABS
];
283
for (abs = CY_TCH_X; abs <
CY_TCH_NUM_ABS
; abs++)
in cyttsp5_get_touch_record()
H
A
D
cyttsp4_core.c
44
[
CY_TCH_NUM_ABS
] = "INVALID"
463
for (abs = 0; abs <
CY_TCH_NUM_ABS
; abs++) {
in cyttsp4_si_get_opcfg_data()
811
for (abs = CY_TCH_X; abs <
CY_TCH_NUM_ABS
; abs++) {
in cyttsp4_get_touch()
Completed in 9 milliseconds