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:lookup_phy_chans
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
ste_dma40.c
235
* D40_PHY_CHAN, the
lookup_phy_chans
shall be used instead.
545
* @
lookup_phy_chans
: Used to map interrupt number to physical channel. Points
585
struct d40_chan **
lookup_phy_chans
;
member
1671
d40c = base->
lookup_phy_chans
[idx];
in d40_handle_interrupt()
1953
d40c->base->
lookup_phy_chans
[d40c->phy_chan->num] = d40c;
in d40_allocate_channel()
2033
d40c->base->
lookup_phy_chans
[phy->num] = NULL;
in d40_free_dma()
3252
base->
lookup_phy_chans
= kcalloc(num_phy_chans,
in d40_hw_detect_init()
3253
sizeof(*base->
lookup_phy_chans
),
in d40_hw_detect_init()
3255
if (!base->
lookup_phy_chans
)
in d40_hw_detect_init()
3300
kfree(base->
lookup_phy_chans
);
in d40_hw_detect_init()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
ste_dma40.c
264
* D40_PHY_CHAN, the
lookup_phy_chans
shall be used instead.
572
* @
lookup_phy_chans
: Used to map interrupt number to physical channel. Points
610
struct d40_chan **
lookup_phy_chans
;
member
1695
d40c = base->
lookup_phy_chans
[idx];
in d40_handle_interrupt()
1977
d40c->base->
lookup_phy_chans
[d40c->phy_chan->num] = d40c;
in d40_allocate_channel()
2057
d40c->base->
lookup_phy_chans
[phy->num] = NULL;
in d40_free_dma()
3267
base->
lookup_phy_chans
= devm_kcalloc(dev, num_phy_chans,
in d40_hw_detect_init()
3268
sizeof(*base->
lookup_phy_chans
),
in d40_hw_detect_init()
3270
if (!base->
lookup_phy_chans
)
in d40_hw_detect_init()
Completed in 9 milliseconds