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