Lines Matching defs:par_info
419 struct par_info { struct
423 u_char clock_mult;
424 u_char clock_div;
425 u_char extseqmisc;
426 u_char co_pixfmt;
427 u_char crtc_ofl;
428 u_char crtc[19];
429 u_int width;
430 u_int pitch;
431 u_int fetch;
459 static void cyber2000fb_set_timing(struct cfb_info *cfb, struct par_info *hw) in cyber2000fb_set_timing() argument