Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dsynaptics_usb.c128 unsigned int num_fingers, tool_width; in synusb_report_touchpad() local
139 tool_width = 5; in synusb_report_touchpad()
149 tool_width = w; in synusb_report_touchpad()
154 tool_width = 0; in synusb_report_touchpad()
175 input_report_abs(input_dev, ABS_TOOL_WIDTH, tool_width); in synusb_report_touchpad()