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:ddma_memid
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-au1550.c
88
static int
ddma_memid
; /* id to above mem dma device */
variable
767
if (usedma &&
ddma_memid
) {
in au1550_spi_probe()
808
hw->dma_tx_ch = au1xxx_dbdma_chan_alloc(
ddma_memid
,
in au1550_spi_probe()
827
ddma_memid
, NULL, (void *)hw);
in au1550_spi_probe()
973
ddma_memid
= au1xxx_ddma_add_device(&au1550_spi_mem_dbdev);
in au1550_spi_init()
974
if (!
ddma_memid
)
in au1550_spi_init()
984
if (usedma &&
ddma_memid
)
in au1550_spi_exit()
985
au1xxx_ddma_del_device(
ddma_memid
);
in au1550_spi_exit()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-au1550.c
87
static int
ddma_memid
; /* id to above mem dma device */
variable
768
if (usedma &&
ddma_memid
) {
in au1550_spi_probe()
809
hw->dma_tx_ch = au1xxx_dbdma_chan_alloc(
ddma_memid
,
in au1550_spi_probe()
828
ddma_memid
, NULL, (void *)hw);
in au1550_spi_probe()
974
ddma_memid
= au1xxx_ddma_add_device(&au1550_spi_mem_dbdev);
in au1550_spi_init()
975
if (!
ddma_memid
)
in au1550_spi_init()
984
if (usedma &&
ddma_memid
)
in au1550_spi_exit()
985
au1xxx_ddma_del_device(
ddma_memid
);
in au1550_spi_exit()
Completed in 3 milliseconds