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:IRQ_AUTO_3
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/natsemi/
H
A
D
macsonic.c
131
if (dev->irq ==
IRQ_AUTO_3
) {
in macsonic_open()
146
if (dev->irq ==
IRQ_AUTO_3
)
in macsonic_open()
159
if (dev->irq ==
IRQ_AUTO_3
)
in macsonic_close()
289
dev->irq =
IRQ_AUTO_3
;
in mac_onboard_sonic_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/natsemi/
H
A
D
macsonic.c
131
if (dev->irq ==
IRQ_AUTO_3
) {
in macsonic_open()
146
if (dev->irq ==
IRQ_AUTO_3
)
in macsonic_open()
159
if (dev->irq ==
IRQ_AUTO_3
)
in macsonic_close()
293
dev->irq =
IRQ_AUTO_3
;
in mac_onboard_sonic_probe()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
irq.h
50
#define
IRQ_AUTO_3
3 /* level 3 interrupt */
macro
H
A
D
bvme6000hw.h
116
#define BVME_IRQ_SCSI
IRQ_AUTO_3
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
irq.h
51
#define
IRQ_AUTO_3
3 /* level 3 interrupt */
macro
H
A
D
bvme6000hw.h
116
#define BVME_IRQ_SCSI
IRQ_AUTO_3
/kernel/linux/linux-5.10/arch/m68k/mac/
H
A
D
oss.c
104
#define OSS_IRQLEV_NUBUS
IRQ_AUTO_3
H
A
D
psc.c
146
irq_set_chained_handler_and_data(
IRQ_AUTO_3
, psc_irq, (void *)0x30);
in psc_register_interrupts()
/kernel/linux/linux-5.10/arch/m68k/amiga/
H
A
D
amiints.c
159
irq_set_chained_handler(
IRQ_AUTO_3
, ami_int3);
in amiga_init_IRQ()
/kernel/linux/linux-6.6/arch/m68k/amiga/
H
A
D
amiints.c
159
irq_set_chained_handler(
IRQ_AUTO_3
, ami_int3);
in amiga_init_IRQ()
/kernel/linux/linux-6.6/arch/m68k/mac/
H
A
D
oss.c
104
#define OSS_IRQLEV_NUBUS
IRQ_AUTO_3
H
A
D
psc.c
146
irq_set_chained_handler_and_data(
IRQ_AUTO_3
, psc_irq, (void *)0x30);
in psc_register_interrupts()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H
A
D
sun3lance.c
59
#define LANCE_IRQ
IRQ_AUTO_3
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H
A
D
sun3lance.c
59
#define LANCE_IRQ
IRQ_AUTO_3
Completed in 7 milliseconds