Home
last modified time | relevance | path

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

/u-boot/common/
A Dsplash_source.c283 static struct splash_location *select_splash_location( in select_splash_location()
284 struct splash_location *locations, uint size) in select_splash_location()
409 struct splash_location *splash_location; in splash_source_load() local
423 splash_location = select_splash_location(locations, size); in splash_source_load()
424 if (!splash_location) in splash_source_load()
427 if (splash_location->flags == SPLASH_STORAGE_RAW) in splash_source_load()
428 return splash_load_raw(splash_location, bmp_load_addr); in splash_source_load()
429 else if (splash_location->flags == SPLASH_STORAGE_FS) in splash_source_load()
430 return splash_load_fs(splash_location, bmp_load_addr); in splash_source_load()
432 else if (splash_location->flags == SPLASH_STORAGE_FIT) in splash_source_load()
[all …]
A Dsplash.c28 static struct splash_location default_splash_locations[] = {
/u-boot/include/
A Dsplash.h41 struct splash_location { struct
52 int splash_source_load(struct splash_location *locations, uint size); argument
54 static inline int splash_source_load(struct splash_location *locations, in splash_source_load()
/u-boot/board/menlo/m53menlo/
A Dm53menlo.c319 static struct splash_location default_splash_locations[] = {
/u-boot/board/friendlyarm/nanopi2/
A Dboard.c458 static struct splash_location splash_locations[] = {
/u-boot/board/compulab/cm_fx6/
A Dcm_fx6.c47 static struct splash_location cm_fx6_splash_locations[] = {

Completed in 7 milliseconds