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.c1368 static int scrollback_max = 0; variable
1449 scrollback_max += count; in ywrap_up()
1450 if (scrollback_max > scrollback_phys_max) in ywrap_up()
1451 scrollback_max = scrollback_phys_max; in ywrap_up()
1468 scrollback_max -= count; in ywrap_down()
1469 if (scrollback_max < 0) in ywrap_down()
1470 scrollback_max = 0; in ywrap_down()
1492 scrollback_max += count; in ypan_up()
1493 if (scrollback_max > scrollback_phys_max) in ypan_up()
1494 scrollback_max in ypan_up()
[all...]