Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/rc/
H A Dimon.c489 static int pad_thresh; variable
490 module_param(pad_thresh, int, S_IRUGO | S_IWUSR);
491 MODULE_PARM_DESC(pad_thresh, "Threshold at which a pad push registers as an arrow key in kbd mode (…
1408 threshold = pad_thresh ? pad_thresh : 28; in imon_pad_to_keys()
1463 threshold = pad_thresh ? pad_thresh : 15; in imon_pad_to_keys()