Home
last modified time | relevance | path

Searched refs:ABS_TOOL_WIDTH (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/input/mouse/
Dfocaltech.c144 input_report_abs(dev, ABS_TOOL_WIDTH, state->width); in focaltech_report_state()
346 input_set_abs_params(dev, ABS_TOOL_WIDTH, 0, 15, 0, 0); in focaltech_set_input_params()
Dsynaptics_usb.c179 input_report_abs(input_dev, ABS_TOOL_WIDTH, tool_width); in synusb_report_touchpad()
409 input_set_abs_params(input_dev, ABS_TOOL_WIDTH, 0, 15, 0, 0); in synusb_probe()
Delantech.c399 input_report_abs(dev, ABS_TOOL_WIDTH, width); in elantech_report_absolute_v2()
535 input_report_abs(dev, ABS_TOOL_WIDTH, width); in elantech_report_absolute_v3()
599 input_report_abs(dev, ABS_TOOL_WIDTH, traces); in process_packet_head_v4()
1239 input_set_abs_params(dev, ABS_TOOL_WIDTH, ETP_WMIN_V2, in elantech_set_input_params()
1259 input_set_abs_params(dev, ABS_TOOL_WIDTH, ETP_WMIN_V2, in elantech_set_input_params()
Dbcm5974.c537 input_set_abs_params(input_dev, ABS_TOOL_WIDTH, 0, 16, 0, 0); in setup_events_to_report()
615 input_report_abs(input, ABS_TOOL_WIDTH, abs_w); in report_synaptics_data()
Delan_i2c_core.c902 input_report_abs(input, ABS_TOOL_WIDTH, mk_x); in elan_report_contact()
1074 input_set_abs_params(input, ABS_TOOL_WIDTH, 0, ETP_FINGER_WIDTH, 0, 0); in elan_setup_input_device()
Dcypress_ps2.c381 input_set_abs_params(input, ABS_TOOL_WIDTH, 0, 255, 0, 0); in cypress_set_input_params()
Dsynaptics.c1134 input_report_abs(dev, ABS_TOOL_WIDTH, finger_width); in synaptics_process_packet()
1316 input_set_abs_params(dev, ABS_TOOL_WIDTH, 0, 15, 0, 0); in set_input_params()
/Linux-v4.19/drivers/hid/
Dhid-asus.c205 input_report_abs(drvdat->input, ABS_TOOL_WIDTH, in asus_report_tool_width()
417 input_set_abs_params(input, ABS_TOOL_WIDTH, 0, in asus_input_configured()
Dhid-debug.c980 [ABS_TILT_Y] = "YTilt", [ABS_TOOL_WIDTH] = "ToolWidth",
/Linux-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h741 #define ABS_TOOL_WIDTH 0x1c macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h741 #define ABS_TOOL_WIDTH 0x1c macro
/Linux-v4.19/drivers/input/
Dmousedev.c1039 BIT_MASK(ABS_TOOL_WIDTH) },