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:dma_reqs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
stm32-dmamux.c
46
u32
dma_reqs
[]; /* Number of DMA Request per DMA masters.
member
123
for (i = 1, min = 0, max = dmamux->
dma_reqs
[i];
in stm32_dmamux_route_allocate()
124
i <= dmamux->
dma_reqs
[0];
in stm32_dmamux_route_allocate()
125
min += dmamux->
dma_reqs
[i], max += dmamux->
dma_reqs
[++i])
in stm32_dmamux_route_allocate()
214
&stm32_dmamux->
dma_reqs
[i])) {
in stm32_dmamux_probe()
218
stm32_dmamux->
dma_reqs
[i] =
in stm32_dmamux_probe()
221
dma_req += stm32_dmamux->
dma_reqs
[i];
in stm32_dmamux_probe()
231
stm32_dmamux->
dma_reqs
[0] = count;
in stm32_dmamux_probe()
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
stm32-dmamux.c
48
u32
dma_reqs
[]; /* Number of DMA Request per DMA masters.
member
125
for (i = 1, min = 0, max = dmamux->
dma_reqs
[i];
in stm32_dmamux_route_allocate()
126
i <= dmamux->
dma_reqs
[0];
in stm32_dmamux_route_allocate()
127
min += dmamux->
dma_reqs
[i], max += dmamux->
dma_reqs
[++i])
in stm32_dmamux_route_allocate()
215
&stm32_dmamux->
dma_reqs
[i])) {
in stm32_dmamux_probe()
219
stm32_dmamux->
dma_reqs
[i] =
in stm32_dmamux_probe()
222
dma_req += stm32_dmamux->
dma_reqs
[i];
in stm32_dmamux_probe()
232
stm32_dmamux->
dma_reqs
[0] = count;
in stm32_dmamux_probe()
Completed in 3 milliseconds