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

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c318 #define PSM_FINGERS 2 /* # of processed fingers */ macro
366 #define ELANTECH_MAX_FINGERS PSM_FINGERS
427 smoother_t smoother[PSM_FINGERS]; /* Motion smoothing */
1825 { ABS_MT_SLOT, 0, PSM_FINGERS-1, 0},
1826 { ABS_MT_TRACKING_ID, -1, PSM_FINGERS-1, 0},
3253 static finger_t f[PSM_FINGERS];
3385 #if PSM_FINGERS > 1
3586 for (id = 0; id < PSM_FINGERS; id++)
3592 for (id = 0; id < PSM_FINGERS; id++) {
3623 for (id = 0; id < PSM_FINGERS; i
[all...]

Completed in 107 milliseconds