Home | History | Annotate | Download | only in linux

Lines Matching refs:desc

143 					      struct irq_desc *desc,
293 * callable via desc->chip->handle_irq()
296 handle_level_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs);
298 handle_fasteoi_irq(unsigned int irq, struct irq_desc *desc,
301 handle_edge_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs);
303 handle_simple_irq(unsigned int irq, struct irq_desc *desc,
306 handle_percpu_irq(unsigned int irq, struct irq_desc *desc,
309 handle_bad_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs);
333 struct irq_desc *desc = irq_desc + irq;
335 if (likely(desc->handle_irq))
336 desc->handle_irq(irq, desc, regs);
342 extern void note_interrupt(unsigned int irq, struct irq_desc *desc,
346 void check_irq_resend(struct irq_desc *desc, unsigned int irq);