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:cyttsp5
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
cyttsp5.c
26
#define CYTTSP5_NAME "
cyttsp5
"
196
struct
cyttsp5
{
struct
219
static int cyttsp5_read(struct
cyttsp5
*ts, u8 *buf, u32 max)
in cyttsp5_read()
241
static int cyttsp5_write(struct
cyttsp5
*ts, unsigned int reg, u8 *data,
in cyttsp5_write()
277
static void cyttsp5_get_touch_record(struct
cyttsp5
*ts,
in cyttsp5_get_touch_record()
291
static void cyttsp5_get_mt_touches(struct
cyttsp5
*ts,
in cyttsp5_get_mt_touches()
346
struct
cyttsp5
*ts = dev_get_drvdata(dev);
in cyttsp5_mt_attention()
377
struct
cyttsp5
*ts = dev_get_drvdata(dev);
in cyttsp5_setup_input_device()
412
struct
cyttsp5
*ts = dev_get_drvdata(dev);
in cyttsp5_parse_dt_key_code()
427
struct
cyttsp5
*t
in cyttsp5_btn_attention()
[all...]
H
A
D
Makefile
33
obj-$(CONFIG_TOUCHSCREEN_CYTTSP5) +=
cyttsp5
.o
Completed in 3 milliseconds