Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/include/linux/input/
Dtouchscreen.h17 bool swap_x_y; member
/linux-6.1.9/drivers/input/touchscreen/
Dads7846.c1334 if (!ts->core_prop.swap_x_y && pdata->swap_xy) { in ads7846_probe()
1336 ts->core_prop.swap_x_y = true; in ads7846_probe()
Dmms114.c438 props->swap_x_y = false; in mms114_parse_legacy_bindings()
Dsilead.c116 if (data->prop.swap_x_y) { in silead_apply_efi_fw_min_max()