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_chan
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/mediatek/
H
A
D
mtk-uart-apdma.c
92
struct
mtk_chan
{
struct
110
static inline struct
mtk_chan
*to_mtk_uart_apdma_chan(struct dma_chan *c)
in to_mtk_uart_apdma_chan()
112
return container_of(c, struct
mtk_chan
, vc.chan);
in to_mtk_uart_apdma_chan()
121
static void mtk_uart_apdma_write(struct
mtk_chan
*c,
in mtk_uart_apdma_write()
127
static unsigned int mtk_uart_apdma_read(struct
mtk_chan
*c, unsigned int reg)
in mtk_uart_apdma_read()
137
static void mtk_uart_apdma_start_tx(struct
mtk_chan
*c)
in mtk_uart_apdma_start_tx()
180
static void mtk_uart_apdma_start_rx(struct
mtk_chan
*c)
in mtk_uart_apdma_start_rx()
205
static void mtk_uart_apdma_tx_handler(struct
mtk_chan
*c)
in mtk_uart_apdma_tx_handler()
212
static void mtk_uart_apdma_rx_handler(struct
mtk_chan
*c)
in mtk_uart_apdma_rx_handler()
242
static void mtk_uart_apdma_chan_complete_handler(struct
mtk_chan
*
[all...]
/kernel/linux/linux-6.6/drivers/dma/mediatek/
H
A
D
mtk-uart-apdma.c
91
struct
mtk_chan
{
struct
109
static inline struct
mtk_chan
*to_mtk_uart_apdma_chan(struct dma_chan *c)
in to_mtk_uart_apdma_chan()
111
return container_of(c, struct
mtk_chan
, vc.chan);
in to_mtk_uart_apdma_chan()
120
static void mtk_uart_apdma_write(struct
mtk_chan
*c,
in mtk_uart_apdma_write()
126
static unsigned int mtk_uart_apdma_read(struct
mtk_chan
*c, unsigned int reg)
in mtk_uart_apdma_read()
136
static void mtk_uart_apdma_start_tx(struct
mtk_chan
*c)
in mtk_uart_apdma_start_tx()
179
static void mtk_uart_apdma_start_rx(struct
mtk_chan
*c)
in mtk_uart_apdma_start_rx()
204
static void mtk_uart_apdma_tx_handler(struct
mtk_chan
*c)
in mtk_uart_apdma_tx_handler()
211
static void mtk_uart_apdma_rx_handler(struct
mtk_chan
*c)
in mtk_uart_apdma_rx_handler()
241
static void mtk_uart_apdma_chan_complete_handler(struct
mtk_chan
*
[all...]
Completed in 2 milliseconds