Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/mouse/
Delantech.c618 int weight, delta_x1 = 0, delta_y1 = 0, delta_x2 = 0, delta_y2 = 0; in process_packet_motion_v4() local
634 delta_x2 = (signed char)packet[4]; in process_packet_motion_v4()
644 etd->mt[sid].x += delta_x2 * weight; in process_packet_motion_v4()