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
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
at_xdmac.c
242
struct
at_xdmac
{
struct
310
static inline void __iomem *at_xdmac_chan_reg_base(struct
at_xdmac
*atxdmac, unsigned int chan_nb)
in at_xdmac_chan_reg_base()
332
static inline struct
at_xdmac
*to_at_xdmac(struct dma_device *ddev)
in to_at_xdmac()
334
return container_of(ddev, struct
at_xdmac
, dma);
in to_at_xdmac()
375
struct
at_xdmac
*atxdmac = to_at_xdmac(atchan->chan.device);
in at_xdmac_runtime_suspend_descriptors()
389
struct
at_xdmac
*atxdmac = to_at_xdmac(atchan->chan.device);
in at_xdmac_runtime_resume_descriptors()
407
struct
at_xdmac
*atxdmac = to_at_xdmac(atchan->chan.device);
in at_xdmac_chan_is_enabled()
422
static void at_xdmac_off(struct
at_xdmac
*atxdmac, bool suspend_descriptors)
in at_xdmac_off()
457
struct
at_xdmac
*atxdmac = to_at_xdmac(atchan->chan.device);
in at_xdmac_start_xfer()
568
struct
at_xdmac
*atxdma
in at_xdmac_alloc_desc()
[all...]
H
A
D
Makefile
22
obj-$(CONFIG_AT_XDMAC) +=
at_xdmac
.o
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
at_xdmac.c
209
struct
at_xdmac
{
struct
249
static inline void __iomem *at_xdmac_chan_reg_base(struct
at_xdmac
*atxdmac, unsigned int chan_nb)
in at_xdmac_chan_reg_base()
271
static inline struct
at_xdmac
*to_at_xdmac(struct dma_device *ddev)
in to_at_xdmac()
273
return container_of(ddev, struct
at_xdmac
, dma);
in to_at_xdmac()
323
static void at_xdmac_off(struct
at_xdmac
*atxdmac)
in at_xdmac_off()
338
struct
at_xdmac
*atxdmac = to_at_xdmac(atchan->chan.device);
in at_xdmac_start_xfer()
443
struct
at_xdmac
*atxdmac = to_at_xdmac(chan->device);
in at_xdmac_alloc_desc()
513
struct
at_xdmac
*atxdmac = of_dma->of_dma_data;
in at_xdmac_xlate()
1399
struct
at_xdmac
*atxdmac = to_at_xdmac(atchan->chan.device);
in at_xdmac_tx_status()
1574
struct
at_xdmac
*atxdma
in at_xdmac_handle_error()
[all...]
Completed in 6 milliseconds