HomeSort by: relevance | last modified time | path
    Searched defs:wskbd_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/wscons/
wskbd.c 177 struct wskbd_softc *t_sc; /* back pointer */
180 struct wskbd_softc { struct
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),
    [all...]
wskbd.c 177 struct wskbd_softc *t_sc; /* back pointer */
180 struct wskbd_softc { struct
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),
    [all...]

Completed in 24 milliseconds