Lines Matching refs:info
301 int (*set_dac) (const struct fb_info * info,
317 int (*var_to_pll) (const struct fb_info * info, u32 vclk_per, u32 bpp, union aty_pll * pll);
318 u32 (*pll_to_var) (const struct fb_info * info, const union aty_pll * pll);
319 void (*set_pll) (const struct fb_info * info, const union aty_pll * pll);
320 void (*get_pll) (const struct fb_info *info, union aty_pll * pll);
321 int (*init_pll) (const struct fb_info * info, union aty_pll * pll);
322 void (*resume_pll)(const struct fb_info *info, union aty_pll *pll);
334 extern void aty_set_pll_ct(const struct fb_info *info, const union aty_pll *pll);
344 extern int aty_init_cursor(struct fb_info *info, struct fb_ops *atyfb_ops);
367 extern void aty_init_engine(struct atyfb_par *par, struct fb_info *info);
369 void atyfb_copyarea(struct fb_info *info, const struct fb_copyarea *area);
370 void atyfb_fillrect(struct fb_info *info, const struct fb_fillrect *rect);
371 void atyfb_imageblit(struct fb_info *info, const struct fb_image *image);