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