swap_x_y 1384 drivers/input/touchscreen/ads7846.c if (!ts->core_prop.swap_x_y && pdata->swap_xy) { swap_x_y 1386 drivers/input/touchscreen/ads7846.c ts->core_prop.swap_x_y = true; swap_x_y 528 drivers/input/touchscreen/iqs5xx.c if (prop.swap_x_y) swap_x_y 532 drivers/input/touchscreen/iqs5xx.c val ^= prop.swap_x_y ? IQS5XX_FLIP_Y : IQS5XX_FLIP_X; swap_x_y 535 drivers/input/touchscreen/iqs5xx.c val ^= prop.swap_x_y ? IQS5XX_FLIP_X : IQS5XX_FLIP_Y; swap_x_y 551 drivers/input/touchscreen/iqs5xx.c prop.swap_x_y ? ABS_MT_POSITION_Y : swap_x_y 568 drivers/input/touchscreen/iqs5xx.c prop.swap_x_y ? ABS_MT_POSITION_X : swap_x_y 581 drivers/input/touchscreen/iqs5xx.c prop.swap_x_y ? IQS5XX_Y_RES : IQS5XX_X_RES, swap_x_y 587 drivers/input/touchscreen/iqs5xx.c prop.swap_x_y ? IQS5XX_X_RES : IQS5XX_Y_RES, swap_x_y 418 drivers/input/touchscreen/mms114.c props->swap_x_y = false; swap_x_y 141 drivers/input/touchscreen/of_touchscreen.c prop->swap_x_y = swap_x_y 143 drivers/input/touchscreen/of_touchscreen.c if (prop->swap_x_y) swap_x_y 158 drivers/input/touchscreen/of_touchscreen.c if (prop->swap_x_y) swap_x_y 17 include/linux/input/touchscreen.h bool swap_x_y;