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_running
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-pxa2xx-dma.c
29
* by using ->
dma_running
.
in pxa2xx_spi_dma_transfer_complete()
31
if (atomic_dec_and_test(&drv_data->
dma_running
)) {
in pxa2xx_spi_dma_transfer_complete()
181
atomic_set(&drv_data->
dma_running
, 1);
in pxa2xx_spi_dma_start()
186
atomic_set(&drv_data->
dma_running
, 0);
in pxa2xx_spi_dma_stop()
H
A
D
spi-pxa2xx.h
47
atomic_t
dma_running
;
member
H
A
D
spi-pl022.c
364
* @
dma_running
: indicates whether DMA is in operation
398
bool
dma_running
;
member
1089
pl022->
dma_running
= true;
in configure_dma()
1207
pl022->
dma_running
= false;
in terminate_dma()
1212
if (pl022->
dma_running
)
in pl022_dma_remove()
H
A
D
spi-pxa2xx.c
1186
* the
dma_running
already, which is fine as stopping is not needed
in pxa2xx_spi_handle_err()
1191
if (atomic_read(&drv_data->
dma_running
))
in pxa2xx_spi_handle_err()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-pxa2xx-dma.c
29
* by using
dma_running
.
in pxa2xx_spi_dma_transfer_complete()
31
if (atomic_dec_and_test(&drv_data->
dma_running
)) {
in pxa2xx_spi_dma_transfer_complete()
172
atomic_set(&drv_data->
dma_running
, 1);
in pxa2xx_spi_dma_start()
177
atomic_set(&drv_data->
dma_running
, 0);
in pxa2xx_spi_dma_stop()
H
A
D
spi-pxa2xx.h
41
atomic_t
dma_running
;
member
H
A
D
spi-pl022.c
363
* @
dma_running
: indicates whether DMA is in operation
397
bool
dma_running
;
member
1080
pl022->
dma_running
= true;
in configure_dma()
1198
pl022->
dma_running
= false;
in terminate_dma()
1203
if (pl022->
dma_running
)
in pl022_dma_remove()
H
A
D
spi-pxa2xx.c
1145
* the
dma_running
already, which is fine as stopping is not needed
in pxa2xx_spi_handle_err()
1150
if (atomic_read(&drv_data->
dma_running
))
in pxa2xx_spi_handle_err()
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H
A
D
saa7134-alsa.c
92
dev->dmasound.
dma_running
= 0;
in saa7134_dma_stop()
108
dev->dmasound.
dma_running
= 1;
in saa7134_dma_start()
H
A
D
saa7134-core.c
421
if (dev->dmasound.
dma_running
) {
in saa7134_set_dmabits()
1474
dev->dmasound.
dma_running
= 0;
in saa7134_resume()
H
A
D
saa7134.h
504
unsigned int
dma_running
;
member
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
H
A
D
saa7134-alsa.c
92
dev->dmasound.
dma_running
= 0;
in saa7134_dma_stop()
108
dev->dmasound.
dma_running
= 1;
in saa7134_dma_start()
H
A
D
saa7134-core.c
411
if (dev->dmasound.
dma_running
) {
in saa7134_set_dmabits()
1446
dev->dmasound.
dma_running
= 0;
in saa7134_resume()
H
A
D
saa7134.h
504
unsigned int
dma_running
;
member
Completed in 22 milliseconds