Lines Matching refs:matrox_fb_info

122 static void matroxfb_unregister_device(struct matrox_fb_info* minfo);
466 #define minfo (list_entry(info, struct matrox_fb_info, fbcon)) in matroxfb_updatevar()
743 struct matrox_fb_info* minfo = list_entry(fb_info, struct matrox_fb_info, fbcon); in matroxfb_setcolreg()
840 #define minfo (list_entry(info, struct matrox_fb_info, fbcon)) in matroxfb_get_fix()
873 #define minfo (list_entry(info, struct matrox_fb_info, fbcon)) in matroxfb_get_var()
887 #define minfo (list_entry(info, struct matrox_fb_info, fbcon)) in matroxfb_set_var()
1077 #define minfo (list_entry(info, struct matrox_fb_info, fbcon)) in matrox_getcolreg()
1097 #define minfo (list_entry(info, struct matrox_fb_info, fbcon)) in matroxfb_get_cmap()
1123 #define minfo (list_entry(info, struct matrox_fb_info, fbcon)) in matroxfb_set_cmap()
1184 #define minfo (list_entry(info, struct matrox_fb_info, fbcon)) in matroxfb_ioctl()
1498 #define minfo (list_entry(info, struct matrox_fb_info, fbcon)) in matroxfb_blank()
1548 #define minfo (list_entry(info, struct matrox_fb_info, fbcon)) in matroxfb_switch()
2256 #define matroxfb_l(x) list_entry(x, struct matrox_fb_info, next_fb)
2259 struct matrox_fb_info* minfo; in matroxfb_register_driver()
2279 struct matrox_fb_info* minfo; in matroxfb_unregister_driver()
2299 static void matroxfb_register_device(struct matrox_fb_info* minfo) { in matroxfb_register_device()
2319 static void matroxfb_unregister_device(struct matrox_fb_info* minfo) { in matroxfb_unregister_device()
2336 struct matrox_fb_info* minfo; in matroxfb_probe()
2369 minfo = (struct matrox_fb_info*)kmalloc(sizeof(*minfo), GFP_KERNEL); in matroxfb_probe()
2449 struct matrox_fb_info* minfo; in pci_remove_matrox()