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:cmdh
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H
A
D
iosm_ipc_mux_codec.c
75
struct mux_cmdh *
cmdh
;
in ipc_mux_acb_add_cmd()
local
80
cmdh
= (struct mux_cmdh *)
in ipc_mux_acb_add_cmd()
83
cmdh
->signature = cpu_to_le32(MUX_SIG_CMDH);
in ipc_mux_acb_add_cmd()
84
cmdh
->command_type = cpu_to_le32(cmd);
in ipc_mux_acb_add_cmd()
85
cmdh
->if_id = acb->if_id;
in ipc_mux_acb_add_cmd()
88
cmdh
->cmd_len = cpu_to_le16(offsetof(struct mux_cmdh, param) +
in ipc_mux_acb_add_cmd()
90
cmdh
->transaction_id = cpu_to_le32(ipc_mux->tx_transaction_id++);
in ipc_mux_acb_add_cmd()
92
memcpy(&
cmdh
->param, param, param_size);
in ipc_mux_acb_add_cmd()
95
le16_to_cpu(
cmdh
->cmd_len));
in ipc_mux_acb_add_cmd()
97
return
cmdh
;
in ipc_mux_acb_add_cmd()
105
struct mux_lite_
cmdh
*
cmdh
= (struct mux_lite_
cmdh
*)acb->skb->data;
ipc_mux_lite_add_cmd()
local
150
union mux_type_
cmdh
cmdh
;
ipc_mux_dl_acb_send_cmds()
local
317
struct mux_lite_
cmdh
*
cmdh
= (struct mux_lite_
cmdh
*)skb->data;
ipc_mux_dl_cmd_decode()
local
487
ipc_mux_dl_acbcmd_decode(struct iosm_mux *ipc_mux, struct mux_
cmdh
*
cmdh
, int size)
ipc_mux_dl_acbcmd_decode()
argument
521
struct mux_
cmdh
*
cmdh
;
ipc_mux_dl_acb_decode()
local
[all...]
Completed in 2 milliseconds