Lines Matching refs:fb
22 line = vid_priv->fb + vid_priv->line_length - in console_set_row_1()
71 dst = vid_priv->fb + vid_priv->line_length - in console_move_rows_1()
73 src = vid_priv->fb + vid_priv->line_length - in console_move_rows_1()
96 line = vid_priv->fb + (VID_TO_PIXEL(x_frac) + 1) * in console_putc_xy_1()
154 line = vid_priv->fb + vid_priv->ysize * vid_priv->line_length - in console_set_row_2()
199 end = vid_priv->fb + vid_priv->ysize * vid_priv->line_length; in console_move_rows_2()
220 line = vid_priv->fb + (vid_priv->ysize - y - 1) * in console_putc_xy_2()
281 line = vid_priv->fb + row * VIDEO_FONT_HEIGHT * pbytes; in console_set_row_3()
329 dst = vid_priv->fb + rowdst * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_3()
330 src = vid_priv->fb + rowsrc * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_3()
349 void *line = vid_priv->fb + in console_putc_xy_3()