Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/video/fbdev/matrox/
A Dmatroxfb_g450.c54 }, offsetof(struct matrox_fb_info, altout.tvo_params.hue) },
89 static void tvo_fill_defaults(struct matrox_fb_info *minfo) in tvo_fill_defaults()
98 static int cve2_get_reg(struct matrox_fb_info *minfo, int reg) in cve2_get_reg()
165 struct matrox_fb_info *minfo = md; in g450_set_ctrl()
219 struct matrox_fb_info *minfo = md; in g450_get_ctrl()
504 static void cve2_init_TV(struct matrox_fb_info *minfo, in cve2_init_TV()
522 struct matrox_fb_info *minfo = md; in matroxfb_g450_compute()
560 struct matrox_fb_info *minfo = md; in matroxfb_g450_program()
579 struct matrox_fb_info *minfo = md; in g450_dvi_compute()
603 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 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 Dg450_pll.c28 static unsigned int g450_mnp2vco(const struct matrox_fb_info *minfo, in g450_mnp2vco()
38 unsigned int g450_mnp2f(const struct matrox_fb_info *minfo, unsigned int mnp) in g450_mnp2f()
55 static unsigned int g450_nextpll(const struct matrox_fb_info *minfo, in g450_nextpll()
104 static unsigned int g450_firstpll(const struct matrox_fb_info *minfo, in g450_firstpll()
136 static inline unsigned int g450_setpll(const struct matrox_fb_info *minfo, in g450_setpll()
173 static inline unsigned int g450_cmppll(const struct matrox_fb_info *minfo, in g450_cmppll()
209 static inline int g450_isplllocked(const struct matrox_fb_info *minfo, in g450_isplllocked()
253 static inline unsigned int g450_findworkingpll(struct matrox_fb_info *minfo, in g450_findworkingpll()
309 static int g450_checkcache(struct matrox_fb_info *minfo, in g450_checkcache()
331 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 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_DAC1064.c165 static void g450_set_plls(struct matrox_fb_info *minfo) in g450_set_plls()
257 void DAC1064_global_init(struct matrox_fb_info *minfo) in DAC1064_global_init()
331 void DAC1064_global_restore(struct matrox_fb_info *minfo) in DAC1064_global_restore()
482 #define minfo ((struct matrox_fb_info*)out) in m1064_compute()
516 #define minfo ((struct matrox_fb_info*)out) in g450_compute()
669 static int MGA1064_preinit(struct matrox_fb_info *minfo) in MGA1064_preinit()
707 static void MGA1064_reset(struct matrox_fb_info *minfo) in MGA1064_reset()
717 static void g450_mclk_init(struct matrox_fb_info *minfo) in g450_mclk_init()
789 static void g450_preinit(struct matrox_fb_info *minfo) in g450_preinit()
838 static int MGAG100_preinit(struct matrox_fb_info *minfo) in MGAG100_preinit()
[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()
144 static void* i2c_matroxfb_probe(struct matrox_fb_info* minfo) { in i2c_matroxfb_probe()
205 static void i2c_matroxfb_remove(struct matrox_fb_info* minfo, void* data) { in i2c_matroxfb_remove()
A Dmatroxfb_accel.c111 void matrox_cfbX_init(struct matrox_fb_info *minfo) in matrox_cfbX_init()
202 static void matrox_accel_restore_maccess(struct matrox_fb_info *minfo) in matrox_accel_restore_maccess()
208 static void matrox_accel_bmove(struct matrox_fb_info *minfo, int vxres, int sy, in matrox_accel_bmove()
249 static void matrox_accel_bmove_lin(struct matrox_fb_info *minfo, int vxres, in matrox_accel_bmove_lin()
293 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_cfb4_copyarea()
302 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_copyarea()
307 static void matroxfb_accel_clear(struct matrox_fb_info *minfo, u_int32_t color, in matroxfb_accel_clear()
328 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_fillrect()
337 static void matroxfb_cfb4_clear(struct matrox_fb_info *minfo, u_int32_t bgx, in matroxfb_cfb4_clear()
396 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_cfb4_fillrect()
[all …]
A Dmatroxfb_misc.c338 void matroxfb_vgaHWrestore(struct matrox_fb_info *minfo) in matroxfb_vgaHWrestore()
530 static int parse_pins1(struct matrox_fb_info *minfo, in parse_pins1()
552 static void default_pins1(struct matrox_fb_info *minfo) in default_pins1()
561 static int parse_pins2(struct matrox_fb_info *minfo, in parse_pins2()
575 static void default_pins2(struct matrox_fb_info *minfo) in default_pins2()
585 static int parse_pins3(struct matrox_fb_info *minfo, in parse_pins3()
603 static void default_pins3(struct matrox_fb_info *minfo) in default_pins3()
615 static int parse_pins4(struct matrox_fb_info *minfo, in parse_pins4()
634 static void default_pins4(struct matrox_fb_info *minfo) in default_pins4()
647 static int parse_pins5(struct matrox_fb_info *minfo, in parse_pins5()
[all …]
A Dmatroxfb_base.c207 struct matrox_fb_info *minfo = dev_id; in matrox_irq()
389 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_open()
405 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_release()
422 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_pan_display()
648 struct matrox_fb_info* minfo = container_of(fb_info, struct matrox_fb_info, fbcon); in matroxfb_setcolreg()
738 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_check_var()
755 struct matrox_fb_info *minfo = info2minfo(info); in matroxfb_set_par()
1971 struct matrox_fb_info* minfo; in matroxfb_register_driver()
1989 struct matrox_fb_info* minfo; in matroxfb_unregister_driver()
2043 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()
599 static int matroxfb_dh_regit(const struct matrox_fb_info *minfo, in matroxfb_dh_regit()
693 static void* matroxfb_crtc2_probe(struct matrox_fb_info* minfo) { in matroxfb_crtc2_probe()
[all …]
A Dmatroxfb_Ti3026.c283 static int Ti3026_calcclock(const struct matrox_fb_info *minfo, in Ti3026_calcclock()
299 static int Ti3026_setpclk(struct matrox_fb_info *minfo, int clk) in Ti3026_setpclk()
369 static int Ti3026_init(struct matrox_fb_info *minfo, struct my_timming *m) in Ti3026_init()
442 static void ti3026_setMCLK(struct matrox_fb_info *minfo, int fout) in ti3026_setMCLK()
542 static void ti3026_ramdac_init(struct matrox_fb_info *minfo) in ti3026_ramdac_init()
558 static void Ti3026_restore(struct matrox_fb_info *minfo) in Ti3026_restore()
671 static void Ti3026_reset(struct matrox_fb_info *minfo) in Ti3026_reset()
682 static int Ti3026_preinit(struct matrox_fb_info *minfo) in Ti3026_preinit()
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_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 47 milliseconds