Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dusbtouchscreen.c50 static bool hwcalib_xy; variable
51 module_param(hwcalib_xy, bool, 0644);
52 MODULE_PARM_DESC(hwcalib_xy, "If set hw-calibrated X/Y are used if available");
435 if (hwcalib_xy) { in mtouch_read_data()
560 if (hwcalib_xy) { in mtouch_init()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dusbtouchscreen.c50 static bool hwcalib_xy; variable
51 module_param(hwcalib_xy, bool, 0644);
52 MODULE_PARM_DESC(hwcalib_xy, "If set hw-calibrated X/Y are used if available");
435 if (hwcalib_xy) { in mtouch_read_data()
560 if (hwcalib_xy) { in mtouch_init()

Completed in 4 milliseconds