Lines Matching refs:mlptr

642     XF86ConfModeLinePtr mlptr;  in xf86printMonitorSection()  local
682 for (mlptr = ptr->mon_modeline_lst; mlptr; mlptr = mlptr->list.next) { in xf86printMonitorSection()
684 mlptr->ml_identifier, mlptr->ml_clock / 1000.0); in xf86printMonitorSection()
686 mlptr->ml_hdisplay, mlptr->ml_hsyncstart, in xf86printMonitorSection()
687 mlptr->ml_hsyncend, mlptr->ml_htotal, in xf86printMonitorSection()
688 mlptr->ml_vdisplay, mlptr->ml_vsyncstart, in xf86printMonitorSection()
689 mlptr->ml_vsyncend, mlptr->ml_vtotal); in xf86printMonitorSection()
690 if (mlptr->ml_flags & XF86CONF_PHSYNC) in xf86printMonitorSection()
692 if (mlptr->ml_flags & XF86CONF_NHSYNC) in xf86printMonitorSection()
694 if (mlptr->ml_flags & XF86CONF_PVSYNC) in xf86printMonitorSection()
696 if (mlptr->ml_flags & XF86CONF_NVSYNC) in xf86printMonitorSection()
698 if (mlptr->ml_flags & XF86CONF_INTERLACE) in xf86printMonitorSection()
700 if (mlptr->ml_flags & XF86CONF_CSYNC) in xf86printMonitorSection()
702 if (mlptr->ml_flags & XF86CONF_PCSYNC) in xf86printMonitorSection()
704 if (mlptr->ml_flags & XF86CONF_NCSYNC) in xf86printMonitorSection()
706 if (mlptr->ml_flags & XF86CONF_DBLSCAN) in xf86printMonitorSection()
708 if (mlptr->ml_flags & XF86CONF_HSKEW) in xf86printMonitorSection()
709 fprintf(cf, " hskew %d", mlptr->ml_hskew); in xf86printMonitorSection()
710 if (mlptr->ml_flags & XF86CONF_BCAST) in xf86printMonitorSection()
723 XF86ConfModeLinePtr mlptr; in xf86printModesSection() local
731 for (mlptr = ptr->mon_modeline_lst; mlptr; mlptr = mlptr->list.next) { in xf86printModesSection()
733 mlptr->ml_identifier, mlptr->ml_clock / 1000.0); in xf86printModesSection()
735 mlptr->ml_hdisplay, mlptr->ml_hsyncstart, in xf86printModesSection()
736 mlptr->ml_hsyncend, mlptr->ml_htotal, in xf86printModesSection()
737 mlptr->ml_vdisplay, mlptr->ml_vsyncstart, in xf86printModesSection()
738 mlptr->ml_vsyncend, mlptr->ml_vtotal); in xf86printModesSection()
739 if (mlptr->ml_flags & XF86CONF_PHSYNC) in xf86printModesSection()
741 if (mlptr->ml_flags & XF86CONF_NHSYNC) in xf86printModesSection()
743 if (mlptr->ml_flags & XF86CONF_PVSYNC) in xf86printModesSection()
745 if (mlptr->ml_flags & XF86CONF_NVSYNC) in xf86printModesSection()
747 if (mlptr->ml_flags & XF86CONF_INTERLACE) in xf86printModesSection()
749 if (mlptr->ml_flags & XF86CONF_CSYNC) in xf86printModesSection()
751 if (mlptr->ml_flags & XF86CONF_PCSYNC) in xf86printModesSection()
753 if (mlptr->ml_flags & XF86CONF_NCSYNC) in xf86printModesSection()
755 if (mlptr->ml_flags & XF86CONF_DBLSCAN) in xf86printModesSection()
757 if (mlptr->ml_flags & XF86CONF_HSKEW) in xf86printModesSection()
758 fprintf(cf, " hskew %d", mlptr->ml_hskew); in xf86printModesSection()
759 if (mlptr->ml_flags & XF86CONF_VSCAN) in xf86printModesSection()
760 fprintf(cf, " vscan %d", mlptr->ml_vscan); in xf86printModesSection()
761 if (mlptr->ml_flags & XF86CONF_BCAST) in xf86printModesSection()
763 if (mlptr->ml_comment) in xf86printModesSection()
764 fprintf(cf, "%s", mlptr->ml_comment); in xf86printModesSection()