swap_xy           118 drivers/input/touchscreen/ad7879.c 	bool			swap_xy;
swap_xy           176 drivers/input/touchscreen/ad7879.c 	if (ts->swap_xy)
swap_xy           512 drivers/input/touchscreen/ad7879.c 	ts->swap_xy = device_property_read_bool(dev, "touchscreen-swapped-x-y");
swap_xy           111 drivers/input/touchscreen/ads7846.c 	bool			swap_xy;
swap_xy          1211 drivers/input/touchscreen/ads7846.c 	pdata->swap_xy = of_property_read_bool(node, "ti,swap-xy");
swap_xy          1384 drivers/input/touchscreen/ads7846.c 	if (!ts->core_prop.swap_x_y && pdata->swap_xy) {
swap_xy           847 drivers/input/touchscreen/rohm_bu21023.c static DEVICE_ATTR_RW(swap_xy);
swap_xy            46 drivers/input/touchscreen/usbtouchscreen.c static bool swap_xy;
swap_xy            47 drivers/input/touchscreen/usbtouchscreen.c module_param(swap_xy, bool, 0644);
swap_xy            48 drivers/input/touchscreen/usbtouchscreen.c MODULE_PARM_DESC(swap_xy, "If set X and Y axes are swapped.");
swap_xy          1395 drivers/input/touchscreen/usbtouchscreen.c 	if (swap_xy) {
swap_xy            22 include/linux/spi/ads7846.h 	bool	swap_xy;		/* swap x and y axes */