Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/
Dinput-mt.c153 id = input_mt_get_value(slot, ABS_MT_TRACKING_ID); in input_mt_report_slot_state()
154 if (id < 0 || input_mt_get_value(slot, ABS_MT_TOOL_TYPE) != tool_type) in input_mt_report_slot_state()
209 int id = input_mt_get_value(ps, ABS_MT_TRACKING_ID); in input_mt_report_pointer_emulation()
225 int x = input_mt_get_value(oldest, ABS_MT_POSITION_X); in input_mt_report_pointer_emulation()
226 int y = input_mt_get_value(oldest, ABS_MT_POSITION_Y); in input_mt_report_pointer_emulation()
232 int p = input_mt_get_value(oldest, ABS_MT_PRESSURE); in input_mt_report_pointer_emulation()
356 x = input_mt_get_value(s, ABS_MT_POSITION_X); in input_mt_set_matrix()
357 y = input_mt_get_value(s, ABS_MT_POSITION_Y); in input_mt_set_matrix()
Devdev.c836 int value = input_mt_get_value(&mt->slots[i], code); in evdev_handle_mt_request()
/linux-4.1.27/include/linux/input/
Dmt.h62 static inline int input_mt_get_value(const struct input_mt_slot *slot, in input_mt_get_value() function
70 return input_mt_get_value(slot, ABS_MT_TRACKING_ID) >= 0; in input_mt_is_active()
/linux-4.1.27/drivers/hid/
Dwacom_wac.c1085 int id = input_mt_get_value(ps, ABS_MT_TRACKING_ID); in wacom_wac_finger_count_touches()