Home
last modified time | relevance | path

Searched refs:VIA_DVP0 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/via/
H A Dhw.c442 {VIA_DVP0, "DVP0"},
487 return VIA_DVP0 | VIA_LDVP0; in get_dvi_devices()
499 return VIA_LVDS2 | VIA_DVP0; in get_dvi_devices()
518 return VIA_DVP0; in get_lcd_devices()
524 return VIA_LVDS2 | VIA_DVP0; in get_lcd_devices()
752 if (devices & VIA_DVP0) in via_set_source()
867 if (devices & VIA_DVP0) in via_set_state()
H A Dhw.h24 #define VIA_DVP0 0x00000004 macro