Searched refs:sunkbd_softc (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/sun/
H A Dsunkbdvar.h36 struct sunkbd_softc { struct
60 void sunkbd_attach(struct sunkbd_softc *, struct wskbddev_attach_args *);
63 void sunkbd_input(struct sunkbd_softc *, u_int8_t *, u_int);
64 void sunkbd_raw(struct sunkbd_softc *, u_int8_t);
65 int sunkbd_setclick(struct sunkbd_softc *, int);
H A Dsunkbd.c59 void sunkbd_bell(struct sunkbd_softc *, u_int, u_int, u_int);
62 int sunkbd_getleds(struct sunkbd_softc *);
73 sunkbd_attach(struct sunkbd_softc *sc, struct wskbddev_attach_args *waa)
85 sunkbd_bell(struct sunkbd_softc *sc, u_int period, u_int pitch, u_int volume)
117 struct sunkbd_softc *sc = v;
165 sunkbd_getleds(struct sunkbd_softc *sc)
171 sunkbd_input(struct sunkbd_softc *sc, u_int8_t *buf, u_int buflen)
217 struct sunkbd_softc *sc = v;
249 sunkbd_raw(struct sunkbd_softc *sc, u_int8_t c)
291 sunkbd_setclick(struct sunkbd_softc *s
[all...]
/openbsd-current/sys/arch/sparc64/dev/
H A Dcomkbd_ebus.c69 struct sunkbd_softc sc_base;
161 struct sunkbd_softc *ss = (void *)sc;
338 struct sunkbd_softc *ss = (void *)sc;
423 struct sunkbd_softc *ss = (void *)sc;
H A Dz8530kbd.c147 struct sunkbd_softc sc_base;
270 struct sunkbd_softc *ss = (void *)self;
404 struct sunkbd_softc *ss = (void *)zst;
868 struct sunkbd_softc *ss = arg;
889 struct sunkbd_softc *ss = (void *)zst;

Completed in 66 milliseconds