Searched refs:rowsrc (Results 1 - 5 of 5) sorted by relevance

/u-boot/drivers/video/
H A Dconsole_rotate.c43 static int console_move_rows_1(struct udevice *dev, uint rowdst, uint rowsrc, argument
57 (rowsrc + count) * fontdata->height * pbytes;
129 static int console_move_rows_2(struct udevice *dev, uint rowdst, uint rowsrc, argument
142 src = end - (rowsrc + count) * fontdata->height *
207 static int console_move_rows_3(struct udevice *dev, uint rowdst, uint rowsrc, argument
219 src = vid_priv->fb + rowsrc * fontdata->height * pbytes;
H A Dconsole_normal.c47 uint rowsrc, uint count)
58 src = vid_priv->fb + rowsrc * fontdata->height * vid_priv->line_length;
46 console_move_rows(struct udevice *dev, uint rowdst, uint rowsrc, uint count) argument
H A Dvidconsole-uclass.c33 int vidconsole_move_rows(struct udevice *dev, uint rowdst, uint rowsrc, argument
40 return ops->move_rows(dev, rowdst, rowsrc, count);
H A Dconsole_truetype.c241 uint rowsrc, uint count)
251 src = vid_priv->fb + rowsrc * met->font_size * vid_priv->line_length;
258 diff = (rowsrc - rowdst) * met->font_size;
240 console_truetype_move_rows(struct udevice *dev, uint rowdst, uint rowsrc, uint count) argument
/u-boot/include/
H A Dvideo_console.h141 * @rowsrc: Source start text row
145 int (*move_rows)(struct udevice *dev, uint rowdst, uint rowsrc,
420 * @rowsrc: Source start text row
424 int vidconsole_move_rows(struct udevice *dev, uint rowdst, uint rowsrc,

Completed in 55 milliseconds