Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/evdev/
HDevdev.h74 #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)
HDevdev.c166 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()
HDevdev_mt.c186 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/
HDhmt.c433 evdev_support_abs(sc->evdev, ABS_MT_FIRST + i, in hmt_attach()
/freebsd-14-stable/sys/dev/usb/input/
HDwmt.c447 evdev_support_abs(sc->evdev, ABS_MT_FIRST + i, in wmt_attach()