Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/console/
Dfbcon_rotate.h15 (s == SCROLL_REDRAW || s == SCROLL_MOVE) ? \
19 (s == SCROLL_REDRAW || s == SCROLL_MOVE || !(i)->fix.xpanstep) ? \
Dfbcon.h211 #define SCROLL_MOVE 0x001 macro
Dfbcon.c1134 p->scrollmode = SCROLL_MOVE; in fbcon_init()
1826 case SCROLL_MOVE: in fbcon_scroll()
1917 case SCROLL_MOVE: in fbcon_scroll()
2109 p->scrollmode = SCROLL_MOVE; in updatescrollmode()