Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds