Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/sis/
Dsis.h632 int chronteltype; member
Dsis_main.c2763 if(ivideo->vbflags2 & VB2_CHRONTEL) ivideo->chronteltype = 1; in sisfb_get_VB_type()
2777 if(ivideo->vbflags2 & VB2_CHRONTEL) ivideo->chronteltype = 2; in sisfb_get_VB_type()
2797 if(ivideo->vbflags2 & VB2_CHRONTEL) ivideo->chronteltype = 2; in sisfb_get_VB_type()
3729 switch(ivideo->chronteltype) { in sisfb_set_TVxposoffset()
3787 switch(ivideo->chronteltype) { in sisfb_set_TVyposoffset()
3900 if(ivideo->chronteltype == 1) { in sisfb_post_setmode()