Home
last modified time | relevance | path

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

/device/qemu/riscv32_virt/liteos_m/board/driver/video/
Dkey_cache.h98 struct KeyCache *KeyCacheAlloc(struct fb_mem *fbmem, const char *name, uint8_t len);
Dfb_mem.c81 (void)KeyCacheAlloc(fbmem, key, len); in FbMemLookup()
Dkey_cache.c109 struct KeyCache *KeyCacheAlloc(struct fb_mem *fbmem, const char *name, uint8_t len) in KeyCacheAlloc() function