Searched defs:mmpfb_info (Results 1 – 1 of 1) sorted by relevance
17 struct mmpfb_info { struct18 struct device *dev;19 int id;20 const char *name;22 struct fb_info *fb_info;24 struct fb_videomode mode;25 int pix_fmt;27 void *fb_start;28 int fb_size;29 dma_addr_t fb_start_dma;[all …]