Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
H A Dbyd.c293 typeof(jiffies) tap_time = in byd_process_byte() local
295 priv->touch = time_after(jiffies, tap_time); in byd_process_byte()
/linux/drivers/input/
H A Dmousedev.c47 static unsigned tap_time = 200; variable
48 module_param(tap_time, uint, 0644);
49 MODULE_PARM_DESC(tap_time, "Tap time for touchpads in absolute mode (msecs)");
324 mousedev->touch + msecs_to_jiffies(tap_time))) { in mousedev_touchpad_touch()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt3628 mousedev.tap_time=