Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbcon.c1385 static int scrollback_max = 0; variable
1466 scrollback_max += count; in ywrap_up()
1467 if (scrollback_max > scrollback_phys_max) in ywrap_up()
1468 scrollback_max = scrollback_phys_max; in ywrap_up()
1485 scrollback_max -= count; in ywrap_down()
1486 if (scrollback_max < 0) in ywrap_down()
1487 scrollback_max = 0; in ywrap_down()
1509 scrollback_max += count; in ypan_up()
1510 if (scrollback_max > scrollback_phys_max) in ypan_up()
1511 scrollback_max = scrollback_phys_max; in ypan_up()
[all …]