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

/freebsd-11-stable/sys/dev/usb/input/
H A Dwsp.c210 int16_t touch_major; /* touch area, major axis */ member in struct:tp_finger
907 f->touch_major = le16toh((uint16_t)f->touch_major);
918 f->touch_major, f->touch_minor, f->pressure, f->multi);
943 if (sc->index[0]->touch_major > tun.pressure_tap_threshold &&
948 if (sc->index[0]->touch_major > tun.pressure_tap_threshold-30 &&
949 sc->index[1]->touch_major > tun.pressure_tap_threshold-30)
953 if (sc->index[0]->touch_major > tun.pressure_tap_threshold-40 &&
954 sc->index[1]->touch_major > tun.pressure_tap_threshold-40 &&
955 sc->index[2]->touch_major > tu
[all...]
H A Datp.c330 int16_t touch_major; /* touch area, major axis */ member in struct:wsp_finger_sensor_data
1303 source_fingerp->touch_major = le16toh((uint16_t)source_fingerp->touch_major);
1309 if (source_fingerp->touch_major == 0)

Completed in 79 milliseconds