Lines Matching defs:hvfb_par
253 struct hvfb_par { struct
254 struct fb_info *info;
255 struct resource *mem;
256 bool fb_ready; /* fb device is ready */
257 struct completion wait;
258 u32 synthvid_version;
260 struct delayed_work dwork;
261 bool update;
262 bool update_saved; /* The value of 'update' before hibernation */
264 u32 pseudo_palette[16];
265 u8 init_buf[MAX_VMBUS_PKT_SIZE];
266 u8 recv_buf[MAX_VMBUS_PKT_SIZE];
269 bool synchronous_fb;
272 bool need_docopy;
274 struct notifier_block hvfb_panic_nb;
277 unsigned char *dio_vp;
278 unsigned char *mmio_vp;
279 phys_addr_t mmio_pp;
282 int x1, y1, x2, y2;
283 bool delayed_refresh;
284 spinlock_t delayed_refresh_lock;