Home
last modified time | relevance | path

Searched refs:vidconsole_move_rows (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dvideo_console.h146 int vidconsole_move_rows(struct udevice *dev, uint rowdst, uint rowsrc,
/rk3399_rockchip-uboot/drivers/video/
H A Dvidconsole-uclass.c31 int vidconsole_move_rows(struct udevice *dev, uint rowdst, uint rowsrc, in vidconsole_move_rows() function
99 vidconsole_move_rows(dev, 0, rows, priv->rows - rows); in vidconsole_newline()