Home | History | Annotate | Download | only in common

Lines Matching refs:modep

2111     XF86ModePtr modep;
2143 modep = conf_display->disp_mode_lst;
2144 while(modep) {
2146 modep = (XF86ModePtr)modep->list.next;
2149 modep = conf_display->disp_mode_lst;
2151 while(modep) {
2152 displayp->modes[count] = modep->mode_name;
2154 modep = (XF86ModePtr)modep->list.next;