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_log_chans
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
ste_dma40.c
234
* @offset: start delta in the
lookup_log_chans
in d40_base. If equals to
543
* @
lookup_log_chans
: Used to map interrupt number to logical channel. Points
584
struct d40_chan **
lookup_log_chans
;
member
1673
d40c = base->
lookup_log_chans
[il[row].offset + idx];
in d40_handle_interrupt()
1951
d40c->base->
lookup_log_chans
[d40c->log_num] = d40c;
in d40_allocate_channel()
2031
d40c->base->
lookup_log_chans
[d40c->log_num] = NULL;
in d40_free_dma()
3258
base->
lookup_log_chans
= kcalloc(num_log_chans,
in d40_hw_detect_init()
3259
sizeof(*base->
lookup_log_chans
),
in d40_hw_detect_init()
3261
if (!base->
lookup_log_chans
)
in d40_hw_detect_init()
3298
kfree(base->
lookup_log_chans
);
in d40_hw_detect_init()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
ste_dma40.c
263
* @offset: start delta in the
lookup_log_chans
in d40_base. If equals to
570
* @
lookup_log_chans
: Used to map interrupt number to logical channel. Points
609
struct d40_chan **
lookup_log_chans
;
member
1697
d40c = base->
lookup_log_chans
[il[row].offset + idx];
in d40_handle_interrupt()
1975
d40c->base->
lookup_log_chans
[d40c->log_num] = d40c;
in d40_allocate_channel()
2055
d40c->base->
lookup_log_chans
[d40c->log_num] = NULL;
in d40_free_dma()
3273
base->
lookup_log_chans
= devm_kcalloc(dev, num_log_chans,
in d40_hw_detect_init()
3274
sizeof(*base->
lookup_log_chans
),
in d40_hw_detect_init()
3276
if (!base->
lookup_log_chans
)
in d40_hw_detect_init()
Completed in 9 milliseconds