Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Delantech.c706 int weight, delta_x1 = 0, delta_y1 = 0, delta_x2 = 0, delta_y2 = 0; in process_packet_motion_v4() local
720 delta_x1 = (signed char)packet[1]; in process_packet_motion_v4()
725 etd->mt[id].x += delta_x1 * weight; in process_packet_motion_v4()