Lines Matching defs:FbDummy
753 static int FbDummy(struct fb_vtable_s *v, int *s)
767 .getcmap = (int (*)(struct fb_vtable_s *, struct fb_cmap_s *))FbDummy,
768 .putcmap = (int (*)(struct fb_vtable_s *, const struct fb_cmap_s *))FbDummy,
772 .settransp = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy,
773 .setchromakey = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy,
774 .setcolor = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy,
775 .setblank = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy,
776 .setarea = (int (*)(struct fb_vtable_s *, const struct fb_overlayinfo_s *))FbDummy,
778 .blit = (int (*)(struct fb_vtable_s *, const struct fb_overlayblit_s *))FbDummy,
779 .blend = (int (*)(struct fb_vtable_s *, const struct fb_overlayblend_s *))FbDummy,
781 .fb_pan_display = (int (*)(struct fb_vtable_s *, struct fb_overlayinfo_s *))FbDummy,