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:at_xdmac_chan
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
at_xdmac.c
184
struct
at_xdmac_chan
{
struct
217
struct
at_xdmac_chan
chan[];
261
static inline struct
at_xdmac_chan
*to_at_xdmac_chan(struct dma_chan *dchan)
in to_at_xdmac_chan()
263
return container_of(dchan, struct
at_xdmac_chan
, chan);
in to_at_xdmac_chan()
281
static inline int at_xdmac_chan_is_cyclic(struct
at_xdmac_chan
*atchan)
in at_xdmac_chan_is_cyclic()
286
static inline int at_xdmac_chan_is_paused(struct
at_xdmac_chan
*atchan)
in at_xdmac_chan_is_paused()
318
static bool at_xdmac_chan_is_enabled(struct
at_xdmac_chan
*atchan)
in at_xdmac_chan_is_enabled()
335
static void at_xdmac_start_xfer(struct
at_xdmac_chan
*atchan,
in at_xdmac_start_xfer()
423
struct
at_xdmac_chan
*atchan = to_at_xdmac_chan(tx->chan);
in at_xdmac_tx_submit()
467
static struct at_xdmac_desc *at_xdmac_get_desc(struct
at_xdmac_chan
*atcha
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
at_xdmac.c
217
struct
at_xdmac_chan
{
struct
252
struct
at_xdmac_chan
chan[];
322
static inline struct
at_xdmac_chan
*to_at_xdmac_chan(struct dma_chan *dchan)
in to_at_xdmac_chan()
324
return container_of(dchan, struct
at_xdmac_chan
, chan);
in to_at_xdmac_chan()
342
static inline int at_xdmac_chan_is_cyclic(struct
at_xdmac_chan
*atchan)
in at_xdmac_chan_is_cyclic()
347
static inline int at_xdmac_chan_is_paused(struct
at_xdmac_chan
*atchan)
in at_xdmac_chan_is_paused()
352
static inline int at_xdmac_chan_is_paused_internal(struct
at_xdmac_chan
*atchan)
in at_xdmac_chan_is_paused_internal()
373
static void at_xdmac_runtime_suspend_descriptors(struct
at_xdmac_chan
*atchan)
in at_xdmac_runtime_suspend_descriptors()
387
static int at_xdmac_runtime_resume_descriptors(struct
at_xdmac_chan
*atchan)
in at_xdmac_runtime_resume_descriptors()
405
static bool at_xdmac_chan_is_enabled(struct
at_xdmac_chan
*atcha
[all...]
Completed in 6 milliseconds