Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/platform_data/
Dad7879.h16 bool swap_xy; /* swap x and y axes */ member
/Linux-v4.19/drivers/input/touchscreen/
Dad7879.c120 bool swap_xy; member
178 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()
Dads7846.c113 bool swap_xy; member
829 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()
Dusbtouchscreen.c59 static bool swap_xy; variable
60 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()
Drohm_bu21023.c855 static DEVICE_ATTR_RW(swap_xy);
/Linux-v4.19/include/linux/spi/
Dads7846.h22 bool swap_xy; /* swap x and y axes */ member