Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbcon.c1807 static void fbcon_bmove(struct vc_data *vc, int sy, int sx, int dy, int dx, in fbcon_bmove() function
1867 fbcon_bmove(vc, 0, 0, count, 0, t, in fbcon_scroll()
1871 fbcon_bmove(vc, b - count, 0, b, 0, in fbcon_scroll()
1875 fbcon_bmove(vc, t + count, 0, t, 0, in fbcon_scroll()
1908 fbcon_bmove(vc, 0, 0, count, 0, t, in fbcon_scroll()
1912 fbcon_bmove(vc, b - count, 0, b, 0, in fbcon_scroll()
1916 fbcon_bmove(vc, t + count, 0, t, 0, in fbcon_scroll()
1955 fbcon_bmove(vc, b, 0, b - count, 0, in fbcon_scroll()
1960 fbcon_bmove(vc, count, 0, 0, 0, t, in fbcon_scroll()
1963 fbcon_bmove(vc, t, 0, t + count, 0, in fbcon_scroll()
[all …]