Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2245 __s32 b_right; in bttv_s_selection() local
2265 b_right = b_left + b->width; in bttv_s_selection()
2274 c.rect.left = clamp_t(s32, sel->r.left, b_left, b_right - 48); in bttv_s_selection()
2278 48, b_right - c.rect.left); in bttv_s_selection()