Searched refs:swap_x_y (Results 1 – 5 of 5) sorted by relevance
140 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()
528 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()
428 props->swap_x_y = false; in mms114_parse_legacy_bindings()
1344 if (!ts->core_prop.swap_x_y && pdata->swap_xy) { in ads7846_probe()1346 ts->core_prop.swap_x_y = true; in ads7846_probe()
17 bool swap_x_y; member