Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/input/
Dinput-mt.c94 id = input_mt_get_value(mt, ABS_MT_TRACKING_ID); in input_mt_report_slot_state()
95 if (id < 0 || input_mt_get_value(mt, ABS_MT_TOOL_TYPE) != tool_type) in input_mt_report_slot_state()
143 int id = input_mt_get_value(ps, ABS_MT_TRACKING_ID); in input_mt_report_pointer_emulation()
159 int x = input_mt_get_value(oldest, ABS_MT_POSITION_X); in input_mt_report_pointer_emulation()
160 int y = input_mt_get_value(oldest, ABS_MT_POSITION_Y); in input_mt_report_pointer_emulation()
161 int p = input_mt_get_value(oldest, ABS_MT_PRESSURE); in input_mt_report_pointer_emulation()
/linux-2.6.39/include/linux/input/
Dmt.h32 static inline int input_mt_get_value(const struct input_mt_slot *slot, in input_mt_get_value() function