Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | RTC_IRQ 8 |
Functions | |
void | isa_device_interrupt (unsigned long) |
void | isa_no_iack_sc_device_interrupt (unsigned long) |
void | srm_device_interrupt (unsigned long) |
void | pyxis_device_interrupt (unsigned long) |
void | init_srm_irqs (long, unsigned long) |
void | init_pyxis_irqs (unsigned long) |
void | init_rtc_irq (void) |
void | common_init_isa_dma (void) |
void | i8259a_enable_irq (struct irq_data *d) |
void | i8259a_disable_irq (struct irq_data *d) |
void | i8259a_mask_and_ack_irq (struct irq_data *d) |
void | init_i8259a_irqs (void) |
void | handle_irq (int irq) |
Variables | |
struct irqaction | timer_irqaction |
struct irqaction | isa_cascade_irqaction |
struct irqaction | timer_cascade_irqaction |
struct irqaction | halt_switch_irqaction |
struct irq_chip | i8259a_irq_type |
#define RTC_IRQ 8 |
Definition at line 16 of file irq_impl.h.
Definition at line 100 of file irq_alpha.c.
Definition at line 50 of file irq_i8259.c.
Definition at line 36 of file irq_i8259.c.
Definition at line 58 of file irq_i8259.c.
Definition at line 82 of file irq_i8259.c.
void init_pyxis_irqs | ( | unsigned | long | ) |
Definition at line 91 of file irq_pyxis.c.
Definition at line 230 of file irq_alpha.c.
void isa_device_interrupt | ( | unsigned | long | ) |
void isa_no_iack_sc_device_interrupt | ( | unsigned | long | ) |
Definition at line 140 of file irq_i8259.c.
void pyxis_device_interrupt | ( | unsigned | long | ) |
Definition at line 67 of file irq_pyxis.c.
Definition at line 248 of file irq_alpha.c.
Definition at line 74 of file irq_i8259.c.
Definition at line 238 of file irq_alpha.c.
Definition at line 243 of file irq_alpha.c.
Definition at line 223 of file irq_alpha.c.