Searched refs:hw_interrupt_type (Results 1 – 25 of 122) sorted by relevance
12345
/linux-2.4.37.9/include/asm-ppc/ |
D | xics.h | 15 extern struct hw_interrupt_type xics_pic; 16 extern struct hw_interrupt_type xics_8259_pic;
|
D | open_pic.h | 29 extern struct hw_interrupt_type open_pic; 33 extern struct hw_interrupt_type open_pic_ipi;
|
D | hw_irq.h | 32 struct hw_interrupt_type; 33 static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) {} in hw_resend_irq()
|
D | i8259.h | 6 extern struct hw_interrupt_type i8259_pic;
|
D | ppc4xx_pic.h | 18 extern struct hw_interrupt_type *ppc4xx_pic;
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | xics.h | 17 extern struct hw_interrupt_type xics_pic; 18 extern struct hw_interrupt_type xics_8259_pic;
|
D | open_pic.h | 20 extern struct hw_interrupt_type open_pic; 24 extern struct hw_interrupt_type open_pic_ipi;
|
D | i8259.h | 14 extern struct hw_interrupt_type i8259_pic;
|
/linux-2.4.37.9/include/linux/ |
D | irq.h | 39 struct hw_interrupt_type { struct 50 typedef struct hw_interrupt_type hw_irq_controller; argument
|
/linux-2.4.37.9/include/asm-ia64/ |
D | hw_irq.h | 79 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/ |
D | visws_apic.c | 61 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/ |
D | hw_irq.h | 160 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/ |
D | hw_irq.h | 93 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/ |
D | sys_marvel.c | 169 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/ |
D | ip22-int.c | 79 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/ |
D | ioasic-irq.c | 96 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/ |
D | irq.c | 80 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/ |
D | hw_irq.h | 217 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/ |
D | ppc4xx_pic.c | 40 struct hw_interrupt_type *ppc4xx_pic; 66 static struct hw_interrupt_type ppc403_aic = { 290 static struct hw_interrupt_type ppc405_uic = {
|
D | cpm2_pic.h | 6 extern struct hw_interrupt_type cpm2_pic;
|
/linux-2.4.37.9/include/asm-sh/ |
D | hw_irq.h | 3 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/ |
D | hw_irq.h | 14 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/ |
D | pmac_pic.h | 6 extern struct hw_interrupt_type pmac_pic;
|
/linux-2.4.37.9/include/asm-mips64/ |
D | hw_irq.h | 16 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/ |
D | hw_irq.h | 16 static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) in hw_resend_irq()
|
12345