Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds