Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Dpsm.c332 #define PSM_FINGERS 2 /* # of processed fingers */ macro
382 #define ELANTECH_MAX_FINGERS PSM_FINGERS
443 smoother_t smoother[PSM_FINGERS]; /* Motion smoothing */
1824 { ABS_MT_SLOT, 0, PSM_FINGERS-1, 0},
1825 { ABS_MT_TRACKING_ID, -1, PSM_FINGERS-1, 0},
3263 static finger_t f[PSM_FINGERS];
3395 #if PSM_FINGERS > 1
3596 for (id = 0; id < PSM_FINGERS; id++)
3602 for (id = 0; id < PSM_FINGERS; id++)
3630 for (id = 0; id < PSM_FINGERS; id++)
[all …]