Lines Matching refs:scoop_softc

40 struct scoop_softc {  struct
52 CFATTACH_DECL_NEW(scoop, sizeof(struct scoop_softc), argument
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); in scoopattach()
127 scoop_gpio_pin_read(struct scoop_softc *sc, int pin)
138 scoop_gpio_pin_write(struct scoop_softc *sc, int pin, int level) in scoop_gpio_pin_write()
149 scoop_gpio_pin_ctl(struct scoop_softc *sc, int pin, int flags) in scoop_gpio_pin_ctl()
172 struct scoop_softc *sc = backlight_sc; in scoop_set_backlight()
193 struct scoop_softc *sc; in scoop_set_irled()
210 struct scoop_softc *sc; in scoop_led_set()
229 struct scoop_softc *sc; in scoop_set_headphone()
253 struct scoop_softc *sc; in scoop_set_speaker()
276 struct scoop_softc *sc0; in scoop_set_mic_bias()
277 struct scoop_softc *sc1; in scoop_set_mic_bias()
295 struct scoop_softc *sc0; in scoop_akin_pullup()
296 struct scoop_softc *sc1; in scoop_akin_pullup()
311 struct scoop_softc *sc; in scoop_battery_temp_adc()
323 struct scoop_softc *sc; in scoop_charge_battery()
339 struct scoop_softc *sc; in scoop_discharge_battery()
368 struct scoop_softc *sc; in scoop0_set_card_power()
412 struct scoop_softc *sc0, *sc1, *sc; in scoop_check_mcr()
439 struct scoop_softc *sc, *sc0, *sc1; in scoop_suspend()
478 struct scoop_softc *sc, *sc0, *sc1; in scoop_resume()