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:tegra_dma_desc
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
tegra186-gpc-dma.c
212
*
tegra_dma_desc
: Tegra DMA descriptors which uses virt_dma_desc to
216
struct
tegra_dma_desc
{
struct
239
struct
tegra_dma_desc
*dma_desc;
276
static inline struct
tegra_dma_desc
*vd_to_tegra_dma_desc(struct virt_dma_desc *vd)
in vd_to_tegra_dma_desc()
278
return container_of(vd, struct
tegra_dma_desc
, vd);
in vd_to_tegra_dma_desc()
360
kfree(container_of(vd, struct
tegra_dma_desc
, vd));
in tegra_dma_desc_free()
473
struct
tegra_dma_desc
*dma_desc = tdc->dma_desc;
in tegra_dma_configure_next_sg()
507
struct
tegra_dma_desc
*dma_desc = tdc->dma_desc;
in tegra_dma_start()
593
struct
tegra_dma_desc
*dma_desc = tdc->dma_desc;
in tegra_dma_isr()
730
struct
tegra_dma_desc
*dma_des
in tegra_dma_get_residual()
[all...]
H
A
D
tegra20-apb-dma.c
154
struct
tegra_dma_desc
*dma_desc;
159
*
tegra_dma_desc
: Tegra DMA descriptors which manages the client requests.
163
struct
tegra_dma_desc
{
struct
251
static inline struct
tegra_dma_desc
*
254
return container_of(td, struct
tegra_dma_desc
, txd);
in txd_to_tegra_dma_desc()
265
static struct
tegra_dma_desc
*tegra_dma_desc_get(struct tegra_dma_channel *tdc)
in tegra_dma_desc_get()
267
struct
tegra_dma_desc
*dma_desc;
in tegra_dma_desc_get()
297
struct
tegra_dma_desc
*dma_desc)
in tegra_dma_desc_put()
522
struct
tegra_dma_desc
*dma_desc;
in tegra_dma_abort_all()
573
struct
tegra_dma_desc
*dma_des
in handle_once_dma_done()
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
tegra20-apb-dma.c
155
struct
tegra_dma_desc
*dma_desc;
160
*
tegra_dma_desc
: Tegra DMA descriptors which manages the client requests.
164
struct
tegra_dma_desc
{
struct
257
static inline struct
tegra_dma_desc
*
260
return container_of(td, struct
tegra_dma_desc
, txd);
in txd_to_tegra_dma_desc()
271
static struct
tegra_dma_desc
*tegra_dma_desc_get(struct tegra_dma_channel *tdc)
in tegra_dma_desc_get()
273
struct
tegra_dma_desc
*dma_desc;
in tegra_dma_desc_get()
303
struct
tegra_dma_desc
*dma_desc)
in tegra_dma_desc_put()
534
struct
tegra_dma_desc
*dma_desc;
in tegra_dma_abort_all()
585
struct
tegra_dma_desc
*dma_des
in handle_once_dma_done()
[all...]
Completed in 8 milliseconds