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:cur_hid_dev
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/
H
A
D
ishtp-hid.c
199
* @
cur_hid_dev
: Index of hid device calling to register
206
int ishtp_hid_probe(unsigned int
cur_hid_dev
,
in ishtp_hid_probe()
argument
225
hid_data->index =
cur_hid_dev
;
in ishtp_hid_probe()
231
client_data->hid_sensor_hubs[
cur_hid_dev
] = hid;
in ishtp_hid_probe()
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
94
* @
cur_hid_dev
: This keeps track of the device index for which
124
unsigned int
cur_hid_dev
;
member
176
int ishtp_hid_probe(unsigned int
cur_hid_dev
,
H
A
D
ishtp-hid-client.c
71
int curr_hid_dev = client_data->
cur_hid_dev
;
in process_recv()
690
client_data->
cur_hid_dev
= i;
in hid_ishtp_cl_init()
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/
H
A
D
ishtp-hid.c
199
* @
cur_hid_dev
: Index of hid device calling to register
206
int ishtp_hid_probe(unsigned int
cur_hid_dev
,
in ishtp_hid_probe()
argument
223
hid_data->index =
cur_hid_dev
;
in ishtp_hid_probe()
229
client_data->hid_sensor_hubs[
cur_hid_dev
] = hid;
in ishtp_hid_probe()
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
89
* @
cur_hid_dev
: This keeps track of the device index for which
119
unsigned int
cur_hid_dev
;
member
172
int ishtp_hid_probe(unsigned int
cur_hid_dev
,
H
A
D
ishtp-hid-client.c
79
int curr_hid_dev = client_data->
cur_hid_dev
;
in process_recv()
698
client_data->
cur_hid_dev
= i;
in hid_ishtp_cl_init()
/kernel/linux/linux-6.6/drivers/hid/amd-sfh-hid/
H
A
D
amd_sfh_hid.c
110
cli_data->request_done[cli_data->
cur_hid_dev
] = true;
in amdtp_hid_wakeup()
126
int amdtp_hid_probe(u32
cur_hid_dev
, struct amdtp_cl_data *cli_data)
in amdtp_hid_probe()
argument
145
hid_data->index =
cur_hid_dev
;
in amdtp_hid_probe()
150
cli_data->hid_sensor_hubs[
cur_hid_dev
] = hid;
in amdtp_hid_probe()
H
A
D
amd_sfh_hid.h
34
u32
cur_hid_dev
;
member
78
int amdtp_hid_probe(u32
cur_hid_dev
, struct amdtp_cl_data *cli_data);
H
A
D
amd_sfh_client.c
30
cli_data->
cur_hid_dev
= i;
in amd_sfh_set_report()
107
cli_data->
cur_hid_dev
= current_index;
in amd_sfh_work()
248
cl_data->
cur_hid_dev
= i;
in amd_sfh_hid_client_init()
294
cl_data->
cur_hid_dev
= i;
in amd_sfh_hid_client_init()
/kernel/linux/linux-6.6/drivers/hid/amd-sfh-hid/sfh1_1/
H
A
D
amd_sfh_init.c
125
cl_data->
cur_hid_dev
= i;
in amd_sfh1_1_hid_client_init()
175
cl_data->
cur_hid_dev
= i;
in amd_sfh1_1_hid_client_init()
Completed in 6 milliseconds