Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dusbtouchscreen.c67 static bool hwcalib_xy; variable
68 module_param(hwcalib_xy, bool, 0644);
69 MODULE_PARM_DESC(hwcalib_xy, "If set hw-calibrated X/Y are used if available");
447 if (hwcalib_xy) { in mtouch_read_data()
490 if (hwcalib_xy) { in mtouch_init()