Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/hid/
HDietp.c87 #define IETP_TOUCH_INFO 1 macro
359 report[IETP_TOUCH_INFO] & IETP_TOUCH_LMB); in ietp_intr()
361 report[IETP_TOUCH_INFO] & IETP_TOUCH_MMB); in ietp_intr()
363 report[IETP_TOUCH_INFO] & IETP_TOUCH_RMB); in ietp_intr()
370 if ((report[IETP_TOUCH_INFO] & (1 << (finger + 3))) != 0) { in ietp_intr()