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_pl330_chan
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
pl330.c
419
struct
dma_pl330_chan
{
struct
502
struct
dma_pl330_chan
*peripherals; /* keep at end */
541
struct
dma_pl330_chan
*pchan;
1561
struct
dma_pl330_chan
*pch;
in dma_pl330_rqcb()
2029
static inline struct
dma_pl330_chan
*
2035
return container_of(ch, struct
dma_pl330_chan
, chan);
in to_pchan()
2044
static inline void fill_queue(struct
dma_pl330_chan
*pch)
in fill_queue()
2073
struct
dma_pl330_chan
*pch = from_tasklet(pch, t, task);
in pl330_tasklet()
2166
struct
dma_pl330_chan
*pch = to_pchan(chan);
in pl330_alloc_chan_resources()
2207
static void pl330_unprep_slave_fifo(struct
dma_pl330_chan
*pc
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
pl330.c
419
struct
dma_pl330_chan
{
struct
502
struct
dma_pl330_chan
*peripherals; /* keep at end */
541
struct
dma_pl330_chan
*pchan;
1559
struct
dma_pl330_chan
*pch;
in dma_pl330_rqcb()
2027
static inline struct
dma_pl330_chan
*
2033
return container_of(ch, struct
dma_pl330_chan
, chan);
in to_pchan()
2042
static inline void fill_queue(struct
dma_pl330_chan
*pch)
in fill_queue()
2071
struct
dma_pl330_chan
*pch = from_tasklet(pch, t, task);
in pl330_tasklet()
2164
struct
dma_pl330_chan
*pch = to_pchan(chan);
in pl330_alloc_chan_resources()
2205
static void pl330_unprep_slave_fifo(struct
dma_pl330_chan
*pc
[all...]
Completed in 8 milliseconds