Home
last modified time | relevance | path

Searched refs:invert_y (Results 1 – 7 of 7) 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()
H A Dbu21013_ts.c464 if (!ts->props.invert_y && in bu21013_probe()
H A Dmms114.c472 props->invert_y = true; in mms114_parse_legacy_bindings()
H A Dsilead.c110 if (data->prop.invert_y) { in silead_apply_efi_fw_min_max()
/linux/drivers/input/
H A Dtouchscreen.c133 prop->invert_y = in touchscreen_parse_properties()
135 if (prop->invert_y) { in touchscreen_parse_properties()
155 if (prop->invert_y) in touchscreen_apply_prop_to_x_y()
/linux/include/linux/input/
H A Dtouchscreen.h16 bool invert_y; member