Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dhtcpen.c43 static bool invert_x; variable
44 module_param(invert_x, bool, 0644);
45 MODULE_PARM_DESC(invert_x, "If set, X axis is inverted");
73 if (invert_x) in htcpen_interrupt()
Dof_touchscreen.c120 prop->invert_x = in touchscreen_parse_properties()
136 if (prop->invert_x) in touchscreen_apply_prop_to_x_y()
Dbcm_iproc_tsc.c142 bool invert_x; member
249 if (priv->cfg_params.invert_x) in iproc_touchscreen_interrupt()
415 priv->cfg_params.invert_x = in iproc_get_tsc_config()
Dmms114.c414 props->invert_x = true; in mms114_parse_legacy_bindings()
Dgoodix.c706 ts->prop.invert_x = true; in goodix_configure_dev()
/Linux-v4.19/include/linux/input/
Dtouchscreen.h18 bool invert_x; member