Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/touchscreen/
Drohm_bu21023.c155 #define INV_X 0x08 macro
775 return sprintf(buf, "%d\n", !!(ts->setup2 & INV_X)); in inv_x_show()
795 ts->setup2 |= INV_X; in inv_x_store()
797 ts->setup2 &= ~INV_X; in inv_x_store()