Searched refs:getcmap (Results 1 – 5 of 5) sorted by relevance
169 DEBUGASSERT(fb->vtable != NULL && fb->vtable->getcmap != NULL); in fb_ioctl()170 ret = fb->vtable->getcmap(fb->vtable, &cmap); in fb_ioctl()
484 int (*getcmap)(struct fb_vtable_s *vtable, struct fb_cmap_s *cmap); member
767 .getcmap = (int (*)(struct fb_vtable_s *, struct fb_cmap_s *))FbDummy,
755 .getcmap = (int (*)(struct fb_vtable_s *, struct fb_cmap_s *))FbDummy,
8596 info->vtable.getcmap = HI_NULL;