Home
last modified time | relevance | path

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

/drivers/media/pci/bt8xx/
Dbttv-vbi.c248 __s32 min_start, max_start, max_end, f2_offset; in try_fmt() local
259 max_end = (tvnorm->cropcap.bounds.top in try_fmt()
265 BUG_ON(max_start >= max_end); in try_fmt()
288 max_end - start); in try_fmt()
293 max_end += f2_offset; in try_fmt()
388 __s32 max_end; in bttv_g_fmt_vbi_cap() local
395 max_end = (tvnorm->cropcap.bounds.top in bttv_g_fmt_vbi_cap()
407 frt->fmt.vbi.start[i] = min(new_start, max_end - 1); in bttv_g_fmt_vbi_cap()
410 max_end - frt->fmt.vbi.start[i]); in bttv_g_fmt_vbi_cap()
412 max_end += tvnorm->vbistart[1] in bttv_g_fmt_vbi_cap()
/drivers/staging/lustre/lustre/osc/
Dosc_cache.c645 pgoff_t max_end; in osc_extent_find() local
672 max_end = index - (index % max_pages) + max_pages - 1; in osc_extent_find()
673 max_end = min_t(pgoff_t, max_end, descr->cld_end); in osc_extent_find()
676 cur->oe_max_end = max_end; in osc_extent_find()
681 if (cur->oe_end > max_end) in osc_extent_find()
682 cur->oe_end = max_end; in osc_extent_find()
694 LASSERTF((max_end - cur->oe_start) < max_pages, EXTSTR"\n", in osc_extent_find()
764 if (ext->oe_max_end != max_end) { in osc_extent_find()