Searched refs:action_ret (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dspurious.c155 irqreturn_t action_ret)
159 if (action_ret != IRQ_HANDLED && action_ret != IRQ_NONE) {
161 irq, action_ret);
180 report_bad_irq(unsigned int irq, struct irq_desc *desc, irqreturn_t action_ret) argument
186 __report_bad_irq(irq, desc, action_ret);
192 irqreturn_t action_ret)
200 if (action_ret == IRQ_NONE)
226 irqreturn_t action_ret)
228 if (unlikely(action_ret !
154 __report_bad_irq(unsigned int irq, struct irq_desc *desc, irqreturn_t action_ret) argument
191 try_misrouted_irq(unsigned int irq, struct irq_desc *desc, irqreturn_t action_ret) argument
225 note_interrupt(unsigned int irq, struct irq_desc *desc, irqreturn_t action_ret) argument
[all...]
H A Dchip.c397 irqreturn_t action_ret; local
412 action_ret = action->thread_fn(action->irq, action->dev_id);
414 note_interrupt(irq, desc, action_ret);
440 irqreturn_t action_ret; local
456 action_ret = handle_IRQ_event(irq, action);
458 note_interrupt(irq, desc, action_ret);
480 irqreturn_t action_ret; local
501 action_ret = handle_IRQ_event(irq, action);
503 note_interrupt(irq, desc, action_ret);
529 irqreturn_t action_ret; local
611 irqreturn_t action_ret; local
653 irqreturn_t action_ret; local
[all...]
H A Dhandle.c481 irqreturn_t action_ret; local
489 action_ret = handle_IRQ_event(irq, desc->action);
491 note_interrupt(irq, desc, action_ret);
539 irqreturn_t action_ret; local
543 action_ret = handle_IRQ_event(irq, action);
545 note_interrupt(irq, desc, action_ret);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ns9xxx/
H A Dirq.c62 irqreturn_t action_ret; local
78 action_ret = handle_IRQ_event(irq, action);
80 note_interrupt(irq, desc, action_ret);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dinterrupt.c262 irqreturn_t action_ret; local
269 action_ret = handle_IRQ_event(irq, action);
271 note_interrupt(irq, desc, action_ret);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dirq.h328 irqreturn_t action_ret);

Completed in 205 milliseconds