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

/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2246 __s32 b_bottom; local
2266 b_bottom = b->top + b->height;
2269 if (b_top + 32 >= b_bottom) {
2280 c.rect.top = clamp_t(s32, sel->r.top, b_top, b_bottom - 32);
2285 32, b_bottom - c.rect.top);

Completed in 248 milliseconds