vrled_softc
struct vrled_softc *sc = device_private(self);
struct vrled_softc *sc = arg;
vrled_stop(struct vrled_softc *sc)
vrled_on(struct vrled_softc *sc)
vrled_blink(struct vrled_softc *sc)
vrled_flash(struct vrled_softc *sc)
vrled_change_state(struct vrled_softc *sc)
vrled_set_state(struct vrled_softc *sc, vrled_status state)
struct vrled_softc *sc = (struct vrled_softc *)ctx;
static void vrled_write(struct vrled_softc *, int, unsigned short);
static unsigned short vrled_read(struct vrled_softc *, int);
static void vrled_stop(struct vrled_softc *);
static void vrled_on(struct vrled_softc *);
static void vrled_blink(struct vrled_softc *);
static void vrled_flash(struct vrled_softc *);
static void vrled_change_state(struct vrled_softc *);
CFATTACH_DECL_NEW(vrled, sizeof(struct vrled_softc),
struct vrled_softc *this_led;
vrled_write(struct vrled_softc *sc, int port, unsigned short val)
vrled_read(struct vrled_softc *sc, int port)
void vrled_set_state(struct vrled_softc *, vrled_status);