Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 Dof_touchscreen.c124 prop->invert_x = in touchscreen_parse_properties()
126 if (prop->invert_x) { in touchscreen_parse_properties()
151 if (prop->invert_x) in touchscreen_apply_prop_to_x_y()
H A 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()
H A Dbu21013_ts.c457 if (!ts->props.invert_x && in bu21013_probe()
H A Dmms114.c424 props->invert_x = true; in mms114_parse_legacy_bindings()
H A Diqs5xx.c531 if (prop.invert_x) in iqs5xx_axis_init()
H A Dgoodix.c1100 ts->prop.invert_x = true; in goodix_configure_dev()
/OK3568_Linux_fs/kernel/include/linux/input/
H A Dtouchscreen.h15 bool invert_x; member