Lines Matching refs:hsyncend

261     rep.hsyncend = VidModeGetModeValue(mode, VIDMODE_H_SYNCEND);  in ProcVidModeGetModeLine()
273 rep.hdisplay, rep.hsyncstart, rep.hsyncend, rep.htotal); in ProcVidModeGetModeLine()
291 swaps(&rep.hsyncend); in ProcVidModeGetModeLine()
309 .hsyncend = rep.hsyncend, in ProcVidModeGetModeLine()
380 .hsyncend = VidModeGetModeValue(mode, VIDMODE_H_SYNCEND), in ProcVidModeGetAllModeLines()
394 swaps(&mdinf.hsyncend); in ProcVidModeGetAllModeLines()
409 .hsyncend = mdinf.hsyncend, in ProcVidModeGetAllModeLines()
432 && VidModeGetModeValue(mode, VIDMODE_H_SYNCEND) == stuff->hsyncend \
479 stuff->hsyncend = oldstuff->hsyncend; in ProcVidModeAddModeLine()
504 stuff->hsyncend, stuff->htotal); in ProcVidModeAddModeLine()
526 stuff->hsyncend < stuff->hsyncstart || in ProcVidModeAddModeLine()
527 stuff->htotal < stuff->hsyncend || in ProcVidModeAddModeLine()
567 VidModeSetModeValue(mode, VIDMODE_H_SYNCEND, stuff->hsyncend); in ProcVidModeAddModeLine()
649 stuff->hsyncend = oldstuff->hsyncend; in ProcVidModeDeleteModeLine()
663 stuff->hsyncend, stuff->htotal); in ProcVidModeDeleteModeLine()
772 stuff->hsyncend = oldstuff->hsyncend; in ProcVidModeModModeLine()
784 stuff->hsyncend, stuff->htotal); in ProcVidModeModModeLine()
793 stuff->hsyncend < stuff->hsyncstart || in ProcVidModeModModeLine()
794 stuff->htotal < stuff->hsyncend || in ProcVidModeModModeLine()
815 VidModeSetModeValue(modetmp, VIDMODE_H_SYNCEND, stuff->hsyncend); in ProcVidModeModModeLine()
853 VidModeSetModeValue(mode, VIDMODE_H_SYNCEND, stuff->hsyncend); in ProcVidModeModModeLine()
907 stuff->hsyncend = oldstuff->hsyncend; in ProcVidModeValidateModeLine()
922 stuff->hsyncend, stuff->htotal); in ProcVidModeValidateModeLine()
937 stuff->hsyncend < stuff->hsyncstart || in ProcVidModeValidateModeLine()
938 stuff->htotal < stuff->hsyncend || in ProcVidModeValidateModeLine()
958 VidModeSetModeValue(modetmp, VIDMODE_H_SYNCEND, stuff->hsyncend); in ProcVidModeValidateModeLine()
1060 stuff->hsyncend = oldstuff->hsyncend; in ProcVidModeSwitchToMode()
1075 stuff->hsyncend, stuff->htotal); in ProcVidModeSwitchToMode()
1749 swaps(&oldstuff->hsyncend); in SProcVidModeAddModeLine()
1765 swaps(&stuff->hsyncend); in SProcVidModeAddModeLine()
1794 swaps(&oldstuff->hsyncend); in SProcVidModeDeleteModeLine()
1810 swaps(&stuff->hsyncend); in SProcVidModeDeleteModeLine()
1839 swaps(&oldstuff->hsyncend); in SProcVidModeModModeLine()
1855 swaps(&stuff->hsyncend); in SProcVidModeModModeLine()
1884 swaps(&oldstuff->hsyncend); in SProcVidModeValidateModeLine()
1900 swaps(&stuff->hsyncend); in SProcVidModeValidateModeLine()