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_intr_handler
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/atmel/
H
A
D
atmel-pcm.h
52
* PDC DMA operation. All fields except
dma_intr_handler
() are initialized
53
* by the interface. The
dma_intr_handler
() pointer is set by the PCM
64
void (*
dma_intr_handler
)(u32, struct snd_pcm_substream *);
member
H
A
D
atmel-pcm-dma.c
100
prtd->
dma_intr_handler
= atmel_pcm_dma_irq;
in atmel_pcm_configure_dma()
H
A
D
atmel-pcm-pdc.c
217
prtd->params->
dma_intr_handler
= atmel_pcm_dma_irq;
in atmel_pcm_hw_params()
241
prtd->params->
dma_intr_handler
= NULL;
in atmel_pcm_hw_free()
H
A
D
atmel_ssc_dai.c
160
(dma_params->
dma_intr_handler
!= NULL)) {
in atmel_ssc_interrupt()
164
dma_params->
dma_intr_handler
(ssc_sr,
in atmel_ssc_interrupt()
/kernel/linux/linux-6.6/sound/soc/atmel/
H
A
D
atmel-pcm.h
52
* PDC DMA operation. All fields except
dma_intr_handler
() are initialized
53
* by the interface. The
dma_intr_handler
() pointer is set by the PCM
64
void (*
dma_intr_handler
)(u32, struct snd_pcm_substream *);
member
H
A
D
atmel-pcm-pdc.c
149
prtd->params->
dma_intr_handler
= atmel_pcm_dma_irq;
in atmel_pcm_hw_params()
173
prtd->params->
dma_intr_handler
= NULL;
in atmel_pcm_hw_free()
H
A
D
atmel-pcm-dma.c
100
prtd->
dma_intr_handler
= atmel_pcm_dma_irq;
in atmel_pcm_configure_dma()
H
A
D
atmel_ssc_dai.c
160
(dma_params->
dma_intr_handler
!= NULL)) {
in atmel_ssc_interrupt()
164
dma_params->
dma_intr_handler
(ssc_sr,
in atmel_ssc_interrupt()
Completed in 6 milliseconds