Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/pci/bt8xx/
Dbttv-vbi.c182 __s32 min_start, max_start, max_end, f2_offset; in try_fmt() local
193 max_end = (tvnorm->cropcap.bounds.top in try_fmt()
199 WARN_ON(max_start >= max_end); in try_fmt()
222 max_end - start); in try_fmt()
227 max_end += f2_offset; in try_fmt()
316 __s32 max_end; in bttv_g_fmt_vbi_cap() local
323 max_end = (tvnorm->cropcap.bounds.top in bttv_g_fmt_vbi_cap()
334 frt->fmt.vbi.start[i] = min(new_start, max_end - 1); in bttv_g_fmt_vbi_cap()
337 max_end - frt->fmt.vbi.start[i]); in bttv_g_fmt_vbi_cap()
339 max_end += tvnorm->vbistart[1] in bttv_g_fmt_vbi_cap()
/linux-6.12.1/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()