Lines Matching full:pic
72 * Methods that a PIC provides to mask/unmask a given interrupt source,
76 struct pic {
77 void (*pic_register_sources)(struct pic *);
85 void (*pic_suspend)(struct pic *);
86 void (*pic_resume)(struct pic *, bool suspend_cancelled);
91 TAILQ_ENTRY(pic) pics;
101 * An interrupt source. The upper-layer code uses the PIC methods to
102 * control a given source. The lower-layer PIC drivers can store additional
107 struct pic *is_pic;
148 int intr_register_pic(struct pic *pic);