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

  /src/sys/arch/hpcmips/vr/
vrledvar.h 35 struct vrled_softc { struct
48 void vrled_set_state(struct vrled_softc *, vrled_status);
vrled.c 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
    [all...]

Completed in 13 milliseconds