Home
last modified time | relevance | path

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

/linux-5.19.10/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()
/linux-5.19.10/drivers/misc/
Dfastrpc.c486 u64 max_end = 0; in fastrpc_get_buff_overlaps() local
499 if (ctx->olaps[i].start < max_end) { in fastrpc_get_buff_overlaps()
500 ctx->olaps[i].mstart = max_end; in fastrpc_get_buff_overlaps()
502 ctx->olaps[i].offset = max_end - ctx->olaps[i].start; in fastrpc_get_buff_overlaps()
504 if (ctx->olaps[i].end > max_end) { in fastrpc_get_buff_overlaps()
505 max_end = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()
515 max_end = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()