Lines Matching defs:info
155 cyber2000fb_fillrect(struct fb_info *info, const struct fb_fillrect *rect)
157 struct cfb_info *cfb = container_of(info, struct cfb_info, fb);
161 cfb_fillrect(info, rect);
187 cyber2000fb_copyarea(struct fb_info *info, const struct fb_copyarea *region)
189 struct cfb_info *cfb = container_of(info, struct cfb_info, fb);
194 cfb_copyarea(info, region);
231 cyber2000fb_imageblit(struct fb_info *info, const struct fb_image *image)
233 cfb_imageblit(info, image);
237 static int cyber2000fb_sync(struct fb_info *info)
239 struct cfb_info *cfb = container_of(info, struct cfb_info, fb);
272 u_int transp, struct fb_info *info)
274 struct cfb_info *cfb = container_of(info, struct cfb_info, fb);
754 cyber2000fb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
756 struct cfb_info *cfb = container_of(info, struct cfb_info, fb);
857 static int cyber2000fb_set_par(struct fb_info *info)
859 struct cfb_info *cfb = container_of(info, struct cfb_info, fb);
967 cyber2000fb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info)
969 struct cfb_info *cfb = container_of(info, struct cfb_info, fb);
1003 static int cyber2000fb_blank(int blank, struct fb_info *info)
1005 struct cfb_info *cfb = container_of(info, struct cfb_info, fb);
1122 int cyber2000fb_attach(struct cyberpro_info *info, int idx)
1125 info->dev = int_cfb_info->fb.device;
1127 info->i2c = &int_cfb_info->i2c_adapter;
1129 info->i2c = NULL;
1131 info->regs = int_cfb_info->regs;
1132 info->irq = int_cfb_info->irq;
1133 info->fb = int_cfb_info->fb.screen_base;
1134 info->fb_size = int_cfb_info->fb.fix.smem_len;
1135 info->info = int_cfb_info;
1137 strlcpy(info->dev_name, int_cfb_info->fb.fix.id,
1138 sizeof(info->dev_name));