Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A 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()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A 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()

Completed in 4 milliseconds