Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/input/touchscreen/
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()
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()
A Dbu21013_ts.c463 if (!ts->props.invert_y && in bu21013_probe()
A Dmms114.c436 props->invert_y = true; in mms114_parse_legacy_bindings()
A Dsilead.c111 if (data->prop.invert_y) { in silead_apply_efi_fw_min_max()
/linux-6.3-rc2/drivers/input/
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-6.3-rc2/include/linux/input/
A Dtouchscreen.h16 bool invert_y; member

Completed in 13 milliseconds