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:ul_adb
(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
707
struct mux_adb *
ul_adb
, u32 type)
in ipc_mux_ul_skb_alloc()
710
struct sk_buff *skb = skb_dequeue(&
ul_adb
->free_list);
in ipc_mux_ul_skb_alloc()
725
ul_adb
->dest_skb = skb;
in ipc_mux_ul_skb_alloc()
726
ul_adb
->buf = skb->data;
in ipc_mux_ul_skb_alloc()
727
ul_adb
->size = IPC_MEM_MAX_ADB_BUF_SIZE;
in ipc_mux_ul_skb_alloc()
730
ul_adb
->if_cnt = 0;
in ipc_mux_ul_skb_alloc()
731
ul_adb
->payload_size = 0;
in ipc_mux_ul_skb_alloc()
732
ul_adb
->dg_cnt_total = 0;
in ipc_mux_ul_skb_alloc()
735
ul_adb
->adbh = (struct mux_adbh *)
ul_adb
in ipc_mux_ul_skb_alloc()
706
ipc_mux_ul_skb_alloc(struct iosm_mux *ipc_mux, struct mux_adb *
ul_adb
, u32 type)
ipc_mux_ul_skb_alloc()
argument
789
struct mux_adb *
ul_adb
= &ipc_mux->
ul_adb
;
ipc_mux_ul_adgh_finish()
local
823
ipc_mux_ul_encode_adth(struct iosm_mux *ipc_mux, struct mux_adb *
ul_adb
, int *out_offset)
ipc_mux_ul_encode_adth()
argument
873
struct mux_adb *
ul_adb
;
ipc_mux_ul_adb_finish()
local
[all...]
H
A
D
iosm_ipc_mux.c
302
free_list = &ipc_mux->
ul_adb
.free_list;
in ipc_mux_init()
311
ipc_mux->
ul_adb
.dest_skb = NULL;
in ipc_mux_init()
330
ipc_mux->
ul_adb
.pp_qlt[i] = kzalloc(qlt_size,
in ipc_mux_init()
332
if (!ipc_mux->
ul_adb
.pp_qlt[i]) {
in ipc_mux_init()
334
kfree(ipc_mux->
ul_adb
.pp_qlt[j]);
in ipc_mux_init()
471
free_list = &ipc_mux->
ul_adb
.free_list;
in ipc_mux_deinit()
H
A
D
iosm_ipc_mux.h
329
* @
ul_adb
: State of the UL ADB/ADGH.
363
struct mux_adb
ul_adb
;
member
Completed in 3 milliseconds