Home
last modified time | relevance | path

Searched refs:vbi_end (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/media/pci/bt8xx/
Dbttv-driver.c675 if (btv->vbi_end > top) in check_alloc_btres_lock()
688 btv->vbi_end = end; in check_alloc_btres_lock()
716 btv->vbi_end = 0; in disclaim_vbi_lines()
1557 if (btv->vbi_end > bttv_tvnorms[norm].cropcap.defrect.top) { in bttv_prepare_buffer()
1990 if (btv->vbi_end > b->top) { in limit_scaled_size_lock()
1991 max_height -= btv->vbi_end - b->top; in limit_scaled_size_lock()
1998 if (btv->vbi_end > c->rect.top) in limit_scaled_size_lock()
2026 if (btv->vbi_end > c->rect.top) { in limit_scaled_size_lock()
2028 c->rect.top = btv->vbi_end; in limit_scaled_size_lock()
2811 b_top = max(b->top, btv->vbi_end); in bttv_s_selection()
Dbttvp.h490 __s32 vbi_end; member