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
102
struct sunkbd_softc *sc = v;
sys/dev/sun/sunkbd.c
150
sunkbd_getleds(struct sunkbd_softc *sc)
sys/dev/sun/sunkbd.c
156
sunkbd_input(struct sunkbd_softc *sc, u_int8_t *buf, u_int buflen)
sys/dev/sun/sunkbd.c
202
struct sunkbd_softc *sc = v;
sys/dev/sun/sunkbd.c
234
sunkbd_raw(struct sunkbd_softc *sc, u_int8_t c)
sys/dev/sun/sunkbd.c
276
sunkbd_setclick(struct sunkbd_softc *sc, int click)
sys/dev/sun/sunkbd.c
292
struct sunkbd_softc *sc = v;
sys/dev/sun/sunkbd.c
49
void sunkbd_bell(struct sunkbd_softc *, u_int, u_int, u_int);
sys/dev/sun/sunkbd.c
52
int sunkbd_getleds(struct sunkbd_softc *);
sys/dev/sun/sunkbd.c
63
sunkbd_attach(struct sunkbd_softc *sc, struct wskbddev_attach_args *waa)
sys/dev/sun/sunkbd.c
75
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);