Home | History | Annotate | Download | only in ic

Lines Matching refs:u_int32_t

35 	u_int32_t mxkp_pressed[(MAXNKEYS + 31) / 32];
37 u_int32_t debounce_stable_ms;
38 void (*mxkp_scankeys)(struct matrixkp_softc *, u_int32_t *);
39 void (*mxkp_event)(struct matrixkp_softc *, u_int32_t *, u_int32_t *);
41 u_int32_t sc_flags;
42 u_int32_t sc_enabled;
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 *);