Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Drohm_bu21023.c163 #define INV_X 0x08 macro
783 return sprintf(buf, "%d\n", !!(ts->setup2 & INV_X)); in inv_x_show()
803 ts->setup2 |= INV_X; in inv_x_store()
805 ts->setup2 &= ~INV_X; in inv_x_store()