Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/sis/
Dsis.h632 int chronteltype; member
Dsis_main.c2736 if(ivideo->vbflags2 & VB2_CHRONTEL) ivideo->chronteltype = 1; in sisfb_get_VB_type()
2750 if(ivideo->vbflags2 & VB2_CHRONTEL) ivideo->chronteltype = 2; in sisfb_get_VB_type()
2770 if(ivideo->vbflags2 & VB2_CHRONTEL) ivideo->chronteltype = 2; in sisfb_get_VB_type()
3702 switch(ivideo->chronteltype) { in sisfb_set_TVxposoffset()
3760 switch(ivideo->chronteltype) { in sisfb_set_TVyposoffset()
3873 if(ivideo->chronteltype == 1) { in sisfb_post_setmode()