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

/linux-4.4.14/drivers/input/mouse/
H A Dsynaptics_i2c.c79 #define REL_X_REG 0x0406 macro
353 * so we get 2 bytes starting from REL_X_REG. synaptics_i2c_get_input()
355 xy_delta = synaptics_i2c_word_get(touch->client, REL_X_REG) & 0xffff; synaptics_i2c_get_input()

Completed in 52 milliseconds