Searched refs:scroll_interval (Results 1 – 1 of 1) sorted by relevance
29 static int scroll_dir, scroll_interval; variable116 if (scroll_interval != 0) in pvc_scroll_proc_write()121 scroll_interval = 0; in pvc_scroll_proc_write()125 scroll_interval = -cmd; in pvc_scroll_proc_write()128 scroll_interval = cmd; in pvc_scroll_proc_write()140 seq_printf(m, "%d\n", scroll_dir * scroll_interval); in pvc_scroll_proc_show()167 timer.expires = jiffies + scroll_interval; in pvc_proc_timerfunc()