Lines Matching defs:hvfb_par
246 struct hvfb_par { struct
247 struct fb_info *info;
248 struct resource *mem;
249 bool fb_ready; /* fb device is ready */
250 struct completion wait;
251 u32 synthvid_version;
253 struct delayed_work dwork;
254 bool update;
255 bool update_saved; /* The value of 'update' before hibernation */
257 u32 pseudo_palette[16];
258 u8 init_buf[MAX_VMBUS_PKT_SIZE];
259 u8 recv_buf[MAX_VMBUS_PKT_SIZE];
262 bool synchronous_fb;
265 bool need_docopy;
267 struct notifier_block hvfb_panic_nb;
270 unsigned char *dio_vp;
271 unsigned char *mmio_vp;
272 phys_addr_t mmio_pp;
275 int x1, y1, x2, y2;
276 bool delayed_refresh;
277 spinlock_t delayed_refresh_lock;