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_vchan
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/mediatek/
H
A
D
mtk-hsdma.c
192
* struct
mtk_hsdma_vchan
- This is the struct holding info describing virtual
200
struct
mtk_hsdma_vchan
{
struct
239
struct
mtk_hsdma_vchan
*vc;
254
static inline struct
mtk_hsdma_vchan
*to_hsdma_vchan(struct dma_chan *chan)
in to_hsdma_vchan()
256
return container_of(chan, struct
mtk_hsdma_vchan
, vc.chan);
in to_hsdma_vchan()
496
struct
mtk_hsdma_vchan
*hvc)
in mtk_hsdma_issue_vchan_pending()
535
struct
mtk_hsdma_vchan
*hvc;
in mtk_hsdma_free_rooms_in_ring()
663
struct
mtk_hsdma_vchan
*hvc = to_hsdma_vchan(c);
in mtk_hsdma_find_active_desc()
681
struct
mtk_hsdma_vchan
*hvc = to_hsdma_vchan(c);
in mtk_hsdma_tx_status()
709
struct
mtk_hsdma_vchan
*hv
in mtk_hsdma_issue_pending()
[all...]
/kernel/linux/linux-6.6/drivers/dma/mediatek/
H
A
D
mtk-hsdma.c
191
* struct
mtk_hsdma_vchan
- This is the struct holding info describing virtual
199
struct
mtk_hsdma_vchan
{
struct
238
struct
mtk_hsdma_vchan
*vc;
253
static inline struct
mtk_hsdma_vchan
*to_hsdma_vchan(struct dma_chan *chan)
in to_hsdma_vchan()
255
return container_of(chan, struct
mtk_hsdma_vchan
, vc.chan);
in to_hsdma_vchan()
495
struct
mtk_hsdma_vchan
*hvc)
in mtk_hsdma_issue_vchan_pending()
534
struct
mtk_hsdma_vchan
*hvc;
in mtk_hsdma_free_rooms_in_ring()
662
struct
mtk_hsdma_vchan
*hvc = to_hsdma_vchan(c);
in mtk_hsdma_find_active_desc()
680
struct
mtk_hsdma_vchan
*hvc = to_hsdma_vchan(c);
in mtk_hsdma_tx_status()
708
struct
mtk_hsdma_vchan
*hv
in mtk_hsdma_issue_pending()
[all...]
Completed in 3 milliseconds