Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttvp.h502 __s32 vbi_end; member
Dbttv-driver.c706 if (btv->vbi_end > top) in check_alloc_btres_lock()
719 btv->vbi_end = end; in check_alloc_btres_lock()
747 btv->vbi_end = 0; in disclaim_vbi_lines()
1588 if (btv->vbi_end > bttv_tvnorms[norm].cropcap.defrect.top) { in bttv_prepare_buffer()
2034 if (btv->vbi_end > b->top) { in limit_scaled_size_lock()
2035 max_height -= btv->vbi_end - b->top; in limit_scaled_size_lock()
2042 if (btv->vbi_end > c->rect.top) in limit_scaled_size_lock()
2071 if (btv->vbi_end > c->rect.top) { in limit_scaled_size_lock()
2073 c->rect.top = btv->vbi_end; in limit_scaled_size_lock()
2873 b_top = max(b->top, btv->vbi_end); in bttv_s_crop()