Home
last modified time | relevance | path

Searched refs:hw_interrupt_type (Results 1 – 25 of 122) sorted by relevance

12345

/linux-2.4.37.9/include/asm-ppc/
Dxics.h15 extern struct hw_interrupt_type xics_pic;
16 extern struct hw_interrupt_type xics_8259_pic;
Dopen_pic.h29 extern struct hw_interrupt_type open_pic;
33 extern struct hw_interrupt_type open_pic_ipi;
Dhw_irq.h32 struct hw_interrupt_type;
33 static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) {} in hw_resend_irq()
Di8259.h6 extern struct hw_interrupt_type i8259_pic;
Dppc4xx_pic.h18 extern struct hw_interrupt_type *ppc4xx_pic;
/linux-2.4.37.9/arch/ppc64/kernel/
Dxics.h17 extern struct hw_interrupt_type xics_pic;
18 extern struct hw_interrupt_type xics_8259_pic;
Dopen_pic.h20 extern struct hw_interrupt_type open_pic;
24 extern struct hw_interrupt_type open_pic_ipi;
Di8259.h14 extern struct hw_interrupt_type i8259_pic;
/linux-2.4.37.9/include/linux/
Dirq.h39 struct hw_interrupt_type { struct
50 typedef struct hw_interrupt_type hw_irq_controller; argument
/linux-2.4.37.9/include/asm-ia64/
Dhw_irq.h79 extern struct hw_interrupt_type irq_type_ia64_lsapic; /* CPU-internal interrupt controller */
86 hw_resend_irq (struct hw_interrupt_type *h, unsigned int vector) in hw_resend_irq()
/linux-2.4.37.9/arch/i386/kernel/
Dvisws_apic.c61 static struct hw_interrupt_type piix4_master_irq_type = {
75 static struct hw_interrupt_type piix4_virtual_irq_type = {
96 static struct hw_interrupt_type cobalt_irq_type = {
/linux-2.4.37.9/include/asm-x86_64/
Dhw_irq.h160 static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) { in hw_resend_irq()
165 static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) {} in hw_resend_irq()
/linux-2.4.37.9/include/asm-ppc64/
Dhw_irq.h93 struct hw_interrupt_type;
94 static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) {} in hw_resend_irq()
/linux-2.4.37.9/arch/alpha/kernel/
Dsys_marvel.c169 static struct hw_interrupt_type marvel_legacy_irq_type = {
179 static struct hw_interrupt_type io7_lsi_irq_type = {
189 static struct hw_interrupt_type io7_msi_irq_type = {
273 struct hw_interrupt_type *lsi_ops, in init_io7_irqs()
274 struct hw_interrupt_type *msi_ops) in init_io7_irqs()
/linux-2.4.37.9/arch/mips/sgi-ip22/
Dip22-int.c79 static struct hw_interrupt_type ip22_local0_irq_type = {
125 static struct hw_interrupt_type ip22_local1_irq_type = {
171 static struct hw_interrupt_type ip22_local2_irq_type = {
217 static struct hw_interrupt_type ip22_local3_irq_type = {
/linux-2.4.37.9/arch/mips/dec/
Dioasic-irq.c96 static struct hw_interrupt_type ioasic_irq_type = {
124 static struct hw_interrupt_type ioasic_dma_irq_type = {
/linux-2.4.37.9/arch/mips/vr41xx/nec-eagle/
Dirq.c80 static struct hw_interrupt_type pciint_irq_type = {
124 static struct hw_interrupt_type sdbint_irq_type = {
/linux-2.4.37.9/include/asm-i386/
Dhw_irq.h217 static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) { in hw_resend_irq()
222 static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) {} in hw_resend_irq()
/linux-2.4.37.9/arch/ppc/kernel/
Dppc4xx_pic.c40 struct hw_interrupt_type *ppc4xx_pic;
66 static struct hw_interrupt_type ppc403_aic = {
290 static struct hw_interrupt_type ppc405_uic = {
Dcpm2_pic.h6 extern struct hw_interrupt_type cpm2_pic;
/linux-2.4.37.9/include/asm-sh/
Dhw_irq.h3 static __inline__ void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) { /* Nothing to d… in hw_resend_irq()
/linux-2.4.37.9/include/asm-sh64/
Dhw_irq.h14 static __inline__ void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) { /* Nothing to d… in hw_resend_irq()
/linux-2.4.37.9/arch/ppc/platforms/
Dpmac_pic.h6 extern struct hw_interrupt_type pmac_pic;
/linux-2.4.37.9/include/asm-mips64/
Dhw_irq.h16 static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) in hw_resend_irq()
/linux-2.4.37.9/include/asm-mips/
Dhw_irq.h16 static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) in hw_resend_irq()

12345