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:irqbuf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
nbpfaxi.c
1301
int
irqbuf
[9] /* maximum 8 channels + error IRQ */;
in nbpf_probe()
local
1337
for (i = 0; irqs < ARRAY_SIZE(
irqbuf
); i++) {
in nbpf_probe()
1344
irqbuf
[irqs] = irq;
in nbpf_probe()
1357
eirq =
irqbuf
[0];
in nbpf_probe()
1360
nbpf->chan[i].irq =
irqbuf
[0];
in nbpf_probe()
1372
if (
irqbuf
[i] == eirq)
in nbpf_probe()
1374
chan->irq =
irqbuf
[i];
in nbpf_probe()
1381
if (
irqbuf
[0] == eirq)
in nbpf_probe()
1382
irq =
irqbuf
[1];
in nbpf_probe()
1384
irq =
irqbuf
[
in nbpf_probe()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
nbpfaxi.c
1299
int
irqbuf
[9] /* maximum 8 channels + error IRQ */;
in nbpf_probe()
local
1334
for (i = 0; irqs < ARRAY_SIZE(
irqbuf
); i++) {
in nbpf_probe()
1339
irqbuf
[irqs++] = irq;
in nbpf_probe()
1352
eirq =
irqbuf
[0];
in nbpf_probe()
1355
nbpf->chan[i].irq =
irqbuf
[0];
in nbpf_probe()
1367
if (
irqbuf
[i] == eirq)
in nbpf_probe()
1369
chan->irq =
irqbuf
[i];
in nbpf_probe()
1376
if (
irqbuf
[0] == eirq)
in nbpf_probe()
1377
irq =
irqbuf
[1];
in nbpf_probe()
1379
irq =
irqbuf
[
in nbpf_probe()
[all...]
Completed in 5 milliseconds