Lines Matching refs:line_length
21 line = vid_priv->fb + vid_priv->line_length - in console_set_row_1()
55 line += vid_priv->line_length; in console_set_row_1()
70 dst = vid_priv->fb + vid_priv->line_length - in console_move_rows_1()
72 src = vid_priv->fb + vid_priv->line_length - in console_move_rows_1()
77 src += vid_priv->line_length; in console_move_rows_1()
78 dst += vid_priv->line_length; in console_move_rows_1()
96 vid_priv->line_length - (y + 1) * pbytes; in console_putc_xy_1()
138 line += vid_priv->line_length; in console_putc_xy_1()
153 line = vid_priv->fb + vid_priv->ysize * vid_priv->line_length - in console_set_row_2()
154 (row + 1) * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_set_row_2()
198 end = vid_priv->fb + vid_priv->ysize * vid_priv->line_length; in console_move_rows_2()
200 vid_priv->line_length; in console_move_rows_2()
202 vid_priv->line_length; in console_move_rows_2()
203 memmove(dst, src, VIDEO_FONT_HEIGHT * vid_priv->line_length * count); in console_move_rows_2()
220 vid_priv->line_length + in console_putc_xy_2()
267 line -= vid_priv->line_length; in console_putc_xy_2()
313 line += vid_priv->line_length; in console_set_row_3()
333 src += vid_priv->line_length; in console_move_rows_3()
334 dst += vid_priv->line_length; in console_move_rows_3()
350 vid_priv->line_length + y * pbytes; in console_putc_xy_3()
394 line -= vid_priv->line_length; in console_putc_xy_3()