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:il_size
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
ste_dma40.c
499
* @
il_size
: the size of d40_interrupt_lookup array
513
u32
il_size
;
member
1650
u32
il_size
= base->gen_dmac.
il_size
;
in d40_handle_interrupt()
local
1655
for (i = 0; i <
il_size
; i++)
in d40_handle_interrupt()
1661
BITS_PER_LONG *
il_size
, chan + 1);
in d40_handle_interrupt()
1664
if (chan == BITS_PER_LONG *
il_size
)
in d40_handle_interrupt()
3226
base->gen_dmac.
il_size
= ARRAY_SIZE(il_v4b);
in d40_hw_detect_init()
3241
base->gen_dmac.
il_size
= ARRAY_SIZE(il_v4a);
in d40_hw_detect_init()
3277
base->regs_interrupt = kmalloc_array(base->gen_dmac.
il_size
,
in d40_hw_detect_init()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
ste_dma40.c
528
* @
il_size
: the size of d40_interrupt_lookup array
542
u32
il_size
;
member
1674
u32
il_size
= base->gen_dmac.
il_size
;
in d40_handle_interrupt()
local
1679
for (i = 0; i <
il_size
; i++)
in d40_handle_interrupt()
1685
BITS_PER_LONG *
il_size
, chan + 1);
in d40_handle_interrupt()
1688
if (chan == BITS_PER_LONG *
il_size
)
in d40_handle_interrupt()
3241
base->gen_dmac.
il_size
= ARRAY_SIZE(il_v4b);
in d40_hw_detect_init()
3256
base->gen_dmac.
il_size
= ARRAY_SIZE(il_v4a);
in d40_hw_detect_init()
3292
base->regs_interrupt = devm_kmalloc_array(dev, base->gen_dmac.
il_size
,
in d40_hw_detect_init()
[all...]
Completed in 11 milliseconds