Home
last modified time | relevance | path

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

/drivers/hid/
Dhid-rmi.c270 u8 finger_state, u8 *touch_data) in rmi_f11_process_touch() argument
280 x = (touch_data[0] << 4) | (touch_data[2] & 0x0F); in rmi_f11_process_touch()
281 y = (touch_data[1] << 4) | (touch_data[2] >> 4); in rmi_f11_process_touch()
282 wx = touch_data[3] & 0x0F; in rmi_f11_process_touch()
283 wy = touch_data[3] >> 4; in rmi_f11_process_touch()
287 z = touch_data[4]; in rmi_f11_process_touch()