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:trig_mdma
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
stm32-dma.c
224
bool
trig_mdma
;
member
409
chan->
trig_mdma
= true;
in stm32_dma_slave_config()
588
if (chan->
trig_mdma
&& chan->dma_sconfig.direction != DMA_MEM_TO_DEV)
in stm32_dma_start_transfer()
742
if (chan->
trig_mdma
)
in stm32_dma_handle_chan_done()
1116
if (chan->
trig_mdma
&& sg_len > 1) {
in stm32_dma_prep_slave_sg()
1142
if (chan->
trig_mdma
)
in stm32_dma_prep_slave_sg()
1231
if (chan->
trig_mdma
)
in stm32_dma_prep_dma_cyclic()
1234
if (!chan->
trig_mdma
)
in stm32_dma_prep_dma_cyclic()
1396
if ((chan->desc->cyclic || chan->
trig_mdma
) && !stm32_dma_is_current_sg(chan)) {
in stm32_dma_desc_residue()
1400
if (!chan->
trig_mdma
)
in stm32_dma_desc_residue()
[all...]
Completed in 3 milliseconds