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:hid_devices
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/
H
A
D
ishtp-hid-client.c
118
if (!client_data->
hid_devices
)
in process_recv()
119
client_data->
hid_devices
= devm_kcalloc(
in process_recv()
124
if (!client_data->
hid_devices
) {
in process_recv()
145
if (client_data->
hid_devices
)
in process_recv()
146
memcpy(client_data->
hid_devices
+ i,
in process_recv()
217
client_data->
hid_devices
[i].dev_id) {
in process_recv()
249
client_data->
hid_devices
[i].dev_id)
in process_recv()
263
client_data->
hid_devices
[i].dev_id)
in process_recv()
289
client_data->
hid_devices
[i].dev_id &&
in process_recv()
384
client_data->
hid_devices
[
in hid_ishtp_set_feature()
[all...]
H
A
D
ishtp-hid.c
238
hid->vendor = le16_to_cpu(client_data->
hid_devices
[cur_hid_dev].vid);
in ishtp_hid_probe()
239
hid->product = le16_to_cpu(client_data->
hid_devices
[cur_hid_dev].pid);
in ishtp_hid_probe()
H
A
D
ishtp-hid.h
97
* @
hid_devices
: Store vid/pid/devid for each enumerated HID device
127
struct device_info *
hid_devices
;
member
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/
H
A
D
ishtp-hid-client.c
126
if (!client_data->
hid_devices
)
in process_recv()
127
client_data->
hid_devices
= devm_kcalloc(
in process_recv()
132
if (!client_data->
hid_devices
) {
in process_recv()
153
if (client_data->
hid_devices
)
in process_recv()
154
memcpy(client_data->
hid_devices
+ i,
in process_recv()
225
client_data->
hid_devices
[i].dev_id) {
in process_recv()
257
client_data->
hid_devices
[i].dev_id)
in process_recv()
271
client_data->
hid_devices
[i].dev_id)
in process_recv()
297
client_data->
hid_devices
[i].dev_id &&
in process_recv()
392
client_data->
hid_devices
[
in hid_ishtp_set_feature()
[all...]
H
A
D
ishtp-hid.c
236
hid->vendor = le16_to_cpu(client_data->
hid_devices
[cur_hid_dev].vid);
in ishtp_hid_probe()
237
hid->product = le16_to_cpu(client_data->
hid_devices
[cur_hid_dev].pid);
in ishtp_hid_probe()
H
A
D
ishtp-hid.h
92
* @
hid_devices
: Store vid/pid/devid for each enumerated HID device
122
struct device_info *
hid_devices
;
member
/kernel/linux/linux-6.6/drivers/hid/amd-sfh-hid/
H
A
D
amd_sfh_hid.h
38
struct device_info *
hid_devices
;
member
Completed in 5 milliseconds