Searched refs:input_mt_get_value (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/input/ | 
| D | input-mt.c | 152 	id = input_mt_get_value(slot, ABS_MT_TRACKING_ID);  in input_mt_report_slot_state()210 		int id = input_mt_get_value(ps, ABS_MT_TRACKING_ID);  in input_mt_report_pointer_emulation()
 241 		int x = input_mt_get_value(oldest, ABS_MT_POSITION_X);  in input_mt_report_pointer_emulation()
 242 		int y = input_mt_get_value(oldest, ABS_MT_POSITION_Y);  in input_mt_report_pointer_emulation()
 248 			int p = input_mt_get_value(oldest, ABS_MT_PRESSURE);  in input_mt_report_pointer_emulation()
 372 		x = input_mt_get_value(s, ABS_MT_POSITION_X);  in input_mt_set_matrix()
 373 		y = input_mt_get_value(s, ABS_MT_POSITION_Y);  in input_mt_set_matrix()
 
 | 
| D | evdev.c | 947 		int value = input_mt_get_value(&mt->slots[i], code);  in evdev_handle_mt_request()
 | 
| /Linux-v5.4/include/linux/input/ | 
| D | mt.h | 59 static inline int input_mt_get_value(const struct input_mt_slot *slot,  in input_mt_get_value()  function67 	return input_mt_get_value(slot, ABS_MT_TRACKING_ID) >= 0;  in input_mt_is_active()
 
 | 
| /Linux-v5.4/drivers/hid/ | 
| D | hid-asus.c | 210 		int id = input_mt_get_value(ps, ABS_MT_TRACKING_ID);  in asus_report_tool_width()223 			input_mt_get_value(oldest, ABS_MT_TOUCH_MAJOR));  in asus_report_tool_width()
 
 | 
| D | wacom_wac.c | 1244 		int id = input_mt_get_value(ps, ABS_MT_TRACKING_ID);  in wacom_wac_finger_count_touches()
 |