Lines Matching refs:vbi_end
675 if (btv->vbi_end > top)
688 btv->vbi_end = end;
716 btv->vbi_end = 0;
1550 /* Make sure tvnorm and vbi_end remain consistent
1557 if (btv->vbi_end > bttv_tvnorms[norm].cropcap.defrect.top) {
1966 /* Make sure tvnorm, vbi_end and the current cropping parameters
1988 Note btv->vbi_end is really a minimum, see
1990 if (btv->vbi_end > b->top) {
1991 max_height -= btv->vbi_end - b->top;
1998 if (btv->vbi_end > c->rect.top)
2026 if (btv->vbi_end > c->rect.top) {
2028 c->rect.top = btv->vbi_end;
2806 /* Make sure tvnorm, vbi_end and the current cropping
2808 read() may change vbi_end in check_alloc_btres_lock(). */
2821 b_top = max(b->top, btv->vbi_end);