Home
last modified time | relevance | path

Searched refs:fb_mem (Results 1 - 7 of 7) sorted by relevance

/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H A Dfb_mem.c31 #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 Dkey_cache.h36 #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 Dfb_mem.h57 struct fb_mem { struct
66 int FbMemLookup(const char *key, struct fb_mem **result, uint32_t flags);
H A Dkey_cache.c109 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 Dfb.h43 #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 Dfb.c73 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 Ddisplay_layer.c40 struct fb_mem *fbmem;

Completed in 4 milliseconds