Lines Matching refs:vsyncend
266 rep.vsyncend = VidModeGetModeValue(mode, VIDMODE_V_SYNCEND); in ProcVidModeGetModeLine()
275 rep.vdisplay, rep.vsyncstart, rep.vsyncend, in ProcVidModeGetModeLine()
296 swaps(&rep.vsyncend); in ProcVidModeGetModeLine()
313 .vsyncend = rep.vsyncend, in ProcVidModeGetModeLine()
385 .vsyncend = VidModeGetModeValue(mode, VIDMODE_V_SYNCEND), in ProcVidModeGetAllModeLines()
399 swaps(&mdinf.vsyncend); in ProcVidModeGetAllModeLines()
413 .vsyncend = mdinf.vsyncend, in ProcVidModeGetAllModeLines()
436 && VidModeGetModeValue(mode, VIDMODE_V_SYNCEND) == stuff->vsyncend \
484 stuff->vsyncend = oldstuff->vsyncend; in ProcVidModeAddModeLine()
506 stuff->vdisplay, stuff->vsyncstart, stuff->vsyncend, in ProcVidModeAddModeLine()
529 stuff->vsyncend < stuff->vsyncstart || stuff->vtotal < stuff->vsyncend) in ProcVidModeAddModeLine()
572 VidModeSetModeValue(mode, VIDMODE_V_SYNCEND, stuff->vsyncend); in ProcVidModeAddModeLine()
654 stuff->vsyncend = oldstuff->vsyncend; in ProcVidModeDeleteModeLine()
665 stuff->vdisplay, stuff->vsyncstart, stuff->vsyncend, stuff->vtotal, in ProcVidModeDeleteModeLine()
777 stuff->vsyncend = oldstuff->vsyncend; in ProcVidModeModModeLine()
786 stuff->vdisplay, stuff->vsyncstart, stuff->vsyncend, in ProcVidModeModModeLine()
796 stuff->vsyncend < stuff->vsyncstart || stuff->vtotal < stuff->vsyncend) in ProcVidModeModModeLine()
820 VidModeSetModeValue(modetmp, VIDMODE_V_SYNCEND, stuff->vsyncend); in ProcVidModeModModeLine()
858 VidModeSetModeValue(mode, VIDMODE_V_SYNCEND, stuff->vsyncend); in ProcVidModeModModeLine()
912 stuff->vsyncend = oldstuff->vsyncend; in ProcVidModeValidateModeLine()
924 stuff->vdisplay, stuff->vsyncstart, stuff->vsyncend, stuff->vtotal, in ProcVidModeValidateModeLine()
940 stuff->vsyncend < stuff->vsyncstart || in ProcVidModeValidateModeLine()
941 stuff->vtotal < stuff->vsyncend) { in ProcVidModeValidateModeLine()
963 VidModeSetModeValue(modetmp, VIDMODE_V_SYNCEND, stuff->vsyncend); in ProcVidModeValidateModeLine()
1065 stuff->vsyncend = oldstuff->vsyncend; in ProcVidModeSwitchToMode()
1077 stuff->vdisplay, stuff->vsyncstart, stuff->vsyncend, stuff->vtotal, in ProcVidModeSwitchToMode()
1753 swaps(&oldstuff->vsyncend); in SProcVidModeAddModeLine()
1770 swaps(&stuff->vsyncend); in SProcVidModeAddModeLine()
1798 swaps(&oldstuff->vsyncend); in SProcVidModeDeleteModeLine()
1815 swaps(&stuff->vsyncend); in SProcVidModeDeleteModeLine()
1843 swaps(&oldstuff->vsyncend); in SProcVidModeModModeLine()
1860 swaps(&stuff->vsyncend); in SProcVidModeModModeLine()
1888 swaps(&oldstuff->vsyncend); in SProcVidModeValidateModeLine()
1905 swaps(&stuff->vsyncend); in SProcVidModeValidateModeLine()