sc_coeff_h        407 drivers/media/platform/ti-vpe/vpe.c 	struct vpdma_buf	sc_coeff_h;		/* h coeff buffer */
sc_coeff_h        898 drivers/media/platform/ti-vpe/vpe.c 	sc_set_hs_coeffs(ctx->dev->sc, ctx->sc_coeff_h.addr, src_w, dst_w);
sc_coeff_h       1238 drivers/media/platform/ti-vpe/vpe.c 	if (sc->loaded_coeff_h != ctx->sc_coeff_h.dma_addr ||
sc_coeff_h       1240 drivers/media/platform/ti-vpe/vpe.c 		vpdma_map_desc_buf(ctx->dev->vpdma, &ctx->sc_coeff_h);
sc_coeff_h       1242 drivers/media/platform/ti-vpe/vpe.c 			&ctx->sc_coeff_h, 0);
sc_coeff_h       1244 drivers/media/platform/ti-vpe/vpe.c 		sc->loaded_coeff_h = ctx->sc_coeff_h.dma_addr;
sc_coeff_h       1399 drivers/media/platform/ti-vpe/vpe.c 	vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_h);
sc_coeff_h       2271 drivers/media/platform/ti-vpe/vpe.c 	ret = vpdma_alloc_desc_buf(&ctx->sc_coeff_h, SC_COEF_SRAM_SIZE);
sc_coeff_h       2352 drivers/media/platform/ti-vpe/vpe.c 	vpdma_free_desc_buf(&ctx->sc_coeff_h);
sc_coeff_h       2376 drivers/media/platform/ti-vpe/vpe.c 	vpdma_unmap_desc_buf(dev->vpdma, &ctx->sc_coeff_h);
sc_coeff_h       2383 drivers/media/platform/ti-vpe/vpe.c 	vpdma_free_desc_buf(&ctx->sc_coeff_h);