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:mux_cmdh
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H
A
D
iosm_ipc_mux_codec.h
89
* struct
mux_cmdh
- Structure of Command Header.
100
struct
mux_cmdh
{
struct
250
struct
mux_cmdh
*ack_aggr;
H
A
D
iosm_ipc_mux_codec.c
71
static struct
mux_cmdh
*ipc_mux_acb_add_cmd(struct iosm_mux *ipc_mux, u32 cmd,
in ipc_mux_acb_add_cmd()
75
struct
mux_cmdh
*cmdh;
in ipc_mux_acb_add_cmd()
80
cmdh = (struct
mux_cmdh
*)
in ipc_mux_acb_add_cmd()
88
cmdh->cmd_len = cpu_to_le16(offsetof(struct
mux_cmdh
, param) +
in ipc_mux_acb_add_cmd()
488
struct
mux_cmdh
*cmdh, int size)
in ipc_mux_dl_acbcmd_decode()
521
struct
mux_cmdh
*cmdh;
in ipc_mux_dl_acb_decode()
531
sizeof(struct
mux_cmdh
));
in ipc_mux_dl_acb_decode()
534
cmdh = (struct
mux_cmdh
*)&block[next_cmd_index];
in ipc_mux_dl_acb_decode()
540
size = offsetof(struct
mux_cmdh
, param) +
in ipc_mux_dl_acb_decode()
Completed in 3 milliseconds