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:rflow_cnt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ti/
H
A
D
k3-udma.c
144
int
rflow_cnt
;
member
1139
if (tmp_from + cnt > ud->
rflow_cnt
)
in __udma_alloc_gp_rflow_range()
1143
ud->
rflow_cnt
);
in __udma_alloc_gp_rflow_range()
1146
ud->
rflow_cnt
,
in __udma_alloc_gp_rflow_range()
1148
if (start >= ud->
rflow_cnt
)
in __udma_alloc_gp_rflow_range()
1162
if (from + cnt > ud->
rflow_cnt
)
in __udma_free_gp_rflow_range()
1178
if (id < 0 || id >= ud->
rflow_cnt
)
in __udma_get_rflow()
3192
ud->
rflow_cnt
= UDMA_CAP3_RFLOW_CNT(cap3);
in udma_setup_resources()
3226
ud->rflow_gp_map = devm_kmalloc_array(dev, BITS_TO_LONGS(ud->
rflow_cnt
),
in udma_setup_resources()
3230
BITS_TO_LONGS(ud->
rflow_cnt
),
in udma_setup_resources()
[all...]
/kernel/linux/linux-6.6/drivers/dma/ti/
H
A
D
k3-udma.c
195
int
rflow_cnt
;
member
1266
if (tmp_from + cnt > ud->
rflow_cnt
)
in __udma_alloc_gp_rflow_range()
1270
ud->
rflow_cnt
);
in __udma_alloc_gp_rflow_range()
1273
ud->
rflow_cnt
,
in __udma_alloc_gp_rflow_range()
1275
if (start >= ud->
rflow_cnt
)
in __udma_alloc_gp_rflow_range()
1289
if (from + cnt > ud->
rflow_cnt
)
in __udma_free_gp_rflow_range()
1305
if (id < 0 || id >= ud->
rflow_cnt
)
in __udma_get_rflow()
4467
ud->
rflow_cnt
= UDMA_CAP3_RFLOW_CNT(cap3);
in udma_get_mmrs()
4476
ud->
rflow_cnt
= ud->rchan_cnt;
in udma_get_mmrs()
4482
ud->
rflow_cnt
in udma_get_mmrs()
[all...]
Completed in 15 milliseconds