Home
last modified time | relevance | path

Searched refs:matrixkp_softc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dmatrixkpvar.h33 struct matrixkp_softc { struct
38 void (*mxkp_scankeys)(struct matrixkp_softc *, u_int32_t *); argument
39 void (*mxkp_event)(struct matrixkp_softc *, u_int32_t *, u_int32_t *); argument
48 void mxkp_attach(struct matrixkp_softc *); argument
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 *);
H A Dmatrixkp_subr.c80 mxkp_attach(struct matrixkp_softc *sc) in mxkp_attach()
99 struct matrixkp_softc *sc = (struct matrixkp_softc *)arg; in mxkp_poll()
136 mxkp_debounce(struct matrixkp_softc *sc, u_int32_t *mask, u_int32_t *scan) { in mxkp_debounce()
157 mxkp_wskbd_event(struct matrixkp_softc *sc, u_int32_t *on, u_int32_t *off) in mxkp_wskbd_event()
176 struct matrixkp_softc *sc = v; in mxkp_enable()
/netbsd-src/sys/arch/evbarm/tsarm/
H A Dtskp.c61 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) in tskp_scankeys()