Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/mouse/
Delantech.c399 input_report_abs(dev, ABS_TOOL_WIDTH, width); in elantech_report_absolute_v2()
485 input_report_abs(dev, ABS_TOOL_WIDTH, width); in elantech_report_absolute_v3()
551 input_report_abs(dev, ABS_TOOL_WIDTH, traces); in process_packet_head_v4()
1059 input_set_abs_params(dev, ABS_TOOL_WIDTH, ETP_WMIN_V2, in elantech_set_input_params()
1088 input_set_abs_params(dev, ABS_TOOL_WIDTH, ETP_WMIN_V2, in elantech_set_input_params()
Dsynaptics_usb.c176 input_report_abs(input_dev, ABS_TOOL_WIDTH, tool_width); in synusb_report_touchpad()
398 input_set_abs_params(input_dev, ABS_TOOL_WIDTH, 0, 15, 0, 0); in synusb_probe()
Dbcm5974.c421 input_set_abs_params(input_dev, ABS_TOOL_WIDTH, in setup_events_to_report()
571 input_report_abs(input, ABS_TOOL_WIDTH, abs_w); in report_tp_state()
Dsynaptics.c1103 input_report_abs(dev, ABS_TOOL_WIDTH, finger_width); in synaptics_process_packet()
1247 input_set_abs_params(dev, ABS_TOOL_WIDTH, 0, 15, 0, 0); in set_input_params()
/linux-3.4.99/drivers/hid/
Dhid-debug.c844 [ABS_TILT_Y] = "YTilt", [ABS_TOOL_WIDTH] = "ToolWidth",
/linux-3.4.99/include/linux/
Dinput.h797 #define ABS_TOOL_WIDTH 0x1c macro
/linux-3.4.99/drivers/input/
Dmousedev.c1040 BIT_MASK(ABS_TOOL_WIDTH) },