Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dhtcpen.c46 static bool invert_y; variable
47 module_param(invert_y, bool, 0644);
48 MODULE_PARM_DESC(invert_y, "If set, Y axis is inverted");
75 if (invert_y) in htcpen_interrupt()
Dof_touchscreen.c122 prop->invert_y = in touchscreen_parse_properties()
139 if (prop->invert_y) in touchscreen_apply_prop_to_x_y()
Dbcm_iproc_tsc.c143 bool invert_y; member
252 if (priv->cfg_params.invert_y) in iproc_touchscreen_interrupt()
417 priv->cfg_params.invert_y = in iproc_get_tsc_config()
Dmms114.c416 props->invert_y = true; in mms114_parse_legacy_bindings()
Dgoodix.c707 ts->prop.invert_y = true; in goodix_configure_dev()
/Linux-v4.19/include/linux/input/
Dtouchscreen.h19 bool invert_y; member