Home
last modified time | relevance | path

Searched refs:b_top (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2244 __s32 b_top; in bttv_s_selection() local
2268 b_top = max(b->top, btv->vbi_end); in bttv_s_selection()
2269 if (b_top + 32 >= b_bottom) { in bttv_s_selection()
2280 c.rect.top = clamp_t(s32, sel->r.top, b_top, b_bottom - 32); in bttv_s_selection()
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2795 __s32 b_top; in bttv_s_selection() local
2821 b_top = max(b->top, btv->vbi_end); in bttv_s_selection()
2822 if (b_top + 32 >= b_bottom) { in bttv_s_selection()
2833 c.rect.top = clamp_t(s32, sel->r.top, b_top, b_bottom - 32); in bttv_s_selection()

Completed in 9 milliseconds