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_sensor_hubs
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hid/amd-sfh-hid/
H
A
D
amd_sfh_hid.c
86
if (cli_data->
hid_sensor_hubs
[i] == hid)
in amdtp_wait_for_response()
150
cli_data->
hid_sensor_hubs
[cur_hid_dev] = hid;
in amdtp_hid_probe()
176
if (cli_data->
hid_sensor_hubs
[i]) {
in amdtp_hid_remove()
177
kfree(cli_data->
hid_sensor_hubs
[i]->driver_data);
in amdtp_hid_remove()
178
hid_destroy_device(cli_data->
hid_sensor_hubs
[i]);
in amdtp_hid_remove()
179
cli_data->
hid_sensor_hubs
[i] = NULL;
in amdtp_hid_remove()
H
A
D
amd_sfh_client.c
29
if (cli_data->
hid_sensor_hubs
[i] == hid) {
in amd_sfh_set_report()
45
if (cli_data->
hid_sensor_hubs
[i] == hid) {
in amd_sfh_get_report()
92
hid_input_report(cli_data->
hid_sensor_hubs
[current_index],
in amd_sfh_work()
101
hid_input_report(cli_data->
hid_sensor_hubs
[current_index],
in amd_sfh_work()
109
amdtp_hid_wakeup(cli_data->
hid_sensor_hubs
[current_index]);
in amd_sfh_work()
125
hid_input_report(cli_data->
hid_sensor_hubs
[i], HID_INPUT_REPORT,
in amd_sfh_work_buffer()
H
A
D
amd_sfh_hid.h
41
struct hid_device *
hid_sensor_hubs
[MAX_HID_DEVICES];
member
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/
H
A
D
ishtp-hid.c
231
client_data->
hid_sensor_hubs
[cur_hid_dev] = hid;
in ishtp_hid_probe()
269
if (client_data->
hid_sensor_hubs
[i]) {
in ishtp_hid_remove()
270
kfree(client_data->
hid_sensor_hubs
[i]->driver_data);
in ishtp_hid_remove()
271
hid_destroy_device(client_data->
hid_sensor_hubs
[i]);
in ishtp_hid_remove()
272
client_data->
hid_sensor_hubs
[i] = NULL;
in ishtp_hid_remove()
H
A
D
ishtp-hid-client.c
218
hid = client_data->
hid_sensor_hubs
[i];
in process_recv()
250
if (client_data->
hid_sensor_hubs
[i]) {
in process_recv()
252
client_data->
hid_sensor_hubs
[
in process_recv()
264
if (client_data->
hid_sensor_hubs
[i])
in process_recv()
266
client_data->
hid_sensor_hubs
[
in process_recv()
290
client_data->
hid_sensor_hubs
[i]) {
in process_recv()
292
client_data->
hid_sensor_hubs
[
in process_recv()
382
if (hid == client_data->
hid_sensor_hubs
[i]) {
in hid_ishtp_set_feature()
427
if (hid == client_data->
hid_sensor_hubs
[i]) {
in hid_ishtp_get_report()
H
A
D
ishtp-hid.h
100
* @
hid_sensor_hubs
: Pointer to hid_device for all HID device, so that
130
struct hid_device *
hid_sensor_hubs
[MAX_HID_DEVICES];
member
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/
H
A
D
ishtp-hid.c
229
client_data->
hid_sensor_hubs
[cur_hid_dev] = hid;
in ishtp_hid_probe()
267
if (client_data->
hid_sensor_hubs
[i]) {
in ishtp_hid_remove()
268
kfree(client_data->
hid_sensor_hubs
[i]->driver_data);
in ishtp_hid_remove()
269
hid_destroy_device(client_data->
hid_sensor_hubs
[i]);
in ishtp_hid_remove()
270
client_data->
hid_sensor_hubs
[i] = NULL;
in ishtp_hid_remove()
H
A
D
ishtp-hid-client.c
226
hid = client_data->
hid_sensor_hubs
[i];
in process_recv()
258
if (client_data->
hid_sensor_hubs
[i]) {
in process_recv()
260
client_data->
hid_sensor_hubs
[
in process_recv()
272
if (client_data->
hid_sensor_hubs
[i])
in process_recv()
274
client_data->
hid_sensor_hubs
[
in process_recv()
298
client_data->
hid_sensor_hubs
[i]) {
in process_recv()
300
client_data->
hid_sensor_hubs
[
in process_recv()
390
if (hid == client_data->
hid_sensor_hubs
[i]) {
in hid_ishtp_set_feature()
435
if (hid == client_data->
hid_sensor_hubs
[i]) {
in hid_ishtp_get_report()
H
A
D
ishtp-hid.h
95
* @
hid_sensor_hubs
: Pointer to hid_device for all HID device, so that
125
struct hid_device *
hid_sensor_hubs
[MAX_HID_DEVICES];
member
Completed in 6 milliseconds