Searched refs:scroll_interval (Results 1 – 1 of 1) sorted by relevance
28 static int scroll_dir, scroll_interval; variable115 if (scroll_interval != 0) in pvc_scroll_proc_write()120 scroll_interval = 0; in pvc_scroll_proc_write()124 scroll_interval = -cmd; in pvc_scroll_proc_write()127 scroll_interval = cmd; in pvc_scroll_proc_write()139 seq_printf(m, "%d\n", scroll_dir * scroll_interval); in pvc_scroll_proc_show()166 timer.expires = jiffies + scroll_interval; in pvc_proc_timerfunc()