Searched defs:hvfb_par (Results 1 – 1 of 1) sorted by relevance
214 struct hvfb_par { struct215 struct fb_info *info;216 struct resource *mem;217 bool fb_ready; /* fb device is ready */218 struct completion wait;219 u32 synthvid_version;221 struct delayed_work dwork;222 bool update;224 u32 pseudo_palette[16];225 u8 init_buf[MAX_VMBUS_PKT_SIZE];[all …]