Searched refs:m2info (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/matrox/
H A Dmatroxfb_g450.c23 #define m2info ((struct matroxfb_g450_info*)md) macro
24 #define minfo (m2info->primary_dev)
27 #undef m2info macro
32 #define m2info ((struct matroxfb_g450_info*)md) macro
33 #define minfo (m2info->primary_dev)
36 #undef m2info macro
74 static int matroxfb_g450_connect(struct matroxfb_g450_info* m2info) { argument
75 MINFO_FROM(m2info->primary_dev);
78 ACCESS_FBINFO(altout.device) = m2info;
86 static void matroxfb_g450_shutdown(struct matroxfb_g450_info* m2info) { argument
103 struct matroxfb_g450_info* m2info; local
[all...]
H A Dmatroxfb_crtc2.c31 #define m2info ((struct matroxfb_dh_fb_info*)info) macro
34 *red = m2info->palette[regno].red;
35 *blue = m2info->palette[regno].blue;
36 *green = m2info->palette[regno].green;
37 *transp = m2info->palette[regno].transp;
39 #undef m2info macro
44 #define m2info ((struct matroxfb_dh_fb_info*)info) macro
49 m2info->palette[regno].red = red;
50 m2info->palette[regno].blue = blue;
51 m2info
84 #undef m2info macro
87 do_install_cmap(struct matroxfb_dh_fb_info* m2info, struct display* p) argument
94 matroxfb_dh_restore(struct matroxfb_dh_fb_info* m2info, struct my_timming* mt, struct display* p, int mode, unsigned int pos) argument
169 matroxfb_dh_cfbX_init(struct matroxfb_dh_fb_info* m2info, struct display* p) argument
174 matroxfb_dh_pan_var(struct matroxfb_dh_fb_info* m2info, struct fb_var_screeninfo* var) argument
194 matroxfb_dh_decode_var(struct matroxfb_dh_fb_info* m2info, struct display* p, struct fb_var_screeninfo* var, int *visual, int *video_cmap_len, int *mode) argument
273 initMatroxDH(struct matroxfb_dh_fb_info* m2info, struct display* p) argument
295 #define m2info macro
304 #undef m2info macro
308 #define m2info macro
314 #undef m2info macro
319 #define m2info macro
343 #undef m2info macro
348 #define m2info macro
354 #undef m2info macro
359 #define m2info macro
452 #undef m2info macro
457 #define m2info macro
471 #undef m2info macro
476 #define m2info macro
495 #undef m2info macro
500 #define m2info macro
509 #undef m2info macro
514 matroxfb_dh_get_vblank(const struct matroxfb_dh_fb_info* m2info, struct fb_vblank* vblank) argument
533 #define m2info macro
598 #undef m2info macro
615 #define m2info macro
634 #undef m2info macro
638 #define m2info macro
641 #undef m2info macro
645 #define m2info macro
654 #undef m2info macro
676 matroxfb_dh_regit(CPMINFO struct matroxfb_dh_fb_info* m2info) argument
754 matroxfb_dh_registerfb(struct matroxfb_dh_fb_info* m2info) argument
767 matroxfb_dh_deregisterfb(struct matroxfb_dh_fb_info* m2info) argument
796 struct matroxfb_dh_fb_info* m2info; local
[all...]
H A Di2c-matroxfb.c290 struct matroxfb_dh_maven_info* m2info; local
292 m2info = (struct matroxfb_dh_maven_info*)kmalloc(sizeof(*m2info), GFP_KERNEL);
293 if (!m2info)
301 memset(m2info, 0, sizeof(*m2info));
302 m2info->maven.minfo = m2info;
303 m2info->ddc1.minfo = m2info;
331 struct matroxfb_dh_maven_info* m2info = data; local
[all...]
H A Dmatroxfb_maven.c927 struct matroxfb_dh_maven_info* m2info __attribute__((unused)) = ((struct i2c_bit_adapter*)a)->minfo; local
928 MINFO_FROM(m2info->primary_dev);

Completed in 39 milliseconds