Home | History | Annotate | Download | only in dev

Lines Matching refs:pic_ops

60 static void	hollywood_enable_irq(struct pic_ops *, int, int);
61 static void hollywood_disable_irq(struct pic_ops *, int);
62 static int hollywood_get_irq(struct pic_ops *, int);
63 static void hollywood_ack_irq(struct pic_ops *, int);
64 static void hollywood_establish_irq(struct pic_ops *, int, int, int);
66 static struct pic_ops hollywood_pic = {
151 hollywood_enable_irq(struct pic_ops *pic, int irq, int type)
158 hollywood_disable_irq(struct pic_ops *pic, int irq)
165 hollywood_get_irq(struct pic_ops *pic, int mode)
181 hollywood_ack_irq(struct pic_ops *pic, int irq)
187 hollywood_establish_irq(struct pic_ops *pic, int irq, int type, int pri)