Searched refs:ABS_MT_FIRST (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/dev/evdev/ |
| HD | evdev.h | 74 #define ABS_MT_FIRST ABS_MT_TOUCH_MAJOR macro 76 #define ABS_IS_MT(x) ((x) >= ABS_MT_FIRST && (x) <= ABS_MT_LAST) 77 #define ABS_MT_INDEX(x) ((x) - ABS_MT_FIRST)
|
| HD | evdev.c | 166 bit_count(evdev->ev_abs_flags, ABS_MT_FIRST, MT_CNT, &res); in evdev_estimate_report_size() 801 case ABS_MT_FIRST ... ABS_MT_LAST: in evdev_sparse_event()
|
| HD | evdev_mt.c | 186 bit_foreach_at(evdev->ev_abs_flags, ABS_MT_FIRST, ABS_MT_LAST + 1, i) in evdev_mt_send_slot()
|
| /freebsd-14-stable/sys/dev/hid/ |
| HD | hmt.c | 433 evdev_support_abs(sc->evdev, ABS_MT_FIRST + i, in hmt_attach()
|
| /freebsd-14-stable/sys/dev/usb/input/ |
| HD | wmt.c | 447 evdev_support_abs(sc->evdev, ABS_MT_FIRST + i, in wmt_attach()
|