Home
last modified time | relevance | path

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

/freebsd/sys/dev/evdev/
H A Devdev.h77 #define ABS_MT_LAST ABS_MT_TOOL_Y macro
78 #define ABS_IS_MT(x) ((x) >= ABS_MT_FIRST && (x) <= ABS_MT_LAST)
80 #define MT_CNT (ABS_MT_INDEX(ABS_MT_LAST) + 1)
H A Devdev_mt.c186 bit_foreach_at(evdev->ev_abs_flags, ABS_MT_FIRST, ABS_MT_LAST + 1, i) in evdev_mt_send_slot()
H A Devdev.c801 case ABS_MT_FIRST ... ABS_MT_LAST: in evdev_sparse_event()