Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-driver.c705 if (btv->vbi_end > top) in check_alloc_btres_lock()
718 btv->vbi_end = end; in check_alloc_btres_lock()
746 btv->vbi_end = 0; in disclaim_vbi_lines()
1587 if (btv->vbi_end > bttv_tvnorms[norm].cropcap.defrect.top) { in bttv_prepare_buffer()
2020 if (btv->vbi_end > b->top) { in limit_scaled_size_lock()
2021 max_height -= btv->vbi_end - b->top; in limit_scaled_size_lock()
2028 if (btv->vbi_end > c->rect.top) in limit_scaled_size_lock()
2057 if (btv->vbi_end > c->rect.top) { in limit_scaled_size_lock()
2059 c->rect.top = btv->vbi_end; in limit_scaled_size_lock()
2877 b_top = max(b->top, btv->vbi_end); in bttv_s_selection()
Dbttvp.h503 __s32 vbi_end; member