Lines Matching defs:fext
833 }, fext = {
1077 else if ((plen * xres + fext.right + fext.hsync +
1078 fext.left) * fb_info.monspecs.hfmin < fext.f &&
1079 fext.f)
1080 pclock = &fext;
1106 if (fext.t && fext.t * i >= var->pixclock &&
1107 fext.t * i < pcl) {
1108 pcl = fext.t * i;
1109 pclock = &fext;
1136 if (pclock == &fext)
1360 var->pixclock = hw->sync & 0x1 ? fext.t :
1752 if (fext.t)
1753 fext.hsync = h_syncs[mon_type] / fext.t;
2971 fext.f = simple_strtoul(this_opt + 7, NULL, 10);
2973 fext.t = 1000000000 / fext.f;
2974 fext.f *= 1000;