Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Delantech.c707 int weight, delta_x1 = 0, delta_y1 = 0, delta_x2 = 0, delta_y2 = 0; in process_packet_motion_v4() local
722 delta_y1 = (signed char)packet[2]; in process_packet_motion_v4()
727 etd->mt[id].y -= delta_y1 * weight; in process_packet_motion_v4()