Home
last modified time | relevance | path

Searched refs:matrox_fb_info (Results 1 – 10 of 10) 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 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 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 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_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_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;