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:d40_chan
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
ste_dma40.c
427
* struct
d40_chan
- Struct that describes a channel.
458
struct
d40_chan
{
struct
582
struct
d40_chan
*phy_chans;
583
struct
d40_chan
*log_chans;
584
struct
d40_chan
**lookup_log_chans;
585
struct
d40_chan
**lookup_phy_chans;
603
static struct device *chan2dev(struct
d40_chan
*d40c)
in chan2dev()
608
static bool chan_is_physical(struct
d40_chan
*chan)
in chan_is_physical()
613
static bool chan_is_logical(struct
d40_chan
*chan)
in chan_is_logical()
618
static void __iomem *chan_base(struct
d40_chan
*cha
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
ste_dma40.c
456
* struct
d40_chan
- Struct that describes a channel.
487
struct
d40_chan
{
struct
607
struct
d40_chan
*phy_chans;
608
struct
d40_chan
*log_chans;
609
struct
d40_chan
**lookup_log_chans;
610
struct
d40_chan
**lookup_phy_chans;
628
static struct device *chan2dev(struct
d40_chan
*d40c)
in chan2dev()
633
static bool chan_is_physical(struct
d40_chan
*chan)
in chan_is_physical()
638
static bool chan_is_logical(struct
d40_chan
*chan)
in chan_is_logical()
643
static void __iomem *chan_base(struct
d40_chan
*cha
[all...]
Completed in 6 milliseconds