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:rx_dma_active
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-bcm2835.c
114
* @
rx_dma_active
: whether a RX DMA descriptor is in progress
149
unsigned int
rx_dma_active
;
member
606
bs->
rx_dma_active
= false;
in bcm2835_spi_dma_rx_done()
640
if (cmpxchg(&bs->
rx_dma_active
, true, false))
in bcm2835_spi_dma_tx_done()
818
bs->
rx_dma_active
= true;
in bcm2835_spi_transfer_one_dma()
826
cmpxchg(&bs->
rx_dma_active
, true, false)) {
in bcm2835_spi_transfer_one_dma()
1183
bs->
rx_dma_active
= false;
in bcm2835_spi_handle_err()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-bcm2835.c
111
* @
rx_dma_active
: whether a RX DMA descriptor is in progress
140
unsigned int
rx_dma_active
;
member
615
bs->
rx_dma_active
= false;
in bcm2835_spi_dma_rx_done()
648
if (cmpxchg(&bs->
rx_dma_active
, true, false))
in bcm2835_spi_dma_tx_done()
826
bs->
rx_dma_active
= true;
in bcm2835_spi_transfer_one_dma()
834
cmpxchg(&bs->
rx_dma_active
, true, false)) {
in bcm2835_spi_transfer_one_dma()
1151
bs->
rx_dma_active
= false;
in bcm2835_spi_handle_err()
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
serial-tegra.c
144
bool
rx_dma_active
;
member
741
tup->
rx_dma_active
= false;
in tegra_uart_rx_dma_complete()
757
if (!tup->
rx_dma_active
) {
in tegra_uart_terminate_rx_dma()
767
tup->
rx_dma_active
= false;
in tegra_uart_terminate_rx_dma()
786
if (tup->
rx_dma_active
)
in tegra_uart_start_rx_dma()
797
tup->
rx_dma_active
= true;
in tegra_uart_start_rx_dma()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
serial-tegra.c
148
bool
rx_dma_active
;
member
743
tup->
rx_dma_active
= false;
in tegra_uart_rx_dma_complete()
759
if (!tup->
rx_dma_active
) {
in tegra_uart_terminate_rx_dma()
769
tup->
rx_dma_active
= false;
in tegra_uart_terminate_rx_dma()
788
if (tup->
rx_dma_active
)
in tegra_uart_start_rx_dma()
799
tup->
rx_dma_active
= true;
in tegra_uart_start_rx_dma()
Completed in 9 milliseconds