Home
last modified time | relevance | path

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

/drivers/media/pci/bt8xx/
Dbttv-vbi.c236 __s32 min_start, max_start, max_end, f2_offset; in try_fmt() local
247 max_end = (tvnorm->cropcap.bounds.top in try_fmt()
253 BUG_ON(max_start >= max_end); in try_fmt()
276 max_end - start); in try_fmt()
281 max_end += f2_offset; in try_fmt()
376 __s32 max_end; in bttv_g_fmt_vbi_cap() local
383 max_end = (tvnorm->cropcap.bounds.top in bttv_g_fmt_vbi_cap()
395 frt->fmt.vbi.start[i] = min(new_start, max_end - 1); in bttv_g_fmt_vbi_cap()
398 max_end - frt->fmt.vbi.start[i]); in bttv_g_fmt_vbi_cap()
400 max_end += tvnorm->vbistart[1] in bttv_g_fmt_vbi_cap()
/drivers/misc/
Dfastrpc.c415 u64 max_end = 0; in fastrpc_get_buff_overlaps() local
428 if (ctx->olaps[i].start < max_end) { in fastrpc_get_buff_overlaps()
429 ctx->olaps[i].mstart = max_end; in fastrpc_get_buff_overlaps()
431 ctx->olaps[i].offset = max_end - ctx->olaps[i].start; in fastrpc_get_buff_overlaps()
433 if (ctx->olaps[i].end > max_end) { in fastrpc_get_buff_overlaps()
434 max_end = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()
444 max_end = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()