Searched refs:vrled_softc (Results 1 – 2 of 2) sorted by relevance
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) in vrled_write()[all …]
35 struct vrled_softc { struct48 void vrled_set_state(struct vrled_softc *, vrled_status); argument