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:ili210x
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
ili210x.c
59
struct
ili210x
{
struct
305
static bool ili210x_report_events(struct
ili210x
*priv, u8 *touchdata)
in ili210x_report_events()
332
struct
ili210x
*priv = irq_data;
in ili210x_irq()
366
struct
ili210x
*priv = i2c_get_clientdata(client);
in ili251x_firmware_update_resolution()
405
struct
ili210x
*priv = i2c_get_clientdata(client);
in ili251x_firmware_update_firmware_version()
421
struct
ili210x
*priv = i2c_get_clientdata(client);
in ili251x_firmware_update_kernel_version()
437
struct
ili210x
*priv = i2c_get_clientdata(client);
in ili251x_firmware_update_protocol_version()
453
struct
ili210x
*priv = i2c_get_clientdata(client);
in ili251x_firmware_update_ic_mode()
468
struct
ili210x
*priv = i2c_get_clientdata(client);
in ili251x_firmware_update_cached_state()
506
struct
ili210x
*pri
in ili251x_firmware_version_show()
[all...]
H
A
D
Makefile
52
obj-$(CONFIG_TOUCHSCREEN_ILI210X) +=
ili210x
.o
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
ili210x.c
41
struct
ili210x
{
struct
274
static bool ili210x_report_events(struct
ili210x
*priv, u8 *touchdata)
in ili210x_report_events()
301
struct
ili210x
*priv = irq_data;
in ili210x_irq()
331
struct
ili210x
*priv = i2c_get_clientdata(client);
in ili210x_calibrate()
362
struct
ili210x
*priv = i2c_get_clientdata(client);
in ili210x_calibrate_visible()
381
struct
ili210x
*priv = data;
in ili210x_stop()
392
struct
ili210x
*priv;
in ili210x_i2c_probe()
490
{ "
ili210x
", (long)&ili210x_chip },
499
{ .compatible = "ilitek,
ili210x
", .data = &ili210x_chip },
H
A
D
Makefile
49
obj-$(CONFIG_TOUCHSCREEN_ILI210X) +=
ili210x
.o
Completed in 3 milliseconds