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:cldma_ctrl
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_hif_cldma.h
73
struct
cldma_ctrl
*md_ctrl;
87
struct
cldma_ctrl
{
struct
114
void t7xx_cldma_hif_hw_init(struct
cldma_ctrl
*md_ctrl);
115
int t7xx_cldma_init(struct
cldma_ctrl
*md_ctrl);
116
void t7xx_cldma_exit(struct
cldma_ctrl
*md_ctrl);
117
void t7xx_cldma_switch_cfg(struct
cldma_ctrl
*md_ctrl);
118
void t7xx_cldma_start(struct
cldma_ctrl
*md_ctrl);
119
int t7xx_cldma_stop(struct
cldma_ctrl
*md_ctrl);
120
void t7xx_cldma_reset(struct
cldma_ctrl
*md_ctrl);
121
void t7xx_cldma_set_recv_skb(struct
cldma_ctrl
*md_ctr
[all...]
H
A
D
t7xx_hif_cldma.c
62
static void md_cd_queue_struct_reset(struct cldma_queue *queue, struct
cldma_ctrl
*md_ctrl,
in md_cd_queue_struct_reset()
73
static void md_cd_queue_struct_init(struct cldma_queue *queue, struct
cldma_ctrl
*md_ctrl,
in md_cd_queue_struct_init()
93
static int t7xx_cldma_alloc_and_map_skb(struct
cldma_ctrl
*md_ctrl, struct cldma_request *req,
in t7xx_cldma_alloc_and_map_skb()
114
struct
cldma_ctrl
*md_ctrl = queue->md_ctrl;
in t7xx_cldma_gpd_rx_from_q()
199
struct
cldma_ctrl
*md_ctrl = queue->md_ctrl;
in t7xx_cldma_gpd_rx_collect()
242
struct
cldma_ctrl
*md_ctrl = queue->md_ctrl;
in t7xx_cldma_rx_done()
260
struct
cldma_ctrl
*md_ctrl = queue->md_ctrl;
in t7xx_cldma_gpd_tx_collect()
301
struct
cldma_ctrl
*md_ctrl = queue->md_ctrl;
in t7xx_cldma_txq_empty_hndl()
338
struct
cldma_ctrl
*md_ctrl = queue->md_ctrl;
in t7xx_cldma_tx_done()
370
static void t7xx_cldma_ring_free(struct
cldma_ctrl
*md_ctr
[all...]
H
A
D
t7xx_modem_ops.h
66
struct
cldma_ctrl
*md_ctrl[CLDMA_NUM];
H
A
D
t7xx_port_proxy.c
220
struct
cldma_ctrl
*md_ctrl;
in t7xx_port_send_raw_skb()
H
A
D
t7xx_state_monitor.c
230
struct
cldma_ctrl
*md_ctrl;
in fsm_routine_stopping()
H
A
D
t7xx_modem_ops.c
260
static void t7xx_cldma_exception(struct
cldma_ctrl
*md_ctrl, enum hif_ex_stage stage)
in t7xx_cldma_exception()
Completed in 5 milliseconds