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:stm32_mdma_chan
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
stm32-mdma.c
236
struct
stm32_mdma_chan
{
struct
258
struct
stm32_mdma_chan
chan[STM32_MDMA_MAX_CHANNELS];
263
struct
stm32_mdma_chan
*chan)
in stm32_mdma_get_dev()
269
static struct
stm32_mdma_chan
*to_stm32_mdma_chan(struct dma_chan *c)
in to_stm32_mdma_chan()
271
return container_of(c, struct
stm32_mdma_chan
, vchan.chan);
in to_stm32_mdma_chan()
279
static struct device *chan2dev(struct
stm32_mdma_chan
*chan)
in chan2dev()
316
struct
stm32_mdma_chan
*chan, u32 count)
in stm32_mdma_alloc_desc()
349
struct
stm32_mdma_chan
*chan = to_stm32_mdma_chan(vdesc->tx.chan);
in stm32_mdma_desc_free()
358
static int stm32_mdma_get_width(struct
stm32_mdma_chan
*chan,
in stm32_mdma_get_width()
405
static int stm32_mdma_disable_chan(struct
stm32_mdma_chan
*cha
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
stm32-mdma.c
257
struct
stm32_mdma_chan
{
struct
278
struct
stm32_mdma_chan
chan[STM32_MDMA_MAX_CHANNELS];
283
struct
stm32_mdma_chan
*chan)
in stm32_mdma_get_dev()
289
static struct
stm32_mdma_chan
*to_stm32_mdma_chan(struct dma_chan *c)
in to_stm32_mdma_chan()
291
return container_of(c, struct
stm32_mdma_chan
, vchan.chan);
in to_stm32_mdma_chan()
299
static struct device *chan2dev(struct
stm32_mdma_chan
*chan)
in chan2dev()
336
struct
stm32_mdma_chan
*chan, u32 count)
in stm32_mdma_alloc_desc()
369
struct
stm32_mdma_chan
*chan = to_stm32_mdma_chan(vdesc->tx.chan);
in stm32_mdma_desc_free()
378
static int stm32_mdma_get_width(struct
stm32_mdma_chan
*chan,
in stm32_mdma_get_width()
425
static int stm32_mdma_disable_chan(struct
stm32_mdma_chan
*cha
[all...]
Completed in 5 milliseconds