Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Dwsp.c303 int16_t touch_major; /* touch area, major axis */ member
1007 f->touch_major = le16toh((uint16_t)f->touch_major); in wsp_intr_callback()
1018 f->touch_major, f->touch_minor, f->pressure, f->multi); in wsp_intr_callback()
1023 if (evdev_rcpt_mask & EVDEV_RCPT_HW_MOUSE && f->touch_major != 0) { in wsp_intr_callback()
1029 .maj = f->touch_major << 1, in wsp_intr_callback()
1088 if (sc->index[0]->touch_major > tun.pressure_tap_threshold && in wsp_intr_callback()
1093 if (sc->index[0]->touch_major > tun.pressure_tap_threshold-30 && in wsp_intr_callback()
1094 sc->index[1]->touch_major > tun.pressure_tap_threshold-30) in wsp_intr_callback()
1098 if (sc->index[0]->touch_major > tun.pressure_tap_threshold-40 && in wsp_intr_callback()
1099 sc->index[1]->touch_major > tun.pressure_tap_threshold-40 && in wsp_intr_callback()
[all …]
H A Datp.c335 int16_t touch_major; /* touch area, major axis */ member
1306 source_fingerp->touch_major = le16toh((uint16_t)source_fingerp->touch_major); in wsp_interpret_sensor_data()
1312 if (source_fingerp->touch_major == 0) in wsp_interpret_sensor_data()
/freebsd/sys/dev/hid/
H A Dbcm5974.c165 uint8_t touch_major;
184 uint16_t touch_major; /* touch area, major axis */
852 fc->touch_major, fc->touch_minor, fc->size, in bcm5974_intr()
854 if (fc->touch_major == 0 || slot == -1) in bcm5974_intr()
862 .maj = fc->touch_major << 2, in bcm5974_intr()
879 BCM5974_LE2H(f->orientation), BCM5974_LE2H(f->touch_major), in bcm5974_intr()
883 if (BCM5974_LE2H(f->touch_major) == 0) in bcm5974_intr()
891 .maj = BCM5974_LE2H(f->touch_major) << 1, in bcm5974_intr()
163 uint8_t touch_major; global() member
182 uint16_t touch_major; /* touch area, major axis */ global() member