Home
last modified time | relevance | path

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

/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.c1133 p->scrollmode = SCROLL_MOVE; in fbcon_init()
1830 case SCROLL_MOVE: in fbcon_scroll()
1921 case SCROLL_MOVE: in fbcon_scroll()
2113 p->scrollmode = SCROLL_MOVE; in updatescrollmode()