Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
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) in eeti_ts_read()
/linux-4.1.27/drivers/hid/
Dhid-logitech-hidpp.c700 bool flip_y; member
760 wd->flip_y ? wd->y_size - touch_report->y : in wtp_touch_event()
889 wd->flip_y = raw_info.origin == TOUCHPAD_RAW_XY_ORIGIN_LOWER_LEFT; in wtp_get_config()