Searched refs:matrox_fb_info (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/drivers/video/matrox/ |
D | i2c-matroxfb.c | 39 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()
|
D | matroxfb_base.h | 375 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);
|
D | matroxfb_proc.c | 17 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()
|
D | matroxfb_g450.c | 38 }, 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) },
|
D | matroxfb_base.c | 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() [all …]
|
D | matroxfb_maven.h | 13 struct matrox_fb_info* minfo;
|
D | matroxfb_maven.c | 80 }, 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;
|
D | matroxfb_crtc2.h | 13 struct matrox_fb_info* primary_dev;
|
D | matroxfb_misc.h | 17 void matroxfb_fastfont_init(struct matrox_fb_info* minfo);
|
D | matroxfb_DAC1064.c | 41 #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()
|
D | matroxfb_crtc2.c | 923 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()
|
D | matroxfb_misc.c | 479 void matroxfb_fastfont_init(struct matrox_fb_info* minfo){ in matroxfb_fastfont_init() 1029 struct matrox_fb_info matroxfb_global_mxinfo;
|
D | matroxfb_Ti3026.c | 287 #define minfo ((struct matrox_fb_info*)ptr) in matroxfb_ti3026_flashcursor()
|