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:cros_ish_in_msg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/chrome/
H
A
D
cros_ec_ishtp.c
60
struct
cros_ish_in_msg
{
struct
66
offsetof(struct
cros_ish_in_msg
, ec_response)
225
struct
cros_ish_in_msg
*in_msg =
in process_recv()
226
(struct
cros_ish_in_msg
*)rb_in_proc->buffer.data;
in process_recv()
451
const struct
cros_ish_in_msg
*in_msg,
in prepare_cros_ec_rx()
473
offset = sizeof(struct
cros_ish_in_msg
);
in prepare_cros_ec_rx()
492
struct
cros_ish_in_msg
*in_msg = (struct
cros_ish_in_msg
*)ec_dev->din;
in cros_ec_pkt_xfer_ish()
495
size_t in_size = sizeof(struct
cros_ish_in_msg
) + msg->insize;
in cros_ec_pkt_xfer_ish()
582
ec_dev->din_size = sizeof(struct
cros_ish_in_msg
)
in cros_ec_dev_init()
[all...]
/kernel/linux/linux-6.6/drivers/platform/chrome/
H
A
D
cros_ec_ishtp.c
63
struct
cros_ish_in_msg
{
struct
69
offsetof(struct
cros_ish_in_msg
, ec_response)
224
struct
cros_ish_in_msg
*in_msg =
in process_recv()
225
(struct
cros_ish_in_msg
*)rb_in_proc->buffer.data;
in process_recv()
450
const struct
cros_ish_in_msg
*in_msg,
in prepare_cros_ec_rx()
472
offset = sizeof(struct
cros_ish_in_msg
);
in prepare_cros_ec_rx()
491
struct
cros_ish_in_msg
*in_msg = (struct
cros_ish_in_msg
*)ec_dev->din;
in cros_ec_pkt_xfer_ish()
494
size_t in_size = sizeof(struct
cros_ish_in_msg
) + msg->insize;
in cros_ec_pkt_xfer_ish()
583
ec_dev->din_size = sizeof(struct
cros_ish_in_msg
)
in cros_ec_dev_init()
[all...]
Completed in 3 milliseconds