Home
last modified time | relevance | path

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

/drivers/video/fbdev/matrox/
A Dmatroxfb_g450.c56 }, offsetof(struct matrox_fb_info, altout.tvo_params.hue) },
91 static void tvo_fill_defaults(struct matrox_fb_info *minfo) in tvo_fill_defaults()
100 static int cve2_get_reg(struct matrox_fb_info *minfo, int reg) in cve2_get_reg()
167 struct matrox_fb_info *minfo = md; in g450_set_ctrl()
221 struct matrox_fb_info *minfo = md; in g450_get_ctrl()
506 static void cve2_init_TV(struct matrox_fb_info *minfo, in cve2_init_TV()
524 struct matrox_fb_info *minfo = md; in matroxfb_g450_compute()
562 struct matrox_fb_info *minfo = md; in matroxfb_g450_program()
581 struct matrox_fb_info *minfo = md; in g450_dvi_compute()
605 void matroxfb_g450_connect(struct matrox_fb_info *minfo) in matroxfb_g450_connect()
[all …]
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()
A Dg450_pll.c30 static unsigned int g450_mnp2vco(const struct matrox_fb_info *minfo, in g450_mnp2vco()
40 unsigned int g450_mnp2f(const struct matrox_fb_info *minfo, unsigned int mnp) in g450_mnp2f()
57 static unsigned int g450_nextpll(const struct matrox_fb_info *minfo, in g450_nextpll()
106 static unsigned int g450_firstpll(const struct matrox_fb_info *minfo, in g450_firstpll()
138 static inline unsigned int g450_setpll(const struct matrox_fb_info *minfo, in g450_setpll()
175 static inline unsigned int g450_cmppll(const struct matrox_fb_info *minfo, in g450_cmppll()
211 static inline int g450_isplllocked(const struct matrox_fb_info *minfo, in g450_isplllocked()
255 static inline unsigned int g450_findworkingpll(struct matrox_fb_info *minfo, in g450_findworkingpll()
311 static int g450_checkcache(struct matrox_fb_info *minfo, in g450_checkcache()
333 static int __g450_setclk(struct matrox_fb_info *minfo, unsigned int fout, in __g450_setclk()
[all …]
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 …]
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);
A Dmatroxfb_DAC1064.c166 static void g450_set_plls(struct matrox_fb_info *minfo) in g450_set_plls()
258 void DAC1064_global_init(struct matrox_fb_info *minfo) in DAC1064_global_init()
332 void DAC1064_global_restore(struct matrox_fb_info *minfo) in DAC1064_global_restore()
483 #define minfo ((struct matrox_fb_info*)out) in m1064_compute()
517 #define minfo ((struct matrox_fb_info*)out) in g450_compute()
670 static int MGA1064_preinit(struct matrox_fb_info *minfo) in MGA1064_preinit()
708 static void MGA1064_reset(struct matrox_fb_info *minfo) in MGA1064_reset()
718 static void g450_mclk_init(struct matrox_fb_info *minfo) in g450_mclk_init()
790 static void g450_preinit(struct matrox_fb_info *minfo) in g450_preinit()
839 static int MGAG100_preinit(struct matrox_fb_info *minfo) in MGAG100_preinit()
[all …]
A Dmatroxfb_accel.c113 void matrox_cfbX_init(struct matrox_fb_info *minfo) in matrox_cfbX_init()
204 static void matrox_accel_restore_maccess(struct matrox_fb_info *minfo) in matrox_accel_restore_maccess()
210 static void matrox_accel_bmove(struct matrox_fb_info *minfo, int vxres, int sy, in matrox_accel_bmove()
251 static void matrox_accel_bmove_lin(struct matrox_fb_info *minfo, int vxres, in matrox_accel_bmove_lin()
295 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_cfb4_copyarea()
304 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_copyarea()
309 static void matroxfb_accel_clear(struct matrox_fb_info *minfo, u_int32_t color, in matroxfb_accel_clear()
330 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_fillrect()
339 static void matroxfb_cfb4_clear(struct matrox_fb_info *minfo, u_int32_t bgx, in matroxfb_cfb4_clear()
398 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_cfb4_fillrect()
[all …]
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()
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,
A Dmatroxfb_misc.c339 void matroxfb_vgaHWrestore(struct matrox_fb_info *minfo) in matroxfb_vgaHWrestore()
531 static int parse_pins1(struct matrox_fb_info *minfo, in parse_pins1()
553 static void default_pins1(struct matrox_fb_info *minfo) in default_pins1()
562 static int parse_pins2(struct matrox_fb_info *minfo, in parse_pins2()
576 static void default_pins2(struct matrox_fb_info *minfo) in default_pins2()
586 static int parse_pins3(struct matrox_fb_info *minfo, in parse_pins3()
604 static void default_pins3(struct matrox_fb_info *minfo) in default_pins3()
616 static int parse_pins4(struct matrox_fb_info *minfo, in parse_pins4()
635 static void default_pins4(struct matrox_fb_info *minfo) in default_pins4()
648 static int parse_pins5(struct matrox_fb_info *minfo, in parse_pins5()
[all …]
A Dmatroxfb_base.c208 struct matrox_fb_info *minfo = dev_id; in matrox_irq()
390 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_open()
406 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_release()
423 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_pan_display()
649 struct matrox_fb_info* minfo = container_of(fb_info, struct matrox_fb_info, fbcon); in matroxfb_setcolreg()
739 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_check_var()
756 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_set_par()
1974 struct matrox_fb_info* minfo; in matroxfb_register_driver()
1992 struct matrox_fb_info* minfo; in matroxfb_unregister_driver()
2046 struct matrox_fb_info* minfo; in matroxfb_probe()
[all …]
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 …]
A Dmatroxfb_maven.c73 }, offsetof(struct matrox_fb_info, altout.tvo_params.brightness) },
78 }, offsetof(struct matrox_fb_info, altout.tvo_params.contrast) },
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()
1203 struct matrox_fb_info *minfo = container_of(clnt->adapter, in maven_init_client()
[all …]
A Dmatroxfb_Ti3026.c284 static int Ti3026_calcclock(const struct matrox_fb_info *minfo, in Ti3026_calcclock()
300 static int Ti3026_setpclk(struct matrox_fb_info *minfo, int clk) in Ti3026_setpclk()
370 static int Ti3026_init(struct matrox_fb_info *minfo, struct my_timming *m) in Ti3026_init()
443 static void ti3026_setMCLK(struct matrox_fb_info *minfo, int fout) in ti3026_setMCLK()
543 static void ti3026_ramdac_init(struct matrox_fb_info *minfo) in ti3026_ramdac_init()
559 static void Ti3026_restore(struct matrox_fb_info *minfo) in Ti3026_restore()
672 static void Ti3026_reset(struct matrox_fb_info *minfo) in Ti3026_reset()
683 static int Ti3026_preinit(struct matrox_fb_info *minfo) in Ti3026_preinit()
A Dmatroxfb_DAC1064.h15 void DAC1064_global_init(struct matrox_fb_info *minfo);
16 void DAC1064_global_restore(struct matrox_fb_info *minfo);
A Dmatroxfb_accel.h7 void matrox_cfbX_init(struct matrox_fb_info *minfo);
A Dmatroxfb_maven.h14 struct matrox_fb_info* minfo;
A Dmatroxfb_crtc2.h13 struct matrox_fb_info* primary_dev;

Completed in 32 milliseconds