Home
last modified time | relevance | path

Searched refs:lcd_splash (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dsplash.h70 int lcd_splash(ulong addr);
72 static inline int lcd_splash(ulong addr) in lcd_splash() function
/OK3568_Linux_fs/u-boot/board/bluewater/gurnard/
H A Dgurnard.c118 static void lcd_splash(int width, int height) in lcd_splash() function
394 lcd_splash(480, 272); in board_late_init()
/OK3568_Linux_fs/u-boot/common/
H A Dsplash.c84 int lcd_splash(ulong addr) in lcd_splash() function
H A Dlcd.c230 if (lcd_splash(addr) == 0) { in lcd_clear()