/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | focaltech.c | 140 input_report_abs(dev, ABS_TOOL_WIDTH, state->width); in focaltech_report_state() 342 input_set_abs_params(dev, ABS_TOOL_WIDTH, 0, 15, 0, 0); in focaltech_set_input_params()
|
H A D | synaptics_usb.c | 175 input_report_abs(input_dev, ABS_TOOL_WIDTH, tool_width); in synusb_report_touchpad() 405 input_set_abs_params(input_dev, ABS_TOOL_WIDTH, 0, 15, 0, 0); in synusb_probe()
|
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() 1229 * report ABS_PRESSURE, ABS_TOOL_WIDTH for compatibility. 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 | 523 input_set_abs_params(input_dev, ABS_TOOL_WIDTH, 0, 16, 0, 0); in setup_events_to_report() 601 input_report_abs(input, ABS_TOOL_WIDTH, abs_w); in report_synaptics_data()
|
H A D | synaptics.c | 1146 input_report_abs(dev, ABS_TOOL_WIDTH, finger_width); in synaptics_process_packet() 1328 input_set_abs_params(dev, ABS_TOOL_WIDTH, 0, 15, 0, 0); in set_input_params()
|
H A D | elan_i2c_core.c | 934 input_report_abs(input, ABS_TOOL_WIDTH, mk_x); in elan_report_contact() 1123 input_set_abs_params(input, ABS_TOOL_WIDTH, in elan_setup_input_device()
|
H A D | cypress_ps2.c | 378 input_set_abs_params(input, ABS_TOOL_WIDTH, 0, 255, 0, 0); in cypress_set_input_params()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | focaltech.c | 140 input_report_abs(dev, ABS_TOOL_WIDTH, state->width); in focaltech_report_state() 342 input_set_abs_params(dev, ABS_TOOL_WIDTH, 0, 15, 0, 0); in focaltech_set_input_params()
|
H A D | synaptics_usb.c | 175 input_report_abs(input_dev, ABS_TOOL_WIDTH, tool_width); in synusb_report_touchpad() 405 input_set_abs_params(input_dev, ABS_TOOL_WIDTH, 0, 15, 0, 0); in synusb_probe()
|
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() 1229 * report ABS_PRESSURE, ABS_TOOL_WIDTH for compatibility. 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 | 523 input_set_abs_params(input_dev, ABS_TOOL_WIDTH, 0, 16, 0, 0); in setup_events_to_report() 601 input_report_abs(input, ABS_TOOL_WIDTH, abs_w); in report_synaptics_data()
|
H A D | synaptics.c | 1151 input_report_abs(dev, ABS_TOOL_WIDTH, finger_width); in synaptics_process_packet() 1333 input_set_abs_params(dev, ABS_TOOL_WIDTH, 0, 15, 0, 0); in set_input_params()
|
H A D | elan_i2c_core.c | 971 input_report_abs(input, ABS_TOOL_WIDTH, mk_x); in elan_report_contact() 1160 input_set_abs_params(input, ABS_TOOL_WIDTH, in elan_setup_input_device()
|
H A D | cypress_ps2.c | 378 input_set_abs_params(input, ABS_TOOL_WIDTH, 0, 255, 0, 0); in cypress_set_input_params()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-asus.c | 243 input_report_abs(drvdat->input, ABS_TOOL_WIDTH, in asus_report_tool_width() 715 input_set_abs_params(input, ABS_TOOL_WIDTH, 0, in asus_input_configured()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-asus.c | 245 input_report_abs(drvdat->input, ABS_TOOL_WIDTH, in asus_report_tool_width() 815 input_set_abs_params(input, ABS_TOOL_WIDTH, 0, in asus_input_configured()
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 841 #define ABS_TOOL_WIDTH 0x1c macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input-event-codes.h | 841 #define ABS_TOOL_WIDTH 0x1c macro
|
/kernel/linux/linux-5.10/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 841 #define ABS_TOOL_WIDTH 0x1c macro
|
/kernel/linux/linux-6.6/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 865 #define ABS_TOOL_WIDTH 0x1c macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input-event-codes.h | 865 #define ABS_TOOL_WIDTH 0x1c macro
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 865 #define ABS_TOOL_WIDTH 0x1c macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 703 #define ABS_TOOL_WIDTH 0x1c macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 703 #define ABS_TOOL_WIDTH 0x1c macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 637 #define ABS_TOOL_WIDTH 0x1c macro
|