Lines Matching refs:vbi_end
663 if (btv->vbi_end > top)
676 btv->vbi_end = end;
703 btv->vbi_end = 0;
1858 /* Make sure tvnorm, vbi_end and the current cropping parameters
1880 Note btv->vbi_end is really a minimum, see
1882 if (btv->vbi_end > b->top) {
1883 max_height -= btv->vbi_end - b->top;
1890 if (btv->vbi_end > c->rect.top)
1918 if (btv->vbi_end > c->rect.top) {
1920 c->rect.top = btv->vbi_end;
2254 /* Make sure tvnorm, vbi_end and the current cropping
2256 read() may change vbi_end in check_alloc_btres_lock(). */
2268 b_top = max(b->top, btv->vbi_end);