hvkbd_softc
CFATTACH_DECL_NEW(hvkbd, sizeof(struct hvkbd_softc),
static int hvkbd_alloc_keybuf(struct hvkbd_softc *);
static void hvkbd_free_keybuf(struct hvkbd_softc *);
static int hvkbd_connect(struct hvkbd_softc *);
struct hvkbd_softc *sc = device_private(self);
hvkbd_alloc_keybuf(struct hvkbd_softc *sc)
hvkbd_free_keybuf(struct hvkbd_softc *sc)
struct hvkbd_softc *sc = v;
struct hvkbd_softc *sc = v;
hvkbd_connect(struct hvkbd_softc *sc)
hvkbd_keybuf_add_keystroke(struct hvkbd_softc *sc, const struct keystroke *ks)
hvkbd_decode(struct hvkbd_softc *sc, u_int *type, int *scancode)
hvkbd_encode(struct hvkbd_softc *sc, u_char *buf, int *len)
struct hvkbd_softc *sc = xsc;
struct hvkbd_softc *sc = v;
struct hvkbd_softc *sc = v;