Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dirqdesc.h55 struct irq_desc { struct
56 struct irq_common_data irq_common_data;
57 struct irq_data irq_data;
58 unsigned int __percpu *kstat_irqs;
59 irq_flow_handler_t handle_irq;
61 irq_preflow_handler_t preflow_handler;
63 struct irqaction *action; /* IRQ action list */
64 unsigned int status_use_accessors;
65 unsigned int core_internal_state__do_not_mess_with_it;
66 unsigned int depth; /* nested irq disables */
[all …]