Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dhtcpen.c40 static bool invert_x; variable
41 module_param(invert_x, bool, 0644);
42 MODULE_PARM_DESC(invert_x, "If set, X axis is inverted");
70 if (invert_x) in htcpen_interrupt()
H A Dbcm_iproc_tsc.c135 bool invert_x; member
242 if (priv->cfg_params.invert_x) in iproc_touchscreen_interrupt()
408 priv->cfg_params.invert_x = in iproc_get_tsc_config()
H A Dbu21013_ts.c457 if (!ts->props.invert_x && in bu21013_probe()
H A Dmms114.c470 props->invert_x = true; in mms114_parse_legacy_bindings()
H A Dgoodix.c1209 ts->prop.invert_x = true; in goodix_configure_dev()
/linux/drivers/input/
H A Dtouchscreen.c125 prop->invert_x = in touchscreen_parse_properties()
127 if (prop->invert_x) { in touchscreen_parse_properties()
152 if (prop->invert_x) in touchscreen_apply_prop_to_x_y()
/linux/include/linux/input/
H A Dtouchscreen.h15 bool invert_x; member