Name

handle_fastack_irq — irq handler for transparent controllers

Synopsis

void fastcall handle_fastack_irq (unsigned int  irq,
 struct irq_desc *  desc,
 struct pt_regs *  regs);

Arguments

irq

the interrupt number

desc

the interrupt description structure for this irq

regs

pointer to a register structure

Only a single callback will be issued to the chip

an ->ack call when the interrupt has been serviced. This enables support for modern forms of interrupt handlers, which handle the flow details in hardware, transparently.