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:adgh
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H
A
D
iosm_ipc_mux_codec.c
435
struct mux_adgh *
adgh
;
in ipc_mux_dl_adgh_decode()
local
440
adgh
= (struct mux_adgh *)block;
in ipc_mux_dl_adgh_decode()
442
if (
adgh
->signature != cpu_to_le32(IOSM_AGGR_MUX_SIG_ADGH)) {
in ipc_mux_dl_adgh_decode()
447
if_id =
adgh
->if_id;
in ipc_mux_dl_adgh_decode()
471
packet_offset = sizeof(*
adgh
) + pad_len;
in ipc_mux_dl_adgh_decode()
474
adgh_len = le16_to_cpu(
adgh
->length);
in ipc_mux_dl_adgh_decode()
478
adgh
->service_class, skb,
in ipc_mux_dl_adgh_decode()
481
dev_err(ipc_mux->dev, "mux
adgh
decoding error");
in ipc_mux_dl_adgh_decode()
763
ul_adb->
adgh
= (struct mux_adgh *)skb->data;
in ipc_mux_ul_skb_alloc()
764
memset(ul_adb->
adgh
,
in ipc_mux_ul_skb_alloc()
[all...]
H
A
D
iosm_ipc_mux_codec.h
255
* @
adgh
: Aggregated Datagram Header pointer
259
struct mux_adgh *
adgh
;
member
H
A
D
iosm_ipc_mux.h
258
* @
adgh
: ADGH pointer
275
struct mux_adgh *
adgh
;
member
Completed in 3 milliseconds