Lines Matching defs:hvfb_par
205 struct hvfb_par { struct
206 struct fb_info *info;
207 struct resource *mem;
208 bool fb_ready; /* fb device is ready */
209 struct completion wait;
210 u32 synthvid_version;
212 struct delayed_work dwork;
213 bool update;
215 u32 pseudo_palette[16];
216 u8 init_buf[MAX_VMBUS_PKT_SIZE];
217 u8 recv_buf[MAX_VMBUS_PKT_SIZE];
220 bool synchronous_fb;
222 struct notifier_block hvfb_panic_nb;