Searched refs:fingers (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/usb/input/
H A Datp.c335 int16_t multi; /* one finger: varies, more fingers: constant */
339 /* to track fingers as they match against strokes. */
618 boolean_t matched; /* to track match against fingers.*/
1270 wsp_finger_t fingers[WSP_MAX_FINGERS]; local
1282 /* compute number of source fingers */
1289 /* iterate over the source data collecting useful fingers */
1314 fingers[n_fingers].matched = false;
1315 fingers[n_fingers].x = source_fingerp->abs_x;
1316 fingers[n_fingers].y = -source_fingerp->abs_y;
1324 if (wsp_update_strokes(sc, fingers, n_finger
1433 wsp_match_strokes_against_fingers(struct atp_softc *sc, wsp_finger_t *fingers, u_int n_fingers) argument
1637 wsp_update_strokes(struct atp_softc *sc, wsp_finger_t *fingers, u_int n_fingers) argument
[all...]
/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c318 #define PSM_FINGERS 2 /* # of processed fingers */
409 finger_t fingers[ELANTECH_MAX_FINGERS]; member in struct:elantechaction
3331 * w = 1 Three or more fingers (capMultiFinger needed)
3562 * are 2 or more fingers on the touchpad breaking
3768 psmgestures(struct psm_softc *sc, finger_t *fingers, int nfingers, argument
3776 f = &fingers[0];
3783 if (PSM_FINGER_IS_SET(fingers[i])) {
3784 f = &fingers[i];
3854 /* Reset fingers count. */
3909 /* If in tap-hold or three fingers, ad
[all...]

Completed in 171 milliseconds