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_chan
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
fsl-qdma.c
175
struct
fsl_qdma_chan
{
struct
203
struct
fsl_qdma_chan
*qchan;
221
struct
fsl_qdma_chan
*chans;
294
static struct
fsl_qdma_chan
*to_fsl_qdma_chan(struct dma_chan *chan)
in to_fsl_qdma_chan()
296
return container_of(chan, struct
fsl_qdma_chan
, vchan.chan);
in to_fsl_qdma_chan()
306
struct
fsl_qdma_chan
*fsl_chan = to_fsl_qdma_chan(chan);
in fsl_qdma_free_chan_resources()
455
*fsl_qdma_request_enqueue_desc(struct
fsl_qdma_chan
*fsl_chan)
in fsl_qdma_request_enqueue_desc()
976
struct
fsl_qdma_chan
*fsl_chan = to_fsl_qdma_chan(chan);
in fsl_qdma_prep_memcpy()
988
static void fsl_qdma_enqueue_desc(struct
fsl_qdma_chan
*fsl_chan)
in fsl_qdma_enqueue_desc()
1035
struct
fsl_qdma_chan
*fsl_cha
in fsl_qdma_issue_pending()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
fsl-qdma.c
176
struct
fsl_qdma_chan
{
struct
204
struct
fsl_qdma_chan
*qchan;
222
struct
fsl_qdma_chan
*chans;
295
static struct
fsl_qdma_chan
*to_fsl_qdma_chan(struct dma_chan *chan)
in to_fsl_qdma_chan()
297
return container_of(chan, struct
fsl_qdma_chan
, vchan.chan);
in to_fsl_qdma_chan()
307
struct
fsl_qdma_chan
*fsl_chan = to_fsl_qdma_chan(chan);
in fsl_qdma_free_chan_resources()
457
*fsl_qdma_request_enqueue_desc(struct
fsl_qdma_chan
*fsl_chan)
in fsl_qdma_request_enqueue_desc()
978
struct
fsl_qdma_chan
*fsl_chan = to_fsl_qdma_chan(chan);
in fsl_qdma_prep_memcpy()
990
static void fsl_qdma_enqueue_desc(struct
fsl_qdma_chan
*fsl_chan)
in fsl_qdma_enqueue_desc()
1037
struct
fsl_qdma_chan
*fsl_cha
in fsl_qdma_issue_pending()
[all...]
Completed in 7 milliseconds