Searched refs:plot_logo_or_black (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/video/ |
D | cfb_console.c | 1693 static void plot_logo_or_black(void *screen, int x, int y, int black); 1697 plot_logo_or_black(screen, x, y, 0); in logo_plot() 1702 plot_logo_or_black(video_fb_address, video_logo_xpos, video_logo_ypos, in logo_black() 1721 static void plot_logo_or_black(void *screen, int x, int y, int black) in plot_logo_or_black() function
|