Searched refs:resend (Results 1 – 4 of 4) sorted by relevance
3 obj-y := irqdesc.o handle.o manage.o spurious.o resend.o chip.o dummychip.o devres.o
85 extern int irq_activate_and_startup(struct irq_desc *desc, bool resend);86 extern int irq_startup(struct irq_desc *desc, bool resend, bool force);
256 int irq_startup(struct irq_desc *desc, bool resend, bool force) in irq_startup() argument284 if (resend) in irq_startup()299 int irq_activate_and_startup(struct irq_desc *desc, bool resend) in irq_activate_and_startup() argument303 return irq_startup(desc, resend, IRQ_START_FORCE); in irq_activate_and_startup()
45 # Tasklet based software resend for pending interrupts on enable_irq()