Searched refs:ctx_dbg (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
D | cal-video.c | 224 ctx_dbg(1, ctx, "%s %dx%d code:%04X\n", __func__, in __subdev_get_format() 245 ctx_dbg(1, ctx, "%s %dx%d code:%04X\n", __func__, in __subdev_set_format() 258 ctx_dbg(3, ctx, "No cal_fmt provided!\n"); in cal_calc_format_size() 277 ctx_dbg(3, ctx, "%s: fourcc: %s size: %dx%d bpl:%d img_size:%d\n", in cal_calc_format_size() 305 ctx_dbg(3, ctx, "Fourcc format (0x%08x) not found.\n", in cal_try_fmt_vid_cap() 364 ctx_dbg(3, ctx, "%s device busy\n", __func__); in cal_s_fmt_vid_cap() 382 ctx_dbg(3, ctx, in cal_s_fmt_vid_cap() 410 ctx_dbg(3, ctx, "Invalid pixel code: %x\n", in cal_enum_framesizes() 425 ctx_dbg(1, ctx, "%s: index: %d code: %x W:[%d,%d] H:[%d,%d]\n", in cal_enum_framesizes() 546 ctx_dbg(3, ctx, "nbuffers=%d, size=%d\n", *nbuffers, sizes[0]); in cal_queue_setup() [all …]
|
D | cal.c | 180 ctx_dbg(3, ctx, "CAL_CSI2_CTX0(%d) = 0x%08x\n", ctx->index, in cal_ctx_csi2_config() 231 ctx_dbg(3, ctx, "CAL_PIX_PROC(%d) = 0x%08x\n", ctx->index, in cal_ctx_pix_proc_config() 251 ctx_dbg(3, ctx, "CAL_WR_DMA_CTRL(%d) = 0x%08x\n", ctx->index, in cal_ctx_wr_dma_config() 262 ctx_dbg(3, ctx, "CAL_WR_DMA_OFST(%d) = 0x%08x\n", ctx->index, in cal_ctx_wr_dma_config() 275 ctx_dbg(3, ctx, "CAL_WR_DMA_XSIZE(%d) = 0x%08x\n", ctx->index, in cal_ctx_wr_dma_config() 287 ctx_dbg(3, ctx, "CAL_CTRL = 0x%08x\n", cal_read(ctx->cal, CAL_CTRL)); in cal_ctx_wr_dma_config()
|
D | cal.h | 194 #define ctx_dbg(level, ctx, fmt, arg...) \ macro
|