matrixkp_softc
static void tskp_scankeys(struct matrixkp_softc *, uint32_t *);
tskp_scankeys(struct matrixkp_softc *mxkp_sc, uint32_t *keys)
struct matrixkp_softc sc_mxkp;
mxkp_debounce(struct matrixkp_softc *sc, u_int32_t *mask, u_int32_t *scan) {
mxkp_wskbd_event(struct matrixkp_softc *sc, u_int32_t *on, u_int32_t *off)
struct matrixkp_softc *sc = v;
mxkp_attach(struct matrixkp_softc *sc)
struct matrixkp_softc *sc = (struct matrixkp_softc *)arg;
void (*mxkp_scankeys)(struct matrixkp_softc *, u_int32_t *);
void (*mxkp_event)(struct matrixkp_softc *, u_int32_t *, u_int32_t *);
void mxkp_attach(struct matrixkp_softc *);
void mxkp_debounce(struct matrixkp_softc *, u_int32_t *, u_int32_t *);
void mxkp_wskbd_event(struct matrixkp_softc *, u_int32_t *, u_int32_t *);