Searched refs:logo_cache (Results 1 – 1 of 1) sorted by relevance
1085 struct rockchip_logo_cache *tmp, *logo_cache = NULL; in find_or_alloc_logo_cache() local1089 logo_cache = tmp; in find_or_alloc_logo_cache()1094 if (!logo_cache) { in find_or_alloc_logo_cache()1095 logo_cache = malloc(sizeof(*logo_cache)); in find_or_alloc_logo_cache()1096 if (!logo_cache) { in find_or_alloc_logo_cache()1100 memset(logo_cache, 0, sizeof(*logo_cache)); in find_or_alloc_logo_cache()1101 strcpy(logo_cache->name, bmp); in find_or_alloc_logo_cache()1102 INIT_LIST_HEAD(&logo_cache->head); in find_or_alloc_logo_cache()1103 list_add_tail(&logo_cache->head, &logo_cache_list); in find_or_alloc_logo_cache()1106 return logo_cache; in find_or_alloc_logo_cache()[all …]