Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/sis/
Dsis.h566 int chronteltype; member
Dsis_main.c2744 if(ivideo->vbflags2 & VB2_CHRONTEL) ivideo->chronteltype = 1; in sisfb_get_VB_type()
2758 if(ivideo->vbflags2 & VB2_CHRONTEL) ivideo->chronteltype = 2; in sisfb_get_VB_type()
2778 if(ivideo->vbflags2 & VB2_CHRONTEL) ivideo->chronteltype = 2; in sisfb_get_VB_type()
3715 switch(ivideo->chronteltype) { in sisfb_set_TVxposoffset()
3773 switch(ivideo->chronteltype) { in sisfb_set_TVyposoffset()
3886 if(ivideo->chronteltype == 1) { in sisfb_post_setmode()