Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/lasat/
Dpicvue_proc.c29 static int scroll_dir, scroll_interval; variable
116 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()