Searched refs:video_drawchars (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/video/ |
D | cfb_console.c | 319 static void video_drawchars(int xx, int yy, unsigned char *s, int count) in video_drawchars() function 504 video_drawchars(xx, yy, s, strlen((char *) s)); in video_drawstring() 509 video_drawchars(xx, yy + video_logo_height, &c, 1); in video_putchar() 1911 video_drawchars(xx, yy, p, space); in video_logo() 1924 video_drawchars(xx, yy, p, len); in video_logo() 1944 video_drawchars(VIDEO_INFO_X, in video_logo() 1950 video_drawchars(VIDEO_INFO_X + in video_logo()
|