Home | History | Annotate | Download | only in vr

Lines Matching refs:vrled_softc

59 static void vrled_write(struct vrled_softc *, int, unsigned short);
60 static unsigned short vrled_read(struct vrled_softc *, int);
62 static void vrled_stop(struct vrled_softc *);
63 static void vrled_on(struct vrled_softc *);
64 static void vrled_blink(struct vrled_softc *);
65 static void vrled_flash(struct vrled_softc *);
66 static void vrled_change_state(struct vrled_softc *);
71 CFATTACH_DECL_NEW(vrled, sizeof(struct vrled_softc),
74 struct vrled_softc *this_led;
77 vrled_write(struct vrled_softc *sc, int port, unsigned short val)
84 vrled_read(struct vrled_softc *sc, int port)
100 struct vrled_softc *sc = device_private(self);
145 struct vrled_softc *sc = arg;
162 vrled_stop(struct vrled_softc *sc)
178 vrled_on(struct vrled_softc *sc)
194 vrled_blink(struct vrled_softc *sc)
227 vrled_flash(struct vrled_softc *sc)
269 vrled_change_state(struct vrled_softc *sc)
300 vrled_set_state(struct vrled_softc *sc, vrled_status state)
360 struct vrled_softc *sc = (struct vrled_softc *)ctx;