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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_crtc2.c33 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon)) macro
37 if (m2info->fbcon.var.grayscale) {
41 red = CNVT_TOHW(red, m2info->fbcon.var.red.length);
42 green = CNVT_TOHW(green, m2info->fbcon.var.green.length);
43 blue = CNVT_TOHW(blue, m2info->fbcon.var.blue.length);
44 transp = CNVT_TOHW(transp, m2info->fbcon.var.transp.length);
46 col = (red << m2info->fbcon.var.red.offset) |
47 (green << m2info->fbcon.var.green.offset) |
48 (blue << m2info->fbcon.var.blue.offset) |
49 (transp << m2info
60 #undef m2info macro
63 matroxfb_dh_restore(struct matroxfb_dh_fb_info* m2info, struct my_timming* mt, int mode, unsigned int pos) argument
160 matroxfb_dh_disable(struct matroxfb_dh_fb_info* m2info) argument
167 matroxfb_dh_pan_var(struct matroxfb_dh_fb_info* m2info, struct fb_var_screeninfo* var) argument
188 matroxfb_dh_decode_var(struct matroxfb_dh_fb_info* m2info, struct fb_var_screeninfo* var, int *visual, int *video_cmap_len, int *mode) argument
263 #define m2info macro
278 #undef m2info macro
282 #define m2info macro
290 #undef m2info macro
297 matroxfb_dh_init_fix(struct matroxfb_dh_fb_info *m2info) argument
314 #define m2info macro
320 #undef m2info macro
324 #define m2info macro
392 #undef m2info macro
396 #define m2info macro
399 #undef m2info macro
402 matroxfb_dh_get_vblank(const struct matroxfb_dh_fb_info* m2info, struct fb_vblank* vblank) argument
426 #define m2info macro
548 #undef m2info macro
552 #define m2info macro
562 #undef m2info macro
599 matroxfb_dh_regit(const struct matrox_fb_info *minfo, struct matroxfb_dh_fb_info *m2info) argument
653 matroxfb_dh_registerfb(struct matroxfb_dh_fb_info* m2info) argument
666 matroxfb_dh_deregisterfb(struct matroxfb_dh_fb_info* m2info) argument
694 struct matroxfb_dh_fb_info* m2info; local
[all...]
H A Di2c-matroxfb.c146 struct matroxfb_dh_maven_info* m2info; local
148 m2info = kzalloc(sizeof(*m2info), GFP_KERNEL);
149 if (!m2info)
160 err = i2c_bus_reg(&m2info->ddc1, minfo,
165 err = i2c_bus_reg(&m2info->ddc1, minfo,
173 err = i2c_bus_reg(&m2info->ddc2, minfo,
181 err = i2c_bus_reg(&m2info->maven, minfo,
193 i2c_new_probed_device(&m2info->maven.adapter,
197 return m2info;
205 struct matroxfb_dh_maven_info* m2info = data; local
[all...]

Completed in 105 milliseconds