Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Drohm_bu21023.c164 #define SWAP_XY 0x10 macro
744 return sprintf(buf, "%d\n", !!(ts->setup2 & SWAP_XY)); in swap_xy_show()
764 ts->setup2 |= SWAP_XY; in swap_xy_store()
766 ts->setup2 &= ~SWAP_XY; in swap_xy_store()