Lines Matching defs:pm2fb_info
227 static struct pm2fb_info { struct
228 struct fb_info_gen gen;
229 int board; /* Permedia2 board index (see
231 pm2type_t type;
232 struct {
243 } regions;
244 union { /* here, the per-board par structs */
251 } board_par;
252 struct pm2fb_par current_par; /* displayed screen */
253 int current_par_valid;
254 u32 memclock; /* memclock (set by the per-board
278 static int cvppc_detect(struct pm2fb_info*); argument