Linux Kernel
3.7.1
|
#include "matroxfb_base.h"
Go to the source code of this file.
Functions | |
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) |
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.
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.