Symbol: ABS_MT_INDEX
sys/dev/evdev/evdev.h
127
offsetof(union evdev_mt_slot, val[ABS_MT_INDEX(ABS_MT_TOOL_Y)]),
sys/dev/evdev/evdev.h
80
#define MT_CNT (ABS_MT_INDEX(ABS_MT_LAST) + 1)
sys/dev/evdev/evdev_mt.c
188
state->val[ABS_MT_INDEX(i)]);
sys/dev/evdev/evdev_mt.c
438
val[ABS_MT_INDEX(code)] = value;
sys/dev/evdev/evdev_mt.c
498
return (mt->slots[slot].val[ABS_MT_INDEX(code)]);
sys/dev/evdev/evdev_mt.c
515
mt->slots[slot].val[ABS_MT_INDEX(code)] = value;
sys/dev/hid/hmt.c
79
HMT_TIP_SWITCH = ABS_MT_INDEX(ABS_MT_TOOL_TYPE),
sys/dev/hid/hmt.c
80
HMT_WIDTH = ABS_MT_INDEX(ABS_MT_TOUCH_MAJOR),
sys/dev/hid/hmt.c
81
HMT_HEIGHT = ABS_MT_INDEX(ABS_MT_TOUCH_MINOR),
sys/dev/hid/hmt.c
82
HMT_ORIENTATION = ABS_MT_INDEX(ABS_MT_ORIENTATION),
sys/dev/hid/hmt.c
83
HMT_X = ABS_MT_INDEX(ABS_MT_POSITION_X),
sys/dev/hid/hmt.c
84
HMT_Y = ABS_MT_INDEX(ABS_MT_POSITION_Y),
sys/dev/hid/hmt.c
85
HMT_CONTACTID = ABS_MT_INDEX(ABS_MT_TRACKING_ID),
sys/dev/hid/hmt.c
86
HMT_PRESSURE = ABS_MT_INDEX(ABS_MT_PRESSURE),
sys/dev/hid/hmt.c
87
HMT_IN_RANGE = ABS_MT_INDEX(ABS_MT_DISTANCE),
sys/dev/hid/hmt.c
88
HMT_CONFIDENCE = ABS_MT_INDEX(ABS_MT_BLOB_ID),
sys/dev/hid/hmt.c
89
HMT_TOOL_X = ABS_MT_INDEX(ABS_MT_TOOL_X),
sys/dev/hid/hmt.c
90
HMT_TOOL_Y = ABS_MT_INDEX(ABS_MT_TOOL_Y),
sys/dev/usb/input/wmt.c
100
WMT_CONTACTID = ABS_MT_INDEX(ABS_MT_TRACKING_ID),
sys/dev/usb/input/wmt.c
101
WMT_PRESSURE = ABS_MT_INDEX(ABS_MT_PRESSURE),
sys/dev/usb/input/wmt.c
102
WMT_IN_RANGE = ABS_MT_INDEX(ABS_MT_DISTANCE),
sys/dev/usb/input/wmt.c
103
WMT_CONFIDENCE = ABS_MT_INDEX(ABS_MT_BLOB_ID),
sys/dev/usb/input/wmt.c
104
WMT_TOOL_X = ABS_MT_INDEX(ABS_MT_TOOL_X),
sys/dev/usb/input/wmt.c
105
WMT_TOOL_Y = ABS_MT_INDEX(ABS_MT_TOOL_Y),
sys/dev/usb/input/wmt.c
94
WMT_TIP_SWITCH = ABS_MT_INDEX(ABS_MT_TOOL_TYPE),
sys/dev/usb/input/wmt.c
95
WMT_WIDTH = ABS_MT_INDEX(ABS_MT_TOUCH_MAJOR),
sys/dev/usb/input/wmt.c
96
WMT_HEIGHT = ABS_MT_INDEX(ABS_MT_TOUCH_MINOR),
sys/dev/usb/input/wmt.c
97
WMT_ORIENTATION = ABS_MT_INDEX(ABS_MT_ORIENTATION),
sys/dev/usb/input/wmt.c
98
WMT_X = ABS_MT_INDEX(ABS_MT_POSITION_X),
sys/dev/usb/input/wmt.c
99
WMT_Y = ABS_MT_INDEX(ABS_MT_POSITION_Y),