Home
last modified time | relevance | path

Searched defs:irq_chip_type (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/include/linux/
Dirq.h963 struct irq_chip_type { struct
964 struct irq_chip chip;
965 struct irq_chip_regs regs;
966 irq_flow_handler_t handler;
967 u32 type;
991 * @num_ct: Number of available irq_chip_type instances (usually 1) argument
/kernel/linux/linux-5.10/include/linux/
Dirq.h1011 struct irq_chip_type { struct
1012 struct irq_chip chip;
1013 struct irq_chip_regs regs;
1014 irq_flow_handler_t handler;
1015 u32 type;
1039 * @num_ct: Number of available irq_chip_type instances (usually 1) argument