Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/touchscreen/
Drohm_bu21023.c154 #define INV_Y 0x04 macro
814 return sprintf(buf, "%d\n", !!(ts->setup2 & INV_Y)); in inv_y_show()
834 ts->setup2 |= INV_Y; in inv_y_store()
836 ts->setup2 &= ~INV_Y; in inv_y_store()