Symbol: sunkbd_softc
sys/arch/sparc64/dev/comkbd_ebus.c
161
struct sunkbd_softc *ss = (void *)sc;
sys/arch/sparc64/dev/comkbd_ebus.c
338
struct sunkbd_softc *ss = (void *)sc;
sys/arch/sparc64/dev/comkbd_ebus.c
423
struct sunkbd_softc *ss = (void *)sc;
sys/arch/sparc64/dev/comkbd_ebus.c
69
struct sunkbd_softc sc_base;
sys/arch/sparc64/dev/z8530kbd.c
147
struct sunkbd_softc sc_base;
sys/arch/sparc64/dev/z8530kbd.c
270
struct sunkbd_softc *ss = (void *)self;
sys/arch/sparc64/dev/z8530kbd.c
404
struct sunkbd_softc *ss = (void *)zst;
sys/arch/sparc64/dev/z8530kbd.c
868
struct sunkbd_softc *ss = arg;
sys/arch/sparc64/dev/z8530kbd.c
889
struct sunkbd_softc *ss = (void *)zst;
sys/dev/sun/sunkbd.c
117
struct sunkbd_softc *sc = v;
sys/dev/sun/sunkbd.c
165
sunkbd_getleds(struct sunkbd_softc *sc)
sys/dev/sun/sunkbd.c
171
sunkbd_input(struct sunkbd_softc *sc, u_int8_t *buf, u_int buflen)
sys/dev/sun/sunkbd.c
217
struct sunkbd_softc *sc = v;
sys/dev/sun/sunkbd.c
249
sunkbd_raw(struct sunkbd_softc *sc, u_int8_t c)
sys/dev/sun/sunkbd.c
291
sunkbd_setclick(struct sunkbd_softc *sc, int click)
sys/dev/sun/sunkbd.c
307
struct sunkbd_softc *sc = v;
sys/dev/sun/sunkbd.c
59
void sunkbd_bell(struct sunkbd_softc *, u_int, u_int, u_int);
sys/dev/sun/sunkbd.c
62
int sunkbd_getleds(struct sunkbd_softc *);
sys/dev/sun/sunkbd.c
73
sunkbd_attach(struct sunkbd_softc *sc, struct wskbddev_attach_args *waa)
sys/dev/sun/sunkbd.c
85
sunkbd_bell(struct sunkbd_softc *sc, u_int period, u_int pitch, u_int volume)
sys/dev/sun/sunkbdvar.h
60
void sunkbd_attach(struct sunkbd_softc *, struct wskbddev_attach_args *);
sys/dev/sun/sunkbdvar.h
63
void sunkbd_input(struct sunkbd_softc *, u_int8_t *, u_int);
sys/dev/sun/sunkbdvar.h
64
void sunkbd_raw(struct sunkbd_softc *, u_int8_t);
sys/dev/sun/sunkbdvar.h
65
int sunkbd_setclick(struct sunkbd_softc *, int);