Searched refs:fb_mem (Results 1 - 7 of 7) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/driver/video/ |
H A D | fb_mem.c | 31 #include "fb_mem.h"
66 int FbMemLookup(const char *key, struct fb_mem **result, uint32_t flags)
in FbMemLookup() 68 struct fb_mem *fbmem = NULL;
in FbMemLookup() 77 fbmem = (struct fb_mem *)zalloc(sizeof(struct fb_mem));
in FbMemLookup() 93 struct fb_mem *fbmem = NULL;
in register_driver() 115 struct fb_mem *fbmem = NULL;
in unregister_driver()
|
H A D | key_cache.h | 36 #include "fb_mem.h"
87 struct fb_mem *fbmem; /* vnode points to the cache */
98 struct KeyCache *KeyCacheAlloc(struct fb_mem *fbmem, const char *name, uint8_t len);
99 int KeyCacheLookup(const char *name, int len, struct fb_mem **fbmem);
100 void FbMemKeyCacheFree(struct fb_mem *fbmem);
|
H A D | fb_mem.h | 57 struct fb_mem {
struct 66 int FbMemLookup(const char *key, struct fb_mem **result, uint32_t flags);
|
H A D | key_cache.c | 109 struct KeyCache *KeyCacheAlloc(struct fb_mem *fbmem, const char *name, uint8_t len)
in KeyCacheAlloc() 149 int KeyCacheLookup(const char *name, int len, struct fb_mem **fbmem)
in KeyCacheLookup() 166 void FbMemKeyCacheFree(struct fb_mem *fbmem) {
in FbMemKeyCacheFree()
|
H A D | fb.h | 43 #include "fb_mem.h" 669 int fb_open(const char *key, struct fb_mem **result); 670 int fb_close(struct fb_mem *fbmem); 671 int fb_ioctl(struct fb_mem *fbmem, int cmd, unsigned long arg); 672 int getplaneinfo(struct fb_mem *fbmem, struct fb_planeinfo_s **result);
|
H A D | fb.c | 73 int fb_open(const char *key, struct fb_mem **result) in fb_open() 75 struct fb_mem *fbmem = NULL; in fb_open() 107 int fb_close(struct fb_mem *fbmem) in fb_close() 129 int fb_ioctl(struct fb_mem *fbMem, int cmd, unsigned long arg) in fb_ioctl() 308 int getplaneinfo(struct fb_mem *fbmem, struct fb_planeinfo_s **result) in getplaneinfo()
|
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/ |
H A D | display_layer.c | 40 struct fb_mem *fbmem;
|
Completed in 4 milliseconds