Searched refs:MT_TOOL_PEN (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_mtb.c | 57 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 D | input.h | 276 #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 D | input.h | 276 #define MT_TOOL_PEN 0x01 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input.h | 279 #define MT_TOOL_PEN 0x01 macro
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 806 #define MT_TOOL_PEN 1 macro
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/ |
| H A D | elan_ts.c | 932 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 D | rmi_f12.c | 165 obj->mt_tool = MT_TOOL_PEN; in rmi_f12_process_objects()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | hideep.c | 697 #define __GET_MT_TOOL_TYPE(type) ((type) == 0x01 ? MT_TOOL_FINGER : MT_TOOL_PEN)
|
| H A D | atmel_mxt_ts.c | 906 tool = MT_TOOL_PEN; in mxt_proc_t100_message()
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | multi-touch-protocol.rst | 314 MT_TOOL_FINGER, MT_TOOL_PEN, and MT_TOOL_PALM [#f2]_.
|