Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dbriq_panel.c41 static int vfd_cursor; variable
121 vfd_cursor = 20; in ScrollVFD()
148 vfd_cursor = 0; in do_write()
152 if (vfd_cursor < 20) vfd_cursor = 20; in do_write()
153 else if (vfd_cursor < 40) vfd_cursor = 40; in do_write()
154 else if (vfd_cursor < 60) vfd_cursor = 60; in do_write()
155 if (vfd_cursor > 59) ScrollVFD(); in do_write()
160 if (vfd_cursor > 39) ScrollVFD(); in do_write()
161 vfd[vfd_cursor++] = *buf; in do_write()