Lines Matching defs:wskbd_softc
177 struct wskbd_softc *t_sc; /* back pointer */
180 struct wskbd_softc {
268 static int internal_command(struct wskbd_softc *, u_int *, keysym_t, keysym_t);
270 static int wskbd_enable(struct wskbd_softc *, int);
272 static void change_displayparam(struct wskbd_softc *, int, int, int);
273 static void wskbd_holdscreen(struct wskbd_softc *, int);
276 static int wskbd_do_ioctl_sc(struct wskbd_softc *, u_long, void *, int,
278 static void wskbd_deliver_event(struct wskbd_softc *sc, u_int type, int value);
288 static int wskbd_do_open(struct wskbd_softc *, struct wseventvar *);
291 CFATTACH_DECL_NEW(wskbd, sizeof (struct wskbd_softc),
353 static struct wskbd_softc *wskbd_console_device;
410 struct wskbd_softc *sc = device_private(self);
511 struct wskbd_softc *sc = device_private(dv);
558 struct wskbd_softc *sc = (struct wskbd_softc *)v;
593 struct wskbd_softc *sc = device_private(self);
611 struct wskbd_softc *sc = device_private(self);
665 struct wskbd_softc *sc = device_private(dev);
728 wskbd_deliver_event(struct wskbd_softc *sc, u_int type, int value)
762 struct wskbd_softc *sc = device_private(dev);
775 wskbd_holdscreen(struct wskbd_softc *sc, int hold)
808 wskbd_enable(struct wskbd_softc *sc, int on)
843 struct wskbd_softc *sc = (struct wskbd_softc *)me;
858 struct wskbd_softc *sc = device_lookup_private(&wskbd_cd, minor(dev));
902 wskbd_do_open(struct wskbd_softc *sc, struct wseventvar *evp)
914 struct wskbd_softc *sc =
940 struct wskbd_softc *sc = (struct wskbd_softc *)me;
953 struct wskbd_softc *sc =
983 struct wskbd_softc *sc = device_private(dv);
994 wskbd_do_ioctl_sc(struct wskbd_softc *sc, u_long cmd, void *data, int flag,
1045 struct wskbd_softc *sc = device_private(dev);
1257 struct wskbd_softc *sc =
1268 struct wskbd_softc *sc =
1282 struct wskbd_softc *sc;
1297 struct wskbd_softc *sc = wskbd_console_device;
1311 struct wskbd_softc *sc = device_private(dv);
1356 struct wskbd_softc *sc = device_lookup_private(&wskbd_cd, unit);
1483 change_displayparam(struct wskbd_softc *sc, int param, int updown,
1506 internal_command(struct wskbd_softc *sc, u_int *type, keysym_t ksym,
1657 struct wskbd_softc *sc = device_private(self);
1671 struct wskbd_softc *sc = device_private(self);
1682 struct wskbd_softc *sc = id->t_sc;
1887 struct wskbd_softc *sc = device_private(dev);