Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbcon_rotate.h15 (fb_scrollmode(s) == SCROLL_REDRAW || fb_scrollmode(s) == SCROLL_MOVE) ? \
19 (fb_scrollmode(s) == SCROLL_REDRAW || fb_scrollmode(s) == SCROLL_MOVE || !(i)->fix.xpanstep) ? \
H A Dfbcon.h31 u_short scrollmode; /* Scroll Method, use fb_scrollmode() */
175 static inline u_short fb_scrollmode(struct fbcon_display *fb) in fb_scrollmode() function
H A Dfbcon.c1795 switch (fb_scrollmode(p)) { in fbcon_scroll()
1883 switch (fb_scrollmode(p)) { in fbcon_scroll()
2186 switch (fb_scrollmode(p)) { in fbcon_switch()