Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.h8 void matroxfb_g450_connect(struct matrox_fb_info *minfo);
9 void matroxfb_g450_shutdown(struct matrox_fb_info *minfo);
11 static inline void matroxfb_g450_connect(struct matrox_fb_info *minfo) { }; in matroxfb_g450_connect()
12 static inline void matroxfb_g450_shutdown(struct matrox_fb_info *minfo) { }; in matroxfb_g450_shutdown()
H A Dmatroxfb_misc.h10 static inline int PLL_calcclock(const struct matrox_fb_info *minfo, in PLL_calcclock()
18 int matroxfb_vgaHWinit(struct matrox_fb_info *minfo, struct my_timming* m);
19 void matroxfb_vgaHWrestore(struct matrox_fb_info *minfo);
20 void matroxfb_read_pins(struct matrox_fb_info *minfo);
H A Dmatroxfb_base.h240 struct matrox_fb_info;
337 struct matrox_fb_info { struct
496 #define info2minfo(info) container_of(info, struct matrox_fb_info, fbcon) argument
499 int (*preinit)(struct matrox_fb_info *minfo);
500 void (*reset)(struct matrox_fb_info *minfo);
501 int (*init)(struct matrox_fb_info *minfo, struct my_timming*);
502 void (*restore)(struct matrox_fb_info *minfo);
508 void* (*probe)(struct matrox_fb_info* info);
509 void (*remove)(struct matrox_fb_info* info, void* data);
692 extern void matroxfb_DAC_out(const struct matrox_fb_info *minfo, int reg,
[all …]
H A Dg450_pll.h7 int matroxfb_g450_setclk(struct matrox_fb_info *minfo, unsigned int fout,
9 unsigned int g450_mnp2f(const struct matrox_fb_info *minfo, unsigned int mnp);
10 void matroxfb_g450_setpll_cond(struct matrox_fb_info *minfo, unsigned int mnp,
H A Di2c-matroxfb.c41 static int matroxfb_read_gpio(struct matrox_fb_info* minfo) { in matroxfb_read_gpio()
51 static void matroxfb_set_gpio(struct matrox_fb_info* minfo, int mask, int val) { in matroxfb_set_gpio()
64 static inline void matroxfb_i2c_set(struct matrox_fb_info* minfo, int mask, int state) { in matroxfb_i2c_set()
102 static int i2c_bus_reg(struct i2c_bit_adapter* b, struct matrox_fb_info* minfo, in i2c_bus_reg()
142 static void* i2c_matroxfb_probe(struct matrox_fb_info* minfo) { in i2c_matroxfb_probe()
200 static void i2c_matroxfb_remove(struct matrox_fb_info* minfo, void* data) { in i2c_matroxfb_remove()
H A Dmatroxfb_base.c127 static void matroxfb_unregister_device(struct matrox_fb_info* minfo);
158 static void update_crtc2(struct matrox_fb_info *minfo, unsigned int pos) in update_crtc2()
182 static void matroxfb_crtc1_panpos(struct matrox_fb_info *minfo) in matroxfb_crtc1_panpos()
208 struct matrox_fb_info *minfo = dev_id; in matrox_irq()
228 int matroxfb_enable_irq(struct matrox_fb_info *minfo, int reenable) in matroxfb_enable_irq()
258 static void matroxfb_disable_irq(struct matrox_fb_info *minfo) in matroxfb_disable_irq()
271 int matroxfb_wait_for_sync(struct matrox_fb_info *minfo, u_int32_t crtc) in matroxfb_wait_for_sync()
309 static void matrox_pan_var(struct matrox_fb_info *minfo, in matrox_pan_var()
358 static void matroxfb_remove(struct matrox_fb_info *minfo, int dummy) in matroxfb_remove()
390 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_open()
[all …]
H A Dmatroxfb_crtc2.c70 struct matrox_fb_info *minfo = m2info->primary_dev; in matroxfb_dh_restore()
162 struct matrox_fb_info *minfo = m2info->primary_dev; in matroxfb_dh_disable()
173 struct matrox_fb_info *minfo = m2info->primary_dev; in matroxfb_dh_pan_var()
265 struct matrox_fb_info *minfo = m2info->primary_dev; in matroxfb_dh_open()
285 struct matrox_fb_info *minfo = m2info->primary_dev; in matroxfb_dh_release()
331 struct matrox_fb_info *minfo = m2info->primary_dev; in matroxfb_dh_set_par()
404 struct matrox_fb_info *minfo = m2info->primary_dev; in matroxfb_dh_get_vblank()
428 struct matrox_fb_info *minfo = m2info->primary_dev; in matroxfb_dh_ioctl()
597 static int matroxfb_dh_regit(const struct matrox_fb_info *minfo, in matroxfb_dh_regit()
690 static void* matroxfb_crtc2_probe(struct matrox_fb_info* minfo) { in matroxfb_crtc2_probe()
[all …]
H A Dmatroxfb_maven.c73 }, offsetof(struct matrox_fb_info, altout.tvo_params.brightness) },
78 }, offsetof(struct matrox_fb_info, altout.tvo_params.contrast) },
83 }, offsetof(struct matrox_fb_info, altout.tvo_params.saturation) },
88 }, offsetof(struct matrox_fb_info, altout.tvo_params.hue) },
93 }, offsetof(struct matrox_fb_info, altout.tvo_params.gamma) },
98 }, offsetof(struct matrox_fb_info, altout.tvo_params.testout) },
103 }, offsetof(struct matrox_fb_info, altout.tvo_params.deflicker) },
130 struct matrox_fb_info* primary_head;
477 struct matrox_fb_info *minfo = md->primary_head; in maven_init_TVdata()
760 struct matrox_fb_info *minfo = md->primary_head; in maven_compute_timming()
[all …]
H A Dmatroxfb_DAC1064.h15 void DAC1064_global_init(struct matrox_fb_info *minfo);
16 void DAC1064_global_restore(struct matrox_fb_info *minfo);
H A Dmatroxfb_accel.h7 void matrox_cfbX_init(struct matrox_fb_info *minfo);
H A Dmatroxfb_maven.h14 struct matrox_fb_info* minfo;
H A Dmatroxfb_crtc2.h13 struct matrox_fb_info* primary_dev;