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:hostif_msg
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/
H
A
D
ishtp-hid-client.c
32
struct
hostif_msg
*recv_msg = recv_buf;
in report_bad_packet()
61
struct
hostif_msg
*recv_msg;
in process_recv()
80
if (cur_pos + sizeof(struct
hostif_msg
) > total_len) {
in process_recv()
90
recv_msg = (struct
hostif_msg
*)(recv_buf + cur_pos);
in process_recv()
94
if (cur_pos + payload_len + sizeof(struct
hostif_msg
) >
in process_recv()
278
recv_msg = (struct
hostif_msg
*)(reports +
in process_recv()
312
sizeof(struct
hostif_msg
) < total_len)
in process_recv()
315
cur_pos += payload_len + sizeof(struct
hostif_msg
);
in process_recv()
316
payload += payload_len + sizeof(struct
hostif_msg
);
in process_recv()
366
struct
hostif_msg
*ms
in hid_ishtp_set_feature()
[all...]
H
A
D
ishtp-hid.c
61
unsigned int header_size = sizeof(struct
hostif_msg
);
in ishtp_raw_request()
111
unsigned int header_size = sizeof(struct
hostif_msg
);
in ishtp_hid_request()
H
A
D
ishtp-hid.h
37
struct
hostif_msg
{
struct
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/
H
A
D
ishtp-hid-client.c
40
struct
hostif_msg
*recv_msg = recv_buf;
in report_bad_packet()
69
struct
hostif_msg
*recv_msg;
in process_recv()
88
if (cur_pos + sizeof(struct
hostif_msg
) > total_len) {
in process_recv()
98
recv_msg = (struct
hostif_msg
*)(recv_buf + cur_pos);
in process_recv()
102
if (cur_pos + payload_len + sizeof(struct
hostif_msg
) >
in process_recv()
286
recv_msg = (struct
hostif_msg
*)(reports +
in process_recv()
320
sizeof(struct
hostif_msg
) < total_len)
in process_recv()
323
cur_pos += payload_len + sizeof(struct
hostif_msg
);
in process_recv()
324
payload += payload_len + sizeof(struct
hostif_msg
);
in process_recv()
374
struct
hostif_msg
*ms
in hid_ishtp_set_feature()
[all...]
H
A
D
ishtp-hid.c
61
unsigned int header_size = sizeof(struct
hostif_msg
);
in ishtp_raw_request()
111
unsigned int header_size = sizeof(struct
hostif_msg
);
in ishtp_hid_request()
H
A
D
ishtp-hid.h
32
struct
hostif_msg
{
struct
Completed in 5 milliseconds