Searched refs:finger_t (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/atkbdc/ |
H A D | psm.c | 330 } finger_t; typedef 338 (f) = (finger_t) { .x = -1, .y = -1, .p = 0, .w = 0, .flags = 0 }; \ 384 #define ELANTECH_FINGER_SET_XYP(pb) (finger_t) { \ 422 finger_t fingers[ELANTECH_MAX_FINGERS]; 654 static int psmpalmdetect(struct psm_softc *, finger_t *, int); 655 static void psmgestures(struct psm_softc *, finger_t *, int, 657 static void psmsmoother(struct psm_softc *, finger_t *, int, 1707 psm_push_mt_finger(struct psm_softc *sc, int id, const finger_t *f) 1719 psm_push_st_finger(struct psm_softc *sc, const finger_t *f) 3252 static finger_t f[PSM_FINGERS]; [all …]
|