sc_coeff_v        408 drivers/media/platform/ti-vpe/vpe.c 	struct vpdma_buf	sc_coeff_v;		/* v coeff buffer */
sc_coeff_v        899 drivers/media/platform/ti-vpe/vpe.c 	sc_set_vs_coeffs(ctx->dev->sc, ctx->sc_coeff_v.addr, src_h, dst_h);
sc_coeff_v       1248 drivers/media/platform/ti-vpe/vpe.c 	if (sc->loaded_coeff_v != ctx->sc_coeff_v.dma_addr ||
sc_coeff_v       1250 drivers/media/platform/ti-vpe/vpe.c 		vpdma_map_desc_buf(ctx->dev->vpdma, &ctx->sc_coeff_v);
sc_coeff_v       1252 drivers/media/platform/ti-vpe/vpe.c 			&ctx->sc_coeff_v, SC_COEF_SRAM_SIZE >> 4);
sc_coeff_v       1254 drivers/media/platform/ti-vpe/vpe.c 		sc->loaded_coeff_v = ctx->sc_coeff_v.dma_addr;
sc_coeff_v       1400 drivers/media/platform/ti-vpe/vpe.c 	vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_v);
sc_coeff_v       2275 drivers/media/platform/ti-vpe/vpe.c 	ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_v, SC_COEF_SRAM_SIZE);
sc_coeff_v       2350 drivers/media/platform/ti-vpe/vpe.c 	vpdma_free_desc_buf(&ctx->sc_coeff_v);
sc_coeff_v       2377 drivers/media/platform/ti-vpe/vpe.c 	vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_v);
sc_coeff_v       2382 drivers/media/platform/ti-vpe/vpe.c 	vpdma_free_desc_buf(&ctx->sc_coeff_v);