Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/pci/bt8xx/
Dbttv-vbi.c184 __s32 min_start, max_start, max_end, f2_offset; in try_fmt() local
195 max_end = (tvnorm->cropcap.bounds.top in try_fmt()
201 WARN_ON(max_start >= max_end); in try_fmt()
224 max_end - start); in try_fmt()
229 max_end += f2_offset; in try_fmt()
318 __s32 max_end; in bttv_g_fmt_vbi_cap() local
325 max_end = (tvnorm->cropcap.bounds.top in bttv_g_fmt_vbi_cap()
336 frt->fmt.vbi.start[i] = min(new_start, max_end - 1); in bttv_g_fmt_vbi_cap()
339 max_end - frt->fmt.vbi.start[i]); in bttv_g_fmt_vbi_cap()
341 max_end += tvnorm->vbistart[1] in bttv_g_fmt_vbi_cap()
/Linux-v6.6/drivers/misc/
Dfastrpc.c540 u64 max_end = 0; in fastrpc_get_buff_overlaps() local
553 if (ctx->olaps[i].start < max_end) { in fastrpc_get_buff_overlaps()
554 ctx->olaps[i].mstart = max_end; in fastrpc_get_buff_overlaps()
556 ctx->olaps[i].offset = max_end - ctx->olaps[i].start; in fastrpc_get_buff_overlaps()
558 if (ctx->olaps[i].end > max_end) { in fastrpc_get_buff_overlaps()
559 max_end = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()
569 max_end = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()