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