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:ringtxcq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ti/
H
A
D
k3-udma-glue.c
45
struct k3_ring *
ringtxcq
;
member
229
req.txcq_qnum = k3_ringacc_get_ring_id(tx_chn->
ringtxcq
);
in k3_udma_glue_cfg_tx_chn()
277
&tx_chn->
ringtxcq
);
in k3_udma_glue_request_tx_chn()
289
ret = k3_ringacc_ring_cfg(tx_chn->
ringtxcq
, &cfg->txcq_cfg);
in k3_udma_glue_request_tx_chn()
342
if (tx_chn->
ringtxcq
)
in k3_udma_glue_release_tx_chn()
343
k3_ringacc_ring_free(tx_chn->
ringtxcq
);
in k3_udma_glue_release_tx_chn()
359
ringtxcq_id = k3_ringacc_get_ring_id(tx_chn->
ringtxcq
);
in k3_udma_glue_push_tx_chn()
371
ret = k3_ringacc_ring_pop(tx_chn->
ringtxcq
, desc_dma);
in k3_udma_glue_pop_tx_chn()
444
if (tx_chn->
ringtxcq
)
in k3_udma_glue_reset_tx_chn()
445
k3_ringacc_ring_reset(tx_chn->
ringtxcq
);
in k3_udma_glue_reset_tx_chn()
[all...]
/kernel/linux/linux-6.6/drivers/dma/ti/
H
A
D
k3-udma-glue.c
48
struct k3_ring *
ringtxcq
;
member
248
req.txcq_qnum = k3_ringacc_get_ring_id(tx_chn->
ringtxcq
);
in k3_udma_glue_cfg_tx_chn()
326
&tx_chn->
ringtxcq
);
in k3_udma_glue_request_tx_chn()
348
ret = k3_ringacc_ring_cfg(tx_chn->
ringtxcq
, &cfg->txcq_cfg);
in k3_udma_glue_request_tx_chn()
388
if (tx_chn->
ringtxcq
)
in k3_udma_glue_release_tx_chn()
389
k3_ringacc_ring_free(tx_chn->
ringtxcq
);
in k3_udma_glue_release_tx_chn()
410
ringtxcq_id = k3_ringacc_get_ring_id(tx_chn->
ringtxcq
);
in k3_udma_glue_push_tx_chn()
422
ret = k3_ringacc_ring_pop(tx_chn->
ringtxcq
, desc_dma);
in k3_udma_glue_pop_tx_chn()
535
k3_ringacc_ring_reset(tx_chn->
ringtxcq
);
in k3_udma_glue_reset_tx_chn()
548
return k3_ringacc_get_ring_id(tx_chn->
ringtxcq
);
in k3_udma_glue_tx_get_txcq_id()
[all...]
Completed in 3 milliseconds