Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/
Dinput-mt.c136 unsigned int tool_type, bool active) in input_mt_report_slot_state() argument
154 if (id < 0 || input_mt_get_value(slot, ABS_MT_TOOL_TYPE) != tool_type) in input_mt_report_slot_state()
158 input_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, tool_type); in input_mt_report_slot_state()
/linux-4.4.14/include/linux/input/
Dmt.h104 unsigned int tool_type, bool active);