Home | History | Annotate | Download | only in apple

Lines Matching defs:apple_intc_softc

89 struct apple_intc_softc;
92 struct apple_intc_softc *pc_sc;
102 struct apple_intc_softc {
113 static struct apple_intc_softc *intc_softc;
115 #define PICTOSOFTC(pic) container_of(pic, struct apple_intc_softc, sc_pic)
126 struct apple_intc_softc * const sc = PICTOSOFTC(pic);
140 struct apple_intc_softc * const sc = PICTOSOFTC(pic);
159 struct apple_intc_softc * const sc = PICTOSOFTC(pic);
209 struct apple_intc_softc * const sc = pc->pc_sc;
230 struct apple_intc_softc * const sc = device_private(dev);
302 struct apple_intc_softc * const sc = intc_softc;
368 struct apple_intc_softc * const sc = intc_softc;
396 struct apple_intc_softc * const sc = pc->pc_sc;
450 struct apple_intc_softc * const sc = device_private(self);
526 CFATTACH_DECL_NEW(apple_intc, sizeof(struct apple_intc_softc),