Lines Matching defs:m2info

34 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon))  in matroxfb_dh_setcolreg()  macro
64 static void matroxfb_dh_restore(struct matroxfb_dh_fb_info* m2info, in matroxfb_dh_restore()
161 static void matroxfb_dh_disable(struct matroxfb_dh_fb_info* m2info) { in matroxfb_dh_disable()
168 static void matroxfb_dh_pan_var(struct matroxfb_dh_fb_info* m2info, in matroxfb_dh_pan_var()
189 static int matroxfb_dh_decode_var(struct matroxfb_dh_fb_info* m2info, in matroxfb_dh_decode_var()
264 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon)) in matroxfb_dh_open() macro
283 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon)) in matroxfb_dh_release() macro
298 static void matroxfb_dh_init_fix(struct matroxfb_dh_fb_info *m2info) in matroxfb_dh_init_fix()
315 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon)) in matroxfb_dh_check_var() macro
325 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon)) in matroxfb_dh_set_par() macro
397 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon)) in matroxfb_dh_pan_display() macro
403 static int matroxfb_dh_get_vblank(const struct matroxfb_dh_fb_info* m2info, struct fb_vblank* vblan… in matroxfb_dh_get_vblank()
427 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon)) in matroxfb_dh_ioctl() macro
553 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon)) in matroxfb_dh_blank() macro
600 struct matroxfb_dh_fb_info *m2info) in matroxfb_dh_regit()
653 static int matroxfb_dh_registerfb(struct matroxfb_dh_fb_info* m2info) { in matroxfb_dh_registerfb()
666 static void matroxfb_dh_deregisterfb(struct matroxfb_dh_fb_info* m2info) { in matroxfb_dh_deregisterfb()
694 struct matroxfb_dh_fb_info* m2info; in matroxfb_crtc2_probe() local