Home
last modified time | relevance | path

Searched refs:splash_source_load (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dsplash.h52 int splash_source_load(struct splash_location *locations, uint size);
54 static inline int splash_source_load(struct splash_location *locations, in splash_source_load() function
/OK3568_Linux_fs/u-boot/common/
H A Dsplash.c56 return splash_source_load(default_splash_locations, in splash_screen_prepare()
H A Dsplash_source.c385 int splash_source_load(struct splash_location *locations, uint size) in splash_source_load() function
/OK3568_Linux_fs/u-boot/board/compulab/cm_fx6/
H A Dcm_fx6.c72 return splash_source_load(cm_fx6_splash_locations, in splash_screen_prepare()
/OK3568_Linux_fs/u-boot/board/compulab/cm_t35/
H A Dcm_t35.c74 return splash_source_load(splash_locations, in splash_screen_prepare()