Searched refs:swap_xy (Results 1 – 6 of 6) sorted by relevance
16 bool swap_xy; /* swap x and y axes */ member
120 bool swap_xy; member178 if (ts->swap_xy) in ad7879_report()522 ts->swap_xy = device_property_read_bool(dev, "touchscreen-swapped-x-y"); in ad7879_parse_dt()547 ts->swap_xy = !pdata->swap_xy; in ad7879_probe()
113 bool swap_xy; member829 if (ts->swap_xy) in ads7846_report_state()1214 pdata->swap_xy = of_property_read_bool(node, "ti,swap-xy"); in ads7846_probe_dt()1318 ts->swap_xy = pdata->swap_xy; in ads7846_probe()
59 static bool swap_xy; variable60 module_param(swap_xy, bool, 0644);61 MODULE_PARM_DESC(swap_xy, "If set X and Y axes are swapped.");1407 if (swap_xy) { in usbtouch_process_pkt()
855 static DEVICE_ATTR_RW(swap_xy);
22 bool swap_xy; /* swap x and y axes */ member