Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dof_touchscreen.c140 prop->swap_x_y = in touchscreen_parse_properties()
142 if (prop->swap_x_y) in touchscreen_parse_properties()
157 if (prop->swap_x_y) in touchscreen_apply_prop_to_x_y()
Diqs5xx.c528 if (prop.swap_x_y) in iqs5xx_axis_init()
532 val ^= prop.swap_x_y ? IQS5XX_FLIP_Y : IQS5XX_FLIP_X; in iqs5xx_axis_init()
535 val ^= prop.swap_x_y ? IQS5XX_FLIP_X : IQS5XX_FLIP_Y; in iqs5xx_axis_init()
551 prop.swap_x_y ? ABS_MT_POSITION_Y : in iqs5xx_axis_init()
568 prop.swap_x_y ? ABS_MT_POSITION_X : in iqs5xx_axis_init()
581 prop.swap_x_y ? IQS5XX_Y_RES : IQS5XX_X_RES, in iqs5xx_axis_init()
587 prop.swap_x_y ? IQS5XX_X_RES : IQS5XX_Y_RES, in iqs5xx_axis_init()
Dmms114.c428 props->swap_x_y = false; in mms114_parse_legacy_bindings()
Dads7846.c1344 if (!ts->core_prop.swap_x_y && pdata->swap_xy) { in ads7846_probe()
1346 ts->core_prop.swap_x_y = true; in ads7846_probe()
/kernel/linux/linux-5.10/include/linux/input/
Dtouchscreen.h17 bool swap_x_y; member