Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/input/
Dtouchscreen.c141 prop->swap_x_y = in touchscreen_parse_properties()
143 if (prop->swap_x_y) in touchscreen_parse_properties()
158 if (prop->swap_x_y) in touchscreen_apply_prop_to_x_y()
/Linux-v5.15/include/linux/input/
Dtouchscreen.h17 bool swap_x_y; member
/Linux-v5.15/drivers/input/touchscreen/
Dads7846.c1341 if (!ts->core_prop.swap_x_y && pdata->swap_xy) { in ads7846_probe()
1343 ts->core_prop.swap_x_y = true; in ads7846_probe()
Dmms114.c438 props->swap_x_y = false; in mms114_parse_legacy_bindings()