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:GIU_IRQ
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/vr41xx/
H
A
D
capcella.h
23
#define RTL8139_1_IRQ
GIU_IRQ
(PC104PLUS_INTC_PIN)
24
#define RTL8139_2_IRQ
GIU_IRQ
(PC104PLUS_INTD_PIN)
25
#define PC104PLUS_INTA_IRQ
GIU_IRQ
(PC104PLUS_INTA_PIN)
26
#define PC104PLUS_INTB_IRQ
GIU_IRQ
(PC104PLUS_INTB_PIN)
27
#define PC104PLUS_INTC_IRQ
GIU_IRQ
(PC104PLUS_INTC_PIN)
28
#define PC104PLUS_INTD_IRQ
GIU_IRQ
(PC104PLUS_INTD_PIN)
H
A
D
tb0226.h
24
#define GD82559_1_IRQ
GIU_IRQ
(GD82559_1_PIN)
25
#define GD82559_2_IRQ
GIU_IRQ
(GD82559_2_PIN)
26
#define UPD720100_INTA_IRQ
GIU_IRQ
(UPD720100_INTA_PIN)
27
#define UPD720100_INTB_IRQ
GIU_IRQ
(UPD720100_INTB_PIN)
28
#define UPD720100_INTC_IRQ
GIU_IRQ
(UPD720100_INTC_PIN)
H
A
D
tb0287.h
25
#define TB0287_PCI_SLOT_IRQ
GIU_IRQ
(TB0287_PCI_SLOT_PIN)
26
#define TB0287_SM501_IRQ
GIU_IRQ
(TB0287_SM501_PIN)
27
#define TB0287_SIL680A_IRQ
GIU_IRQ
(TB0287_SIL680A_PIN)
28
#define TB0287_RTL8110_IRQ
GIU_IRQ
(TB0287_RTL8110_PIN)
H
A
D
tb0219.h
25
#define TB0219_PCI_SLOT1_IRQ
GIU_IRQ
(TB0219_PCI_SLOT1_PIN)
26
#define TB0219_PCI_SLOT2_IRQ
GIU_IRQ
(TB0219_PCI_SLOT2_PIN)
27
#define TB0219_PCI_SLOT3_IRQ
GIU_IRQ
(TB0219_PCI_SLOT3_PIN)
H
A
D
mpc30x.h
21
#define VRC4173_CASCADE_IRQ
GIU_IRQ
(VRC4173_PIN)
22
#define MQ200_IRQ
GIU_IRQ
(MQ200_PIN)
H
A
D
irq.h
74
#define
GIU_IRQ
(x) (GIU_IRQ_BASE + (x)) /* IRQ 40-71 */
macro
75
#define GIU_IRQ_LAST
GIU_IRQ
(31)
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-vr41xx.c
208
return
GIU_IRQ
(i);
in giu_get_irq()
213
return
GIU_IRQ
(i + GIUINT_HIGH_OFFSET);
in giu_get_irq()
252
irq_set_chip_and_handler(
GIU_IRQ
(pin),
in vr41xx_set_irq_trigger()
258
irq_set_chip_and_handler(
GIU_IRQ
(pin),
in vr41xx_set_irq_trigger()
287
irq_set_chip_and_handler(
GIU_IRQ
(pin),
in vr41xx_set_irq_trigger()
293
irq_set_chip_and_handler(
GIU_IRQ
(pin),
in vr41xx_set_irq_trigger()
Completed in 3 milliseconds