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:cur_tptr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/mediatek/
H
A
D
mtk-hsdma.c
162
* @
cur_tptr
: Pointer to the next free descriptor used by the host
171
u16
cur_tptr
;
member
335
ring->
cur_tptr
= 0;
in mtk_hsdma_alloc_pchan()
361
mtk_dma_write(hsdma, MTK_HSDMA_TX_CPU, ring->
cur_tptr
);
in mtk_hsdma_alloc_pchan()
450
txd = &ring->txd[ring->
cur_tptr
];
in mtk_hsdma_issue_pending_vdesc()
455
rxd = &ring->rxd[ring->
cur_tptr
];
in mtk_hsdma_issue_pending_vdesc()
460
ring->cb[ring->
cur_tptr
].vd = &hvd->vd;
in mtk_hsdma_issue_pending_vdesc()
463
ring->
cur_tptr
= MTK_HSDMA_NEXT_DESP_IDX(ring->
cur_tptr
,
in mtk_hsdma_issue_pending_vdesc()
477
prev = MTK_HSDMA_LAST_DESP_IDX(ring->
cur_tptr
, MTK_DMA_SIZ
in mtk_hsdma_issue_pending_vdesc()
[all...]
/kernel/linux/linux-6.6/drivers/dma/mediatek/
H
A
D
mtk-hsdma.c
161
* @
cur_tptr
: Pointer to the next free descriptor used by the host
170
u16
cur_tptr
;
member
334
ring->
cur_tptr
= 0;
in mtk_hsdma_alloc_pchan()
360
mtk_dma_write(hsdma, MTK_HSDMA_TX_CPU, ring->
cur_tptr
);
in mtk_hsdma_alloc_pchan()
449
txd = &ring->txd[ring->
cur_tptr
];
in mtk_hsdma_issue_pending_vdesc()
454
rxd = &ring->rxd[ring->
cur_tptr
];
in mtk_hsdma_issue_pending_vdesc()
459
ring->cb[ring->
cur_tptr
].vd = &hvd->vd;
in mtk_hsdma_issue_pending_vdesc()
462
ring->
cur_tptr
= MTK_HSDMA_NEXT_DESP_IDX(ring->
cur_tptr
,
in mtk_hsdma_issue_pending_vdesc()
476
prev = MTK_HSDMA_LAST_DESP_IDX(ring->
cur_tptr
, MTK_DMA_SIZ
in mtk_hsdma_issue_pending_vdesc()
[all...]
Completed in 3 milliseconds