Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/spi/
Dads7846.h11 bool swap_xy; /* swap x and y axes */ member
/linux-6.12.1/drivers/input/touchscreen/
Dad7879.c118 bool swap_xy; member
176 if (ts->swap_xy) in ad7879_report()
518 ts->swap_xy = device_property_read_bool(dev, "touchscreen-swapped-x-y"); in ad7879_parse_dt()
Dusbtouchscreen.c46 static bool swap_xy; variable
47 module_param(swap_xy, bool, 0644);
48 MODULE_PARM_DESC(swap_xy, "If set X and Y axes are swapped.");
1190 if (swap_xy) { in usbtouch_process_pkt()
Dads7846.c108 bool swap_xy; member
1159 pdata->swap_xy = device_property_read_bool(dev, "ti,swap-xy"); in ads7846_get_props()
1330 if (!ts->core_prop.swap_x_y && pdata->swap_xy) { in ads7846_probe()
Drohm_bu21023.c826 static DEVICE_ATTR_RW(swap_xy);