Searched refs:ABS_TOOL_WIDTH (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/input/mouse/ |
| H A D | focaltech.c | 139 input_report_abs(dev, ABS_TOOL_WIDTH, state->width); in focaltech_report_state() 341 input_set_abs_params(dev, ABS_TOOL_WIDTH, 0, 15, 0, 0); in focaltech_set_input_params()
|
| H A D | elantech.c | 483 input_report_abs(dev, ABS_TOOL_WIDTH, width); in elantech_report_absolute_v2() 632 input_report_abs(dev, ABS_TOOL_WIDTH, width); in elantech_report_absolute_v3() 697 input_report_abs(dev, ABS_TOOL_WIDTH, traces); in process_packet_head_v4() 1213 input_set_abs_params(dev, ABS_TOOL_WIDTH, ETP_WMIN_V2, in elantech_set_input_params() 1233 input_set_abs_params(dev, ABS_TOOL_WIDTH, ETP_WMIN_V2, in elantech_set_input_params()
|
| H A D | bcm5974.c | 525 input_set_abs_params(input_dev, ABS_TOOL_WIDTH, 0, 16, 0, 0); in setup_events_to_report() 603 input_report_abs(input, ABS_TOOL_WIDTH, abs_w); in report_synaptics_data()
|
| H A D | elan_i2c_core.c | 1007 input_report_abs(input, ABS_TOOL_WIDTH, mk_x); in elan_report_contact() 1196 input_set_abs_params(input, ABS_TOOL_WIDTH, in elan_setup_input_device()
|
| H A D | cypress_ps2.c | 339 input_set_abs_params(input, ABS_TOOL_WIDTH, 0, 255, 0, 0); in cypress_set_input_params()
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 894 #define ABS_TOOL_WIDTH 0x1c 866 #define ABS_TOOL_WIDTH global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 894 #define ABS_TOOL_WIDTH 0x1c macro
|
| /linux/drivers/input/ |
| H A D | mousedev.c | 1036 BIT_MASK(ABS_TOOL_WIDTH) },
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3520 [ABS_TILT_Y] = "YTilt", [ABS_TOOL_WIDTH] = "ToolWidth",
|