Home
last modified time | relevance | path

Searched refs:swap_xy (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/include/linux/spi/
H A Dads7846.h11 bool swap_xy; /* swap x and y axes */ member
/kernel/linux/linux-5.10/include/linux/spi/
H A Dads7846.h22 bool swap_xy; /* swap x and y axes */ member
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dad7879.c118 bool swap_xy; member
176 if (ts->swap_xy) in ad7879_report()
512 ts->swap_xy = device_property_read_bool(dev, "touchscreen-swapped-x-y"); in ad7879_parse_dt()
H A Dads7846.c115 bool swap_xy; member
1170 pdata->swap_xy = of_property_read_bool(node, "ti,swap-xy"); in ads7846_probe_dt()
1344 if (!ts->core_prop.swap_x_y && pdata->swap_xy) { in ads7846_probe()
H A 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.");
1395 if (swap_xy) { in usbtouch_process_pkt()
H A Drohm_bu21023.c847 static DEVICE_ATTR_RW(swap_xy);
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dad7879.c118 bool swap_xy; member
176 if (ts->swap_xy) in ad7879_report()
512 ts->swap_xy = device_property_read_bool(dev, "touchscreen-swapped-x-y"); in ad7879_parse_dt()
H A Dads7846.c108 bool swap_xy; member
1133 pdata->swap_xy = device_property_read_bool(dev, "ti,swap-xy"); in ads7846_get_props()
1300 if (!ts->core_prop.swap_x_y && pdata->swap_xy) { in ads7846_probe()
H A 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.");
1398 if (swap_xy) { in usbtouch_process_pkt()
H A Drohm_bu21023.c847 static DEVICE_ATTR_RW(swap_xy);

Completed in 15 milliseconds