Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/input/touchscreen/
Drohm_bu21023.c156 #define SWAP_XY 0x10 macro
736 return sprintf(buf, "%d\n", !!(ts->setup2 & SWAP_XY)); in swap_xy_show()
756 ts->setup2 |= SWAP_XY; in swap_xy_store()
758 ts->setup2 &= ~SWAP_XY; in swap_xy_store()