Lines Matching refs:info
32 unsigned blue, unsigned transp, struct fb_info* info) {
34 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon))
263 static int matroxfb_dh_open(struct fb_info* info, int user) {
264 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon))
282 static int matroxfb_dh_release(struct fb_info* info, int user) {
283 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon))
314 static int matroxfb_dh_check_var(struct fb_var_screeninfo* var, struct fb_info* info) {
315 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon))
324 static int matroxfb_dh_set_par(struct fb_info* info) {
325 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon))
330 struct fb_var_screeninfo* var = &info->var;
396 static int matroxfb_dh_pan_display(struct fb_var_screeninfo* var, struct fb_info* info) {
397 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon))
423 static int matroxfb_dh_ioctl(struct fb_info *info,
427 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon))
505 matroxfb_dh_set_par(info);
552 static int matroxfb_dh_blank(int blank, struct fb_info* info) {
553 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon))
595 96L,2,0, /* no sync info */
639 oldcrtc2 = minfo->crtc2.info;
640 minfo->crtc2.info = m2info;
672 crtc2 = minfo->crtc2.info;
674 minfo->crtc2.info = NULL;