Searched refs:mlptr (Results 1 – 1 of 1) sorted by relevance
642 XF86ConfModeLinePtr mlptr; in xf86printMonitorSection() local682 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()[all …]