Lines Matching refs:fbcon_bmove
169 static void fbcon_bmove(struct vc_data *vc, int sy, int sx, int dy, int dx,
1836 fbcon_bmove(vc, 0, 0, count, 0, t, in fbcon_scroll()
1840 fbcon_bmove(vc, b - count, 0, b, 0, in fbcon_scroll()
1844 fbcon_bmove(vc, t + count, 0, t, 0, in fbcon_scroll()
1877 fbcon_bmove(vc, 0, 0, count, 0, t, in fbcon_scroll()
1881 fbcon_bmove(vc, b - count, 0, b, 0, in fbcon_scroll()
1885 fbcon_bmove(vc, t + count, 0, t, 0, in fbcon_scroll()
1927 fbcon_bmove(vc, b, 0, b - count, 0, in fbcon_scroll()
1932 fbcon_bmove(vc, count, 0, 0, 0, t, in fbcon_scroll()
1935 fbcon_bmove(vc, t, 0, t + count, 0, in fbcon_scroll()
1949 fbcon_bmove(vc, b, 0, b - count, 0, in fbcon_scroll()
1954 fbcon_bmove(vc, count, 0, 0, 0, t, in fbcon_scroll()
1957 fbcon_bmove(vc, t, 0, t + count, 0, in fbcon_scroll()
1998 static void fbcon_bmove(struct vc_data *vc, int sy, int sx, int dy, int dx, in fbcon_bmove() function
3334 .con_bmove = fbcon_bmove,