Searched refs:flip_y (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/input/touchscreen/
H A Deeti_ts.c42 static bool flip_y; variable
43 module_param(flip_y, bool, 0644);
44 MODULE_PARM_DESC(flip_y, "flip y coordinate");
102 if (flip_y) eeti_ts_read()
/linux-4.1.27/drivers/hid/
H A Dhid-logitech-hidpp.c700 bool flip_y; member in struct:wtp_data
760 wd->flip_y ? wd->y_size - touch_report->y : wtp_touch_event()
889 wd->flip_y = raw_info.origin == TOUCHPAD_RAW_XY_ORIGIN_LOWER_LEFT; wtp_get_config()

Completed in 91 milliseconds