Searched refs:irq_poll_fn (Results 1 – 2 of 2) sorted by relevance
6 typedef int (irq_poll_fn)(struct irq_poll *, int); typedef12 irq_poll_fn *poll;21 extern void irq_poll_init(struct irq_poll *, int, irq_poll_fn *);
179 void irq_poll_init(struct irq_poll *iop, int weight, irq_poll_fn *poll_fn) in irq_poll_init()