Searched refs:gfpic_softc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/goldfish/
H A Dgfpicvar.h35 struct gfpic_softc { struct
41 void gfpic_attach(struct gfpic_softc *);
42 void gfpic_enable(struct gfpic_softc *, int);
43 void gfpic_disable(struct gfpic_softc *, int);
44 int gfpic_pending(struct gfpic_softc *);
H A Dgfpic.c64 gfpic_attach(struct gfpic_softc *sc)
77 gfpic_enable(struct gfpic_softc *sc, int pirq)
90 gfpic_disable(struct gfpic_softc *sc, int pirq)
104 gfpic_pending(struct gfpic_softc *sc)
/netbsd-current/sys/arch/virt68k/dev/
H A Dgfpic_mainbus.c61 struct gfpic_softc * const sc = device_private(self);
78 CFATTACH_DECL_NEW(gfpic_mainbus, sizeof(struct gfpic_softc),
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dintr.c136 static struct gfpic_softc *pics[NPIC];

Completed in 425 milliseconds