Home
last modified time | relevance | path

Searched refs:MT_TOOL_PEN (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mtb.c57 input_mt_report_slot_state(input, MT_TOOL_PEN, true); in cyttsp5_input_report()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput.h276 #define MT_TOOL_PEN 0x01 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput.h276 #define MT_TOOL_PEN 0x01 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput.h279 #define MT_TOOL_PEN 0x01 macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h806 #define MT_TOOL_PEN 1 macro
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_ts.c932 input_mt_report_slot_state(ts->pen_idev, MT_TOOL_PEN, true); in elants_slot_report()
934 input_report_abs(ts->pen_idev, ABS_MT_TOOL_TYPE, MT_TOOL_PEN); in elants_slot_report()
944 input_mt_report_slot_state(ts->pen_idev, MT_TOOL_PEN, false); in elants_slot_report()
2113 input_mt_report_slot_state(pidev, MT_TOOL_PEN, false); in elan_release_point()
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_f12.c165 obj->mt_tool = MT_TOOL_PEN; in rmi_f12_process_objects()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dhideep.c697 #define __GET_MT_TOOL_TYPE(type) ((type) == 0x01 ? MT_TOOL_FINGER : MT_TOOL_PEN)
H A Datmel_mxt_ts.c906 tool = MT_TOOL_PEN; in mxt_proc_t100_message()
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dmulti-touch-protocol.rst314 MT_TOOL_FINGER, MT_TOOL_PEN, and MT_TOOL_PALM [#f2]_.