Lines Matching refs:pic_ops
60 struct pic_ops pic;
70 struct pic_ops pic;
76 static void discovery_enable_irq(struct pic_ops *, int, int);
77 static void discovery_disable_irq(struct pic_ops *, int);
78 static int discovery_get_irq(struct pic_ops *, int);
79 static void discovery_ack_irq(struct pic_ops *, int);
81 static void discovery_gpp_enable_irq(struct pic_ops *, int, int);
82 static void discovery_gpp_disable_irq(struct pic_ops *, int);
83 static int discovery_gpp_get_irq(struct pic_ops *, int);
84 static void discovery_gpp_ack_irq(struct pic_ops *, int);
87 struct pic_ops *
91 struct pic_ops *pic;
114 discovery_enable_irq(struct pic_ops *pic, int irq, int type)
123 discovery_disable_irq(struct pic_ops *pic, int irq)
132 discovery_get_irq(struct pic_ops *pic, int mode)
154 discovery_ack_irq(struct pic_ops *pic, int irq)
161 struct pic_ops *
165 struct pic_ops *pic;
188 discovery_gpp_enable_irq(struct pic_ops *pic, int irq, int type)
199 discovery_gpp_disable_irq(struct pic_ops *pic, int irq)
210 discovery_gpp_get_irq(struct pic_ops *pic, int mode)
232 discovery_gpp_ack_irq(struct pic_ops *pic, int irq)