Home
last modified time | relevance | path

Searched refs:matrox_fb_info (Results 1 – 13 of 13) sorted by relevance

/linux-2.4.37.9/drivers/video/matrox/
Di2c-matroxfb.c39 static int matroxfb_read_gpio(struct matrox_fb_info* minfo) { in matroxfb_read_gpio()
49 static void matroxfb_set_gpio(struct matrox_fb_info* minfo, int mask, int val) { in matroxfb_set_gpio()
62 static inline void matroxfb_i2c_set(struct matrox_fb_info* minfo, int mask, int state) { in matroxfb_i2c_set()
116 static int i2c_bus_reg(struct i2c_bit_adapter* b, struct matrox_fb_info* minfo, in i2c_bus_reg()
153 static void* i2c_matroxfb_probe(struct matrox_fb_info* minfo) { in i2c_matroxfb_probe()
198 static void i2c_matroxfb_remove(struct matrox_fb_info* minfo, void* data) { in i2c_matroxfb_remove()
Dmatroxfb_base.h375 struct matrox_fb_info;
476 struct matrox_fb_info { struct
677 #define info2minfo(info) list_entry(info, struct matrox_fb_info, fbcon) argument
685 #define WPMINFO2 struct matrox_fb_info* minfo
687 #define CPMINFO2 const struct matrox_fb_info* minfo
692 static inline struct matrox_fb_info* mxinfo(const struct display* p) { in mxinfo()
697 #define MINFO_FROM(x) struct matrox_fb_info* minfo = x
701 extern struct matrox_fb_info matroxfb_global_mxinfo;
734 void* (*probe)(struct matrox_fb_info* info);
735 void (*remove)(struct matrox_fb_info* info, void* data);
Dmatroxfb_proc.c17 struct matrox_fb_info* info;
94 static void* matroxfb_proc_probe(struct matrox_fb_info* minfo) { in matroxfb_proc_probe()
118 static void matroxfb_proc_remove(struct matrox_fb_info* minfo, void* binfoI) { in matroxfb_proc_remove()
Dmatroxfb_g450.c38 }, offsetof(struct matrox_fb_info, altout.tvo_params.brightness) },
44 }, offsetof(struct matrox_fb_info, altout.tvo_params.contrast) },
50 }, offsetof(struct matrox_fb_info, altout.tvo_params.saturation) },
56 }, offsetof(struct matrox_fb_info, altout.tvo_params.hue) },
62 }, offsetof(struct matrox_fb_info, altout.tvo_params.testout) },
Dmatroxfb_base.c122 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()
[all …]
Dmatroxfb_maven.h13 struct matrox_fb_info* minfo;
Dmatroxfb_maven.c80 }, offsetof(struct matrox_fb_info, altout.tvo_params.brightness) },
86 }, offsetof(struct matrox_fb_info, altout.tvo_params.contrast) },
92 }, offsetof(struct matrox_fb_info, altout.tvo_params.saturation) },
98 }, offsetof(struct matrox_fb_info, altout.tvo_params.hue) },
104 }, offsetof(struct matrox_fb_info, altout.tvo_params.gamma) },
110 }, offsetof(struct matrox_fb_info, altout.tvo_params.testout) },
116 }, offsetof(struct matrox_fb_info, altout.tvo_params.deflicker) },
143 struct matrox_fb_info* primary_head;
Dmatroxfb_crtc2.h13 struct matrox_fb_info* primary_dev;
Dmatroxfb_misc.h17 void matroxfb_fastfont_init(struct matrox_fb_info* minfo);
Dmatroxfb_DAC1064.c41 #define minfo ((struct matrox_fb_info*)ptr) in matroxfb_DAC1064_flashcursor()
597 #define minfo ((struct matrox_fb_info*)out) in m1064_compute()
632 #define minfo ((struct matrox_fb_info*)out) in g450_compute()
Dmatroxfb_crtc2.c923 static void* matroxfb_crtc2_probe(struct matrox_fb_info* minfo) { in matroxfb_crtc2_probe()
944 static void matroxfb_crtc2_remove(struct matrox_fb_info* minfo, void* crtc2) { in matroxfb_crtc2_remove()
Dmatroxfb_misc.c479 void matroxfb_fastfont_init(struct matrox_fb_info* minfo){ in matroxfb_fastfont_init()
1029 struct matrox_fb_info matroxfb_global_mxinfo;
Dmatroxfb_Ti3026.c287 #define minfo ((struct matrox_fb_info*)ptr) in matroxfb_ti3026_flashcursor()