Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dsynaptics_i2c.c338 int xy_delta, gesture; in synaptics_i2c_get_input() local
354 xy_delta = synaptics_i2c_word_get(touch->client, REL_X_REG) & 0xffff; in synaptics_i2c_get_input()
357 x_delta = xy_delta & 0xff; in synaptics_i2c_get_input()
358 y_delta = (xy_delta >> REGISTER_LENGTH) & 0xff; in synaptics_i2c_get_input()
368 return xy_delta || gesture; in synaptics_i2c_get_input()