Lines Matching defs:fext
845 }, fext = {
1095 else if ((plen * xres + fext.right + fext.hsync +
1096 fext.left) * fb_info.monspecs.hfmin < fext.f &&
1097 fext.f)
1098 pclock = &fext;
1125 if (fext.t && fext.t * i >= var->pixclock &&
1126 fext.t * i < pcl) {
1127 pcl = fext.t * i;
1128 pclock = &fext;
1155 if (pclock == &fext)
1379 var->pixclock = hw->sync & 0x1 ? fext.t :
1771 if (fext.t)
1772 fext.hsync = h_syncs[mon_type] / fext.t;
3039 fext.f = simple_strtoul(this_opt + 7, NULL, 10);
3041 fext.t = 1000000000 / fext.f;
3042 fext.f *= 1000;