Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dhtcpen.c43 static bool invert_y; variable
44 module_param(invert_y, bool, 0644);
45 MODULE_PARM_DESC(invert_y, "If set, Y axis is inverted");
72 if (invert_y) in htcpen_interrupt()
H A Dbcm_iproc_tsc.c136 bool invert_y; member
245 if (priv->cfg_params.invert_y) in iproc_touchscreen_interrupt()
410 priv->cfg_params.invert_y = in iproc_get_tsc_config()
/linux/include/linux/input/
H A Dtouchscreen.h16 bool invert_y; member