HomeSort by: relevance | last modified time | path
    Searched refs:matrixkp_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
matrixkpvar.h 33 struct matrixkp_softc { struct
38 void (*mxkp_scankeys)(struct matrixkp_softc *, u_int32_t *);
39 void (*mxkp_event)(struct matrixkp_softc *, u_int32_t *, u_int32_t *);
48 void mxkp_attach(struct matrixkp_softc *);
50 void mxkp_debounce(struct matrixkp_softc *, u_int32_t *, u_int32_t *);
51 void mxkp_wskbd_event(struct matrixkp_softc *, u_int32_t *, u_int32_t *);
matrixkp_subr.c 80 mxkp_attach(struct matrixkp_softc *sc)
99 struct matrixkp_softc *sc = (struct matrixkp_softc *)arg;
136 mxkp_debounce(struct matrixkp_softc *sc, u_int32_t *mask, u_int32_t *scan) {
157 mxkp_wskbd_event(struct matrixkp_softc *sc, u_int32_t *on, u_int32_t *off)
176 struct matrixkp_softc *sc = v;
  /src/sys/arch/evbarm/tsarm/
tskp.c 61 struct matrixkp_softc sc_mxkp;
102 static void tskp_scankeys(struct matrixkp_softc *, uint32_t *);
158 tskp_scankeys(struct matrixkp_softc *mxkp_sc, uint32_t *keys)

Completed in 12 milliseconds