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