Lines Matching defs:info
33 #define to_clcd(info) container_of(info, struct clcd_fb, fb)
273 static int clcdfb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
275 struct clcd_fb *fb = to_clcd(info);
292 static int clcdfb_set_par(struct fb_info *info)
294 struct clcd_fb *fb = to_clcd(info);
349 unsigned int blue, unsigned int transp, struct fb_info *info)
351 struct clcd_fb *fb = to_clcd(info);
398 static int clcdfb_blank(int blank_mode, struct fb_info *info)
400 struct clcd_fb *fb = to_clcd(info);
410 static int clcdfb_mmap(struct fb_info *info,
413 struct clcd_fb *fb = to_clcd(info);
417 len = info->fix.smem_len;