Lines Matching defs:scoop_softc
40 struct scoop_softc {
52 CFATTACH_DECL_NEW(scoop, sizeof(struct scoop_softc),
56 static int scoop_gpio_pin_read(struct scoop_softc *, int);
58 static void scoop_gpio_pin_write(struct scoop_softc *, int, int);
59 static void scoop_gpio_pin_ctl(struct scoop_softc *, int, int);
61 static struct scoop_softc *backlight_sc;
87 struct scoop_softc *sc = device_private(self);
127 scoop_gpio_pin_read(struct scoop_softc *sc, int pin)
138 scoop_gpio_pin_write(struct scoop_softc *sc, int pin, int level)
149 scoop_gpio_pin_ctl(struct scoop_softc *sc, int pin, int flags)
172 struct scoop_softc *sc = backlight_sc;
193 struct scoop_softc *sc;
210 struct scoop_softc *sc;
229 struct scoop_softc *sc;
253 struct scoop_softc *sc;
276 struct scoop_softc *sc0;
277 struct scoop_softc *sc1;
295 struct scoop_softc *sc0;
296 struct scoop_softc *sc1;
311 struct scoop_softc *sc;
323 struct scoop_softc *sc;
339 struct scoop_softc *sc;
368 struct scoop_softc *sc;
412 struct scoop_softc *sc0, *sc1, *sc;
439 struct scoop_softc *sc, *sc0, *sc1;
478 struct scoop_softc *sc, *sc0, *sc1;