Searched refs:tool_type (Results 1 - 6 of 6) sorted by path

/linux-master/drivers/hid/bpf/progs/
H A DWacom__ArtPen.bpf.c55 __u8 tool_type; member in struct:wacom_params::__anon306
72 .tool_type = 25,
108 __u16 *pressure, *tool_type; local
117 params.offsets.tool_type >= PEN_REPORT_LEN - 1)
120 tool_type = get_u16(data, params.offsets.tool_type);
121 if (*tool_type != ART_PEN_ID)
/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...]
/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/rmi4/
H A Drmi_f11.c568 int tool_type = MT_TOOL_FINGER; local
578 obj->mt_tool = tool_type;
/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/include/linux/input/
H A Dmt.h101 unsigned int tool_type, bool active);

Completed in 240 milliseconds