Linux Kernel
3.7.1
|
Data Fields | |
void __iomem * | base |
struct irq_chip | chip |
u32 | valid |
struct irq_domain * | domain |
u8 | used_irqs |
struct fpga_irq_data - irq data container for the FPGA IRQ controller : memory offset in virtual memory : chip container for this instance : IRQ domain for this instance : mask for valid IRQs on this controller : number of active IRQs on this controller
Definition at line 35 of file fpga-irq.c.
Definition at line 36 of file fpga-irq.c.
Definition at line 37 of file fpga-irq.c.
struct irq_domain* domain |
Definition at line 39 of file fpga-irq.c.
u8 used_irqs |
Definition at line 40 of file fpga-irq.c.
u32 valid |
Definition at line 38 of file fpga-irq.c.