Searched refs:splash_location (Results 1 – 6 of 6) sorted by relevance
283 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() local423 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 …]
28 static struct splash_location default_splash_locations[] = {
41 struct splash_location { struct52 int splash_source_load(struct splash_location *locations, uint size); argument54 static inline int splash_source_load(struct splash_location *locations, in splash_source_load()
319 static struct splash_location default_splash_locations[] = {
458 static struct splash_location splash_locations[] = {
47 static struct splash_location cm_fx6_splash_locations[] = {
Completed in 7 milliseconds