Home
last modified time | relevance | path

Searched refs:ctx_dbg (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/media/platform/ti-vpe/
Dcal-video.c137 ctx_dbg(1, ctx, "%s %dx%d code:%04X\n", __func__, in __subdev_get_format()
158 ctx_dbg(1, ctx, "%s %dx%d code:%04X\n", __func__, in __subdev_set_format()
186 ctx_dbg(3, ctx, "%s: fourcc: %s size: %dx%d bpl:%d img_size:%d\n", in cal_calc_format_size()
202 ctx_dbg(3, ctx, "Fourcc format (0x%08x) not found.\n", in cal_legacy_try_fmt_vid_cap()
265 ctx_dbg(3, ctx, "%s device busy\n", __func__); in cal_legacy_s_fmt_vid_cap()
283 ctx_dbg(3, ctx, in cal_legacy_s_fmt_vid_cap()
314 ctx_dbg(3, ctx, "Invalid pixel code: %x\n", in cal_legacy_enum_framesizes()
329 ctx_dbg(1, ctx, "%s: index: %d code: %x W:[%d,%d] H:[%d,%d]\n", in cal_legacy_enum_framesizes()
512 ctx_dbg(3, ctx, "%s: %s %ux%u (bytesperline %u sizeimage %u)\n", in cal_mc_try_fmt()
534 ctx_dbg(3, ctx, "%s device busy\n", __func__); in cal_mc_s_fmt_vid_cap()
[all …]
Dcal.c345 ctx_dbg(3, ctx, "CAL_CSI2_CTX(%u, %u) = 0x%08x\n", in cal_ctx_csi2_config()
397 ctx_dbg(3, ctx, "CAL_PIX_PROC(%u) = 0x%08x\n", ctx->pix_proc, in cal_ctx_pix_proc_config()
416 ctx_dbg(3, ctx, "CAL_WR_DMA_CTRL(%d) = 0x%08x\n", ctx->dma_ctx, in cal_ctx_wr_dma_config()
421 ctx_dbg(3, ctx, "CAL_WR_DMA_OFST(%d) = 0x%08x\n", ctx->dma_ctx, in cal_ctx_wr_dma_config()
434 ctx_dbg(3, ctx, "CAL_WR_DMA_XSIZE(%d) = 0x%08x\n", ctx->dma_ctx, in cal_ctx_wr_dma_config()
Dcal.h271 #define ctx_dbg(level, ctx, fmt, arg...) \ macro