Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-rmi.c320 int x, y, wx, wy; in rmi_f11_process_touch() local
331 wy = touch_data[3] >> 4; in rmi_f11_process_touch()
332 wide = (wx > wy); in rmi_f11_process_touch()
333 major = max(wx, wy); in rmi_f11_process_touch()
334 minor = min(wx, wy); in rmi_f11_process_touch()
/linux-4.1.27/drivers/staging/ste_rmi4/
Dsynaptics_i2c_rmi4.c314 int wx, wy; in synpatics_rmi4_touchpad_report() local
380 wy = (data[3] >> 4) & MASK_4BIT; in synpatics_rmi4_touchpad_report()
389 max(wx, wy)); in synpatics_rmi4_touchpad_report()