Searched refs:rowsrc (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lcd_console_rotation.c | 47 u32 rowdst, u32 rowsrc) in console_moverow90() argument 56 (rowsrc*VIDEO_FONT_HEIGHT+1); in console_moverow90() 99 u32 rowdst, u32 rowsrc) in console_moverow180() argument 107 (pcons->rows-rowsrc-1) * VIDEO_FONT_HEIGHT * in console_moverow180() 148 u32 rowdst, u32 rowsrc) in console_moverow270() argument 155 rowsrc*VIDEO_FONT_HEIGHT; in console_moverow270()
|
| H A D | lcd_console.c | 76 u32 rowdst, u32 rowsrc) in console_moverow0() argument 84 rowsrc * VIDEO_FONT_HEIGHT * in console_moverow0()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | console_rotate.c | 62 static int console_move_rows_1(struct udevice *dev, uint rowdst, uint rowsrc, in console_move_rows_1() argument 74 (rowsrc + count) * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_1() 191 static int console_move_rows_2(struct udevice *dev, uint rowdst, uint rowsrc, in console_move_rows_2() argument 202 src = end - (rowsrc + count) * VIDEO_FONT_HEIGHT * in console_move_rows_2() 320 static int console_move_rows_3(struct udevice *dev, uint rowdst, uint rowsrc, in console_move_rows_3() argument 330 src = vid_priv->fb + rowsrc * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_3()
|
| H A D | console_normal.c | 61 uint rowsrc, uint count) in console_normal_move_rows() argument 68 src = vid_priv->fb + rowsrc * VIDEO_FONT_HEIGHT * vid_priv->line_length; in console_normal_move_rows()
|
| H A D | console_truetype.c | 170 uint rowsrc, uint count) in console_truetype_move_rows() argument 179 src = vid_priv->fb + rowsrc * priv->font_size * vid_priv->line_length; in console_truetype_move_rows() 183 diff = (rowsrc - rowdst) * priv->font_size; in console_truetype_move_rows()
|
| H A D | vidconsole-uclass.c | 31 int vidconsole_move_rows(struct udevice *dev, uint rowdst, uint rowsrc, in vidconsole_move_rows() argument 38 return ops->move_rows(dev, rowdst, rowsrc, count); in vidconsole_move_rows()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | video_console.h | 78 int (*move_rows)(struct udevice *dev, uint rowdst, uint rowsrc, 146 int vidconsole_move_rows(struct udevice *dev, uint rowdst, uint rowsrc,
|
| H A D | lcd_console.h | 16 u32 rowdst, u32 rowsrc);
|