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:fsl_qdma_engine
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
fsl-qdma.c
135
#define FSL_QDMA_BLOCK_BASE_OFFSET(
fsl_qdma_engine
, x) \
136
(((
fsl_qdma_engine
)->block_offset) * (x))
179
struct
fsl_qdma_engine
*qdma;
208
struct
fsl_qdma_engine
{
struct
283
static u32 qdma_readl(struct
fsl_qdma_engine
*qdma, void __iomem *addr)
in qdma_readl()
288
static void qdma_writel(struct
fsl_qdma_engine
*qdma, u32 val,
in qdma_writel()
308
struct
fsl_qdma_engine
*fsl_qdma = fsl_chan->qdma;
in fsl_qdma_free_chan_resources()
483
struct
fsl_qdma_engine
*fsl_qdma)
in fsl_qdma_alloc_queue_resources()
583
static int fsl_qdma_halt(struct
fsl_qdma_engine
*fsl_qdma)
in fsl_qdma_halt()
627
fsl_qdma_queue_transfer_complete(struct
fsl_qdma_engine
*fsl_qdm
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
fsl-qdma.c
136
#define FSL_QDMA_BLOCK_BASE_OFFSET(
fsl_qdma_engine
, x) \
137
(((
fsl_qdma_engine
)->block_offset) * (x))
180
struct
fsl_qdma_engine
*qdma;
209
struct
fsl_qdma_engine
{
struct
284
static u32 qdma_readl(struct
fsl_qdma_engine
*qdma, void __iomem *addr)
in qdma_readl()
289
static void qdma_writel(struct
fsl_qdma_engine
*qdma, u32 val,
in qdma_writel()
309
struct
fsl_qdma_engine
*fsl_qdma = fsl_chan->qdma;
in fsl_qdma_free_chan_resources()
485
struct
fsl_qdma_engine
*fsl_qdma)
in fsl_qdma_alloc_queue_resources()
585
static int fsl_qdma_halt(struct
fsl_qdma_engine
*fsl_qdma)
in fsl_qdma_halt()
629
fsl_qdma_queue_transfer_complete(struct
fsl_qdma_engine
*fsl_qdm
[all...]
Completed in 4 milliseconds