Searched defs:irq_desc (Results 1 – 1 of 1) sorted by relevance
56 struct irq_desc { struct57 struct irq_common_data irq_common_data;58 struct irq_data irq_data;59 unsigned int __percpu *kstat_irqs;60 irq_flow_handler_t handle_irq;62 irq_preflow_handler_t preflow_handler;64 struct irqaction *action; /* IRQ action list */65 unsigned int status_use_accessors;66 unsigned int core_internal_state__do_not_mess_with_it;67 unsigned int depth; /* nested irq disables */[all …]