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:mtk_hsdma_vdesc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/mediatek/
H
A
D
mtk-hsdma.c
123
* struct
mtk_hsdma_vdesc
- This is the struct holding info describing virtual
131
struct
mtk_hsdma_vdesc
{
struct
259
static struct
mtk_hsdma_vdesc
*to_hsdma_vdesc(struct virt_dma_desc *vd)
in to_hsdma_vdesc()
261
return container_of(vd, struct
mtk_hsdma_vdesc
, vd);
in to_hsdma_vdesc()
302
kfree(container_of(vd, struct
mtk_hsdma_vdesc
, vd));
in mtk_hsdma_vdesc_free()
414
struct
mtk_hsdma_vdesc
*hvd)
in mtk_hsdma_issue_pending_vdesc()
504
struct
mtk_hsdma_vdesc
*hvd;
in mtk_hsdma_issue_vchan_pending()
537
struct
mtk_hsdma_vdesc
*hvd;
in mtk_hsdma_free_rooms_in_ring()
682
struct
mtk_hsdma_vdesc
*hvd;
in mtk_hsdma_tx_status()
724
struct
mtk_hsdma_vdesc
*hv
in mtk_hsdma_prep_dma_memcpy()
[all...]
/kernel/linux/linux-6.6/drivers/dma/mediatek/
H
A
D
mtk-hsdma.c
122
* struct
mtk_hsdma_vdesc
- This is the struct holding info describing virtual
130
struct
mtk_hsdma_vdesc
{
struct
258
static struct
mtk_hsdma_vdesc
*to_hsdma_vdesc(struct virt_dma_desc *vd)
in to_hsdma_vdesc()
260
return container_of(vd, struct
mtk_hsdma_vdesc
, vd);
in to_hsdma_vdesc()
301
kfree(container_of(vd, struct
mtk_hsdma_vdesc
, vd));
in mtk_hsdma_vdesc_free()
413
struct
mtk_hsdma_vdesc
*hvd)
in mtk_hsdma_issue_pending_vdesc()
503
struct
mtk_hsdma_vdesc
*hvd;
in mtk_hsdma_issue_vchan_pending()
536
struct
mtk_hsdma_vdesc
*hvd;
in mtk_hsdma_free_rooms_in_ring()
681
struct
mtk_hsdma_vdesc
*hvd;
in mtk_hsdma_tx_status()
723
struct
mtk_hsdma_vdesc
*hv
in mtk_hsdma_prep_dma_memcpy()
[all...]
Completed in 3 milliseconds