Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/bpf/progs/
DWacom__ArtPen.bpf.c55 __u8 tool_type; member
72 .tool_type = 25,
108 __u16 *pressure, *tool_type; in SEC() local
117 params.offsets.tool_type >= PEN_REPORT_LEN - 1) in SEC()
120 tool_type = get_u16(data, params.offsets.tool_type); in SEC()
121 if (*tool_type != ART_PEN_ID) in SEC()
/linux-6.12.1/include/linux/input/
Dmt.h101 unsigned int tool_type, bool active);
/linux-6.12.1/drivers/input/
Dinput-mt.c139 unsigned int tool_type, bool active) in input_mt_report_slot_state() argument
161 input_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, tool_type); in input_mt_report_slot_state()
/linux-6.12.1/drivers/input/touchscreen/
Delants_i2c.c975 unsigned int tool_type; in elants_i2c_mt_event() local
987 tool_type = buf[FW_POS_TOOL_TYPE] & BIT(0) ? in elants_i2c_mt_event()
1021 input_mt_report_slot_state(input, tool_type, true); in elants_i2c_mt_event()
/linux-6.12.1/drivers/input/rmi4/
Drmi_f11.c568 int tool_type = MT_TOOL_FINGER; in rmi_f11_abs_pos_process() local
578 obj->mt_tool = tool_type; in rmi_f11_abs_pos_process()