Lines Matching refs:yoffset
143 var->yoffset = info->var.yoffset;
172 if (var->yres_virtual < var->yoffset + var->yres)
173 var->yres_virtual = var->yoffset + var->yres;
361 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
368 if (var->yoffset < 0
369 || var->yoffset >= info->var.yres_virtual
374 var->yoffset + info->var.yres > info->var.yres_virtual)
378 info->var.yoffset = var->yoffset;