Home | History | Annotate | Download | only in linux

Lines Matching refs:info

342 	struct fb_cmap cmap;	/* color map info */
476 struct fb_cmap_user cmap; /* color map info */
521 struct fb_info *info;
551 void (*writeio)(struct fb_info *info, void __iomem *dst, void *src, unsigned int size);
552 void (*readio) (struct fb_info *info, void *dst, void __iomem *src, unsigned int size);
567 int (*fb_open)(struct fb_info *info, int user);
568 int (*fb_release)(struct fb_info *info, int user);
578 int (*fb_check_var)(struct fb_var_screeninfo *var, struct fb_info *info);
580 /* set the video mode according to info->var */
581 int (*fb_set_par)(struct fb_info *info);
585 unsigned blue, unsigned transp, struct fb_info *info);
588 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info);
591 int (*fb_blank)(int blank, struct fb_info *info);
594 int (*fb_pan_display)(struct fb_var_screeninfo *var, struct fb_info *info);
597 void (*fb_fillrect) (struct fb_info *info, const struct fb_fillrect *rect);
599 void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region);
601 void (*fb_imageblit) (struct fb_info *info, const struct fb_image *image);
604 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor);
607 void (*fb_rotate)(struct fb_info *info, int angle);
610 int (*fb_sync)(struct fb_info *info);
613 int (*fb_ioctl)(struct fb_info *info, unsigned int cmd,
617 int (*fb_compat_ioctl)(struct fb_info *info, unsigned cmd,
621 int (*fb_mmap)(struct fb_info *info, struct vm_area_struct *vma);
624 void (*fb_save_state)(struct fb_info *info);
627 void (*fb_restore_state)(struct fb_info *info);
690 void (*fb_settile)(struct fb_info *info, struct fb_tilemap *map);
695 void (*fb_tilecopy)(struct fb_info *info, struct fb_tilearea *area);
697 void (*fb_tilefill)(struct fb_info *info, struct fb_tilerect *rect);
699 void (*fb_tileblit)(struct fb_info *info, struct fb_tileblit *blit);
701 void (*fb_tilecursor)(struct fb_info *info,
869 extern int fb_set_var(struct fb_info *info, struct fb_var_screeninfo *var);
870 extern int fb_pan_display(struct fb_info *info, struct fb_var_screeninfo *var);
871 extern int fb_blank(struct fb_info *info, int blank);
872 extern void cfb_fillrect(struct fb_info *info, const struct fb_fillrect *rect);
873 extern void cfb_copyarea(struct fb_info *info, const struct fb_copyarea *area);
874 extern void cfb_imageblit(struct fb_info *info, const struct fb_image *image);
881 extern char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size);
885 extern void fb_set_suspend(struct fb_info *info, int state);
889 extern int fb_new_modelist(struct fb_info *info);
911 extern void framebuffer_release(struct fb_info *info);
935 struct fb_info *info);
937 struct fb_info *info);
1003 struct fb_info *info, const char *mode_option,