Home
last modified time | relevance | path

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

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