Lines Matching refs:yoffset
145 var->yoffset = info->var.yoffset;
174 if (var->yres_virtual < var->yoffset + var->yres)
175 var->yres_virtual = var->yoffset + var->yres;
363 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
370 if (var->yoffset < 0
371 || var->yoffset >= info->var.yres_virtual
376 var->yoffset + info->var.yres > info->var.yres_virtual)
380 info->var.yoffset = var->yoffset;