Searched refs:handler_fn (Results 1 – 1 of 1) sorted by relevance
1079 irqreturn_t (*handler_fn)(struct irq_desc *desc, in irq_thread() local1084 handler_fn = irq_forced_thread_fn; in irq_thread()1086 handler_fn = irq_thread_fn; in irq_thread()1098 action_ret = handler_fn(desc, action); in irq_thread()