Lines Matching defs:hvfb_par
214 struct hvfb_par { struct
215 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];
226 u8 recv_buf[MAX_VMBUS_PKT_SIZE];
229 bool synchronous_fb;
231 struct notifier_block hvfb_panic_nb;