Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Deeti_ts.c38 static bool flip_x; variable
39 module_param(flip_x, bool, 0644);
40 MODULE_PARM_DESC(flip_x, "flip x coordinate");
99 if (flip_x) in eeti_ts_read()