Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/
H A 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()
/openbmc/linux/include/linux/input/
H A Dtouchscreen.h17 bool swap_x_y; member
/openbmc/linux/drivers/input/touchscreen/
H A Dads7846.c1310 if (!ts->core_prop.swap_x_y && pdata->swap_xy) { in ads7846_probe()
1312 ts->core_prop.swap_x_y = true; in ads7846_probe()
H A Dmms114.c474 props->swap_x_y = false; in mms114_parse_legacy_bindings()
H A Dsilead.c115 if (data->prop.swap_x_y) { in silead_apply_efi_fw_min_max()