Home
last modified time | relevance | path

Searched refs:scoop_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/zaurus/dev/
H A Dscoop.c40 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()
[all …]