Home
last modified time | relevance | path

Searched refs:VideoModeTable (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/video/via/
Dviamode.h34 struct VideoModeTable { struct
59 extern struct VideoModeTable CEA_HDMI_Modes[]; argument
72 struct VideoModeTable *viafb_get_mode(int hres, int vres);
73 struct VideoModeTable *viafb_get_rb_mode(int hres, int vres);
Ddvi.h62 void viafb_dvi_set_mode(struct VideoModeTable *videoMode, int mode_bpp,
Dviamode.c732 static struct VideoModeTable viafb_modes[] = {
857 static struct VideoModeTable viafb_rb_modes[] = {
890 struct VideoModeTable CEA_HDMI_Modes[] = {
906 struct VideoModeTable *viafb_get_mode(int hres, int vres) in viafb_get_mode()
918 struct VideoModeTable *viafb_get_rb_mode(int hres, int vres) in viafb_get_rb_mode()
Dhw.h922 struct VideoModeTable *video_mode, int bpp_byte, int set_iga);
944 int viafb_setmode(struct VideoModeTable *vmode_tbl, int video_bpp,
945 struct VideoModeTable *vmode_tbl1, int video_bpp1);
947 struct VideoModeTable *vmode_tbl);
Ddvi.c191 void viafb_dvi_set_mode(struct VideoModeTable *mode, int mode_bpp, in viafb_dvi_set_mode()
194 struct VideoModeTable *rb_mode; in viafb_dvi_set_mode()
Dhw.c1999 struct VideoModeTable *video_mode, int bpp_byte, int set_iga) in viafb_fill_crtc_timing()
2335 int viafb_setmode(struct VideoModeTable *vmode_tbl, int video_bpp, in viafb_setmode()
2336 struct VideoModeTable *vmode_tbl1, int video_bpp1) in viafb_setmode()
2569 struct VideoModeTable *vmode = viafb_get_mode(hres, vres); in viafb_get_pixclock()
2589 struct VideoModeTable *vmode = viafb_get_mode(hres, vres); in viafb_get_refresh()
2699 struct VideoModeTable *vmode_tbl) in viafb_fill_var_timing_info()
Dviafbdev.c200 struct VideoModeTable *vmode_entry; in viafb_check_var()
260 struct VideoModeTable *vmode_entry, *vmode_entry1 = NULL; in viafb_set_par()
1721 struct VideoModeTable *vmode_entry; in via_fb_pci_probe()
Dlcd.c568 struct VideoModeTable *vmode_tbl = viafb_get_mode(panel_hres, in viafb_lcd_set_mode()