Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_display.c1191 struct rockchip_logo_cache *tmp, *logo_cache = NULL; in find_or_alloc_logo_cache() local
1196 logo_cache = tmp; in find_or_alloc_logo_cache()
1201 if (!logo_cache) { in find_or_alloc_logo_cache()
1202 logo_cache = malloc(sizeof(*logo_cache)); in find_or_alloc_logo_cache()
1203 if (!logo_cache) { in find_or_alloc_logo_cache()
1207 memset(logo_cache, 0, sizeof(*logo_cache)); in find_or_alloc_logo_cache()
1208 strcpy(logo_cache->name, bmp); in find_or_alloc_logo_cache()
1209 INIT_LIST_HEAD(&logo_cache->head); in find_or_alloc_logo_cache()
1210 list_add_tail(&logo_cache->head, &logo_cache_list); in find_or_alloc_logo_cache()
1213 return logo_cache; in find_or_alloc_logo_cache()
[all …]