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:udmax
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/ti/
H
A
D
k3-udma-glue.c
27
struct udma_dev *
udmax
;
member
104
common->
udmax
= of_xudma_dev_get(udmax_np, NULL);
in of_k3_udma_glue_parse()
105
if (IS_ERR(common->
udmax
))
in of_k3_udma_glue_parse()
106
return PTR_ERR(common->
udmax
);
in of_k3_udma_glue_parse()
108
common->ringacc = xudma_get_ringacc(common->
udmax
);
in of_k3_udma_glue_parse()
109
common->tisci_rm = xudma_dev_get_tisci_rm(common->
udmax
);
in of_k3_udma_glue_parse()
140
if (dma_spec.args[1] > 2 && !xudma_is_pktdma(common->
udmax
)) {
in of_k3_udma_glue_parse_chn()
146
if (dma_spec.args[1] > 15 && xudma_is_pktdma(common->
udmax
)) {
in of_k3_udma_glue_parse_chn()
281
if (xudma_is_pktdma(tx_chn->common.
udmax
))
in k3_udma_glue_request_tx_chn()
287
tx_chn->udma_tchanx = xudma_tchan_get(tx_chn->common.
udmax
,
in k3_udma_glue_request_tx_chn()
[all...]
/kernel/linux/linux-5.10/drivers/dma/ti/
H
A
D
k3-udma-glue.c
25
struct udma_dev *
udmax
;
member
94
common->
udmax
= of_xudma_dev_get(udmax_np, NULL);
in of_k3_udma_glue_parse()
95
if (IS_ERR(common->
udmax
))
in of_k3_udma_glue_parse()
96
return PTR_ERR(common->
udmax
);
in of_k3_udma_glue_parse()
98
common->tisci_rm = xudma_dev_get_tisci_rm(common->
udmax
);
in of_k3_udma_glue_parse()
263
tx_chn->udma_tchanx = xudma_tchan_get(tx_chn->common.
udmax
, -1);
in k3_udma_glue_request_tx_chn()
297
xudma_dev_get_psil_base(tx_chn->common.
udmax
) +
in k3_udma_glue_request_tx_chn()
306
ret = xudma_navss_psil_pair(tx_chn->common.
udmax
,
in k3_udma_glue_request_tx_chn()
332
xudma_navss_psil_unpair(tx_chn->common.
udmax
,
in k3_udma_glue_release_tx_chn()
339
xudma_tchan_put(tx_chn->common.
udmax
,
in k3_udma_glue_release_tx_chn()
[all...]
Completed in 3 milliseconds