Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
void | matroxfb_DAC_out (const struct matrox_fb_info *minfo, int reg, int val) |
int | matroxfb_DAC_in (const struct matrox_fb_info *minfo, int reg) |
void | matroxfb_var2my (struct fb_var_screeninfo *var, struct my_timming *mt) |
int | matroxfb_PLL_calcclock (const struct matrox_pll_features *pll, unsigned int freq, unsigned int fmax, unsigned int *in, unsigned int *feed, unsigned int *post) |
int | matroxfb_vgaHWinit (struct matrox_fb_info *minfo, struct my_timming *m) |
void | matroxfb_vgaHWrestore (struct matrox_fb_info *minfo) |
void | matroxfb_read_pins (struct matrox_fb_info *minfo) |
EXPORT_SYMBOL (matroxfb_DAC_in) | |
EXPORT_SYMBOL (matroxfb_DAC_out) | |
EXPORT_SYMBOL (matroxfb_var2my) | |
EXPORT_SYMBOL (matroxfb_PLL_calcclock) | |
EXPORT_SYMBOL (matroxfb_vgaHWinit) | |
EXPORT_SYMBOL (matroxfb_vgaHWrestore) | |
EXPORT_SYMBOL (matroxfb_read_pins) | |
MODULE_AUTHOR ("(c) 1999-2002 Petr Vandrovec <[email protected]>") | |
MODULE_DESCRIPTION ("Miscellaneous support for Matrox video cards") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL | ( | matroxfb_DAC_in | ) |
EXPORT_SYMBOL | ( | matroxfb_DAC_out | ) |
EXPORT_SYMBOL | ( | matroxfb_var2my | ) |
EXPORT_SYMBOL | ( | matroxfb_PLL_calcclock | ) |
EXPORT_SYMBOL | ( | matroxfb_vgaHWinit | ) |
EXPORT_SYMBOL | ( | matroxfb_vgaHWrestore | ) |
EXPORT_SYMBOL | ( | matroxfb_read_pins | ) |
int matroxfb_DAC_in | ( | const struct matrox_fb_info * | minfo, |
int | reg | ||
) |
Definition at line 99 of file matroxfb_misc.c.
Definition at line 92 of file matroxfb_misc.c.
int matroxfb_PLL_calcclock | ( | const struct matrox_pll_features * | pll, |
unsigned int | freq, | ||
unsigned int | fmax, | ||
unsigned int * | in, | ||
unsigned int * | feed, | ||
unsigned int * | post | ||
) |
Definition at line 128 of file matroxfb_misc.c.
void matroxfb_read_pins | ( | struct matrox_fb_info * | minfo | ) |
Definition at line 763 of file matroxfb_misc.c.
void matroxfb_var2my | ( | struct fb_var_screeninfo * | var, |
struct my_timming * | mt | ||
) |
Definition at line 106 of file matroxfb_misc.c.
int matroxfb_vgaHWinit | ( | struct matrox_fb_info * | minfo, |
struct my_timming * | m | ||
) |
Definition at line 189 of file matroxfb_misc.c.
void matroxfb_vgaHWrestore | ( | struct matrox_fb_info * | minfo | ) |
Definition at line 337 of file matroxfb_misc.c.
MODULE_AUTHOR | ( | "(c) 1999-2002 Petr Vandrovec <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |