Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-driver.c663 if (btv->vbi_end > top) in check_alloc_btres_lock()
676 btv->vbi_end = end; in check_alloc_btres_lock()
703 btv->vbi_end = 0; in disclaim_vbi_lines()
1882 if (btv->vbi_end > b->top) { in limit_scaled_size_lock()
1883 max_height -= btv->vbi_end - b->top; in limit_scaled_size_lock()
1890 if (btv->vbi_end > c->rect.top) in limit_scaled_size_lock()
1918 if (btv->vbi_end > c->rect.top) { in limit_scaled_size_lock()
1920 c->rect.top = btv->vbi_end; in limit_scaled_size_lock()
2268 b_top = max(b->top, btv->vbi_end); in bttv_s_selection()
H A Dbttvp.h463 __s32 vbi_end; member