Searched refs:ycount (Results 1 – 1 of 1) sorted by relevance
/drivers/video/fbdev/core/ |
D | fbcon.c | 1596 struct fbcon_display *p, int line, int count, int ycount) in fbcon_redraw_blit() argument 1598 int offset = ycount * vc->vc_cols; in fbcon_redraw_blit() 1615 ops->bmove(vc, info, line + ycount, x, in fbcon_redraw_blit() 1631 ops->bmove(vc, info, line + ycount, x, line, x, 1, in fbcon_redraw_blit() 1634 if (ycount > 0) in fbcon_redraw_blit()
|