Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/sis/
Dsis.h646 int chronteltype; member
Dsis_main.c2767 if(ivideo->vbflags2 & VB2_CHRONTEL) ivideo->chronteltype = 1; in sisfb_get_VB_type()
2781 if(ivideo->vbflags2 & VB2_CHRONTEL) ivideo->chronteltype = 2; in sisfb_get_VB_type()
2801 if(ivideo->vbflags2 & VB2_CHRONTEL) ivideo->chronteltype = 2; in sisfb_get_VB_type()
3733 switch(ivideo->chronteltype) { in sisfb_set_TVxposoffset()
3791 switch(ivideo->chronteltype) { in sisfb_set_TVyposoffset()
3904 if(ivideo->chronteltype == 1) { in sisfb_post_setmode()