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.c1384 static int scrollback_max = 0; variable
1465 scrollback_max += count; in ywrap_up()
1466 if (scrollback_max > scrollback_phys_max) in ywrap_up()
1467 scrollback_max = scrollback_phys_max; in ywrap_up()
1484 scrollback_max -= count; in ywrap_down()
1485 if (scrollback_max < 0) in ywrap_down()
1486 scrollback_max = 0; in ywrap_down()
1508 scrollback_max += count; in ypan_up()
1509 if (scrollback_max > scrollback_phys_max) in ypan_up()
1510 scrollback_max = scrollback_phys_max; in ypan_up()
[all …]