Home
last modified time | relevance | path

Searched refs:splash_screen_prepare (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/common/
Dsplash.c54 __weak int splash_screen_prepare(void) in splash_screen_prepare() function
88 ret = splash_screen_prepare(); in lcd_splash()
/external/u-boot/include/
Dsplash.h61 int splash_screen_prepare(void);
/external/u-boot/doc/
DREADME.splashprepare4 The splash_screen_prepare() function is a weak function defined in
/external/u-boot/board/compulab/cm_fx6/
Dcm_fx6.c70 int splash_screen_prepare(void) in splash_screen_prepare() function
/external/u-boot/board/compulab/cm_t35/
Dcm_t35.c72 int splash_screen_prepare(void) in splash_screen_prepare() function
/external/u-boot/drivers/video/
Dcfb_console.c1860 ret = splash_screen_prepare(); in video_logo()