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