Searched defs:irq_chip_type (Results 1 – 1 of 1) sorted by relevance
1019 struct irq_chip_type { struct1020 struct irq_chip chip;1021 struct irq_chip_regs regs;1022 irq_flow_handler_t handler;1023 u32 type;1047 * @num_ct: Number of available irq_chip_type instances (usually 1) argument