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

/linux-4.4.14/drivers/input/touchscreen/
H A Drohm_bu21023.c162 #define INV_Y 0x04 macro
822 return sprintf(buf, "%d\n", !!(ts->setup2 & INV_Y)); inv_y_show()
842 ts->setup2 |= INV_Y; inv_y_store()
844 ts->setup2 &= ~INV_Y; inv_y_store()

Completed in 133 milliseconds