Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/spi/
Dad7879.h15 bool swap_xy; /* swap x and y axes */ member
Dads7846.h21 bool swap_xy; /* swap x and y axes */ member
/linux-4.1.27/drivers/input/touchscreen/
Dad7879.c120 bool swap_xy; member
164 if (ts->swap_xy) in ad7879_report()
520 ts->swap_xy = pdata->swap_xy; in ad7879_probe()
Dads7846.c113 bool swap_xy; member
827 if (ts->swap_xy) in ads7846_report_state()
1212 pdata->swap_xy = of_property_read_bool(node, "ti,swap-xy"); in ads7846_probe_dt()
1315 ts->swap_xy = pdata->swap_xy; in ads7846_probe()
Dusbtouchscreen.c63 static bool swap_xy; variable
64 module_param(swap_xy, bool, 0644);
65 MODULE_PARM_DESC(swap_xy, "If set X and Y axes are swapped.");
1315 if (swap_xy) { in usbtouch_process_pkt()