Searched defs:hvfb_par (Results 1 – 1 of 1) sorted by relevance
245 struct hvfb_par { struct246 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];[all …]