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:qt2160
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/keyboard/
H
A
D
qt2160.c
3
*
qt2160
.c - Atmel AT42QT2160 Touch Sense Controller
46
struct qt2160_data *
qt2160
;
member
74
struct qt2160_data *
qt2160
= led->
qt2160
;
in qt2160_led_set()
local
75
struct i2c_client *client =
qt2160
->client;
in qt2160_led_set()
94
* of every LED in the
qt2160
. It's a HW limitation.
in qt2160_led_set()
158
static int qt2160_get_key_matrix(struct qt2160_data *
qt2160
)
in qt2160_get_key_matrix()
argument
160
struct i2c_client *client =
qt2160
->client;
in qt2160_get_key_matrix()
161
struct input_dev *input =
qt2160
->input;
in qt2160_get_key_matrix()
179
old_matrix =
qt2160
in qt2160_get_key_matrix()
200
struct
qt2160
_data *
qt2160
= _
qt2160
;
qt2160_irq()
local
207
qt2160
_schedule_read(struct
qt2160
_data *
qt2160
)
qt2160_schedule_read()
argument
214
struct
qt2160
_data *
qt2160
=
qt2160_worker()
local
260
qt2160
_register_leds(struct
qt2160
_data *
qt2160
)
qt2160_register_leds()
argument
289
qt2160
_unregister_leds(struct
qt2160
_data *
qt2160
)
qt2160_unregister_leds()
argument
299
qt2160
_register_leds(struct
qt2160
_data *
qt2160
)
qt2160_register_leds()
argument
304
qt2160
_unregister_leds(struct
qt2160
_data *
qt2160
)
qt2160_unregister_leds()
argument
344
struct
qt2160
_data *
qt2160
;
qt2160_probe()
local
437
struct
qt2160
_data *
qt2160
= i2c_get_clientdata(client);
qt2160_remove()
local
[all...]
/kernel/linux/linux-6.6/drivers/input/keyboard/
H
A
D
qt2160.c
3
*
qt2160
.c - Atmel AT42QT2160 Touch Sense Controller
46
struct qt2160_data *
qt2160
;
member
73
struct qt2160_data *
qt2160
= led->
qt2160
;
in qt2160_led_set()
local
74
struct i2c_client *client =
qt2160
->client;
in qt2160_led_set()
93
* of every LED in the
qt2160
. It's a HW limitation.
in qt2160_led_set()
159
struct qt2160_data *
qt2160
= input_get_drvdata(input);
in qt2160_get_key_matrix()
local
160
struct i2c_client *client =
qt2160
->client;
in qt2160_get_key_matrix()
178
old_matrix =
qt2160
->key_matrix;
in qt2160_get_key_matrix()
179
qt2160
in qt2160_get_key_matrix()
239
qt2160
_register_leds(struct
qt2160
_data *
qt2160
)
qt2160_register_leds()
argument
270
qt2160
_register_leds(struct
qt2160
_data *
qt2160
)
qt2160_register_leds()
argument
310
struct
qt2160
_data *
qt2160
;
qt2160_probe()
local
[all...]
Completed in 1 milliseconds