Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Dsynaptics_i2c.c341 s8 x_delta, y_delta; in synaptics_i2c_get_input() local
358 x_delta = xy_delta & 0xff; in synaptics_i2c_get_input()
365 input_report_rel(input, REL_X, x_delta); in synaptics_i2c_get_input()