Searched defs:hvfb_par (Results 1 – 1 of 1) sorted by relevance
205 struct hvfb_par { struct206 struct fb_info *info;207 struct resource *mem;208 bool fb_ready; /* fb device is ready */209 struct completion wait;210 u32 synthvid_version;212 struct delayed_work dwork;213 bool update;215 u32 pseudo_palette[16];216 u8 init_buf[MAX_VMBUS_PKT_SIZE];[all …]