Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/lasat/
Dpicvue_proc.c28 static int scroll_dir, scroll_interval; variable
115 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()