HomeSort by: relevance | last modified time | path
    Searched defs:scoop_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/zaurus/dev/
scoop.c 40 struct scoop_softc { struct
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
    [all...]
scoop.c 40 struct scoop_softc { struct
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
    [all...]

Completed in 21 milliseconds