Searched refs:tool_type (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/input/
H A Dmt.h101 unsigned int tool_type, bool active);
/linux-master/drivers/input/
H A Dinput-mt.c124 * @tool_type: the tool type to use in this slot
136 unsigned int tool_type, bool active)
158 input_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, tool_type);
135 input_mt_report_slot_state(struct input_dev *dev, unsigned int tool_type, bool active) argument
/linux-master/drivers/input/touchscreen/
H A Delants_i2c.c975 unsigned int tool_type; local
987 tool_type = buf[FW_POS_TOOL_TYPE] & BIT(0) ?
1021 input_mt_report_slot_state(input, tool_type, true);
/linux-master/drivers/input/rmi4/
H A Drmi_f11.c568 int tool_type = MT_TOOL_FINGER; local
578 obj->mt_tool = tool_type;
/linux-master/drivers/hid/
H A Dwacom_wac.c695 int tool_type = BTN_TOOL_PEN; local
698 return tool_type;
705 tool_type = BTN_TOOL_PENCIL;
724 tool_type = BTN_TOOL_PEN;
729 tool_type = BTN_TOOL_BRUSH;
737 tool_type = BTN_TOOL_MOUSE;
743 tool_type = BTN_TOOL_LENS;
765 tool_type = BTN_TOOL_RUBBER;
774 tool_type = BTN_TOOL_AIRBRUSH;
777 return tool_type;
[all...]

Completed in 133 milliseconds