Lines Matching refs:ctx_dbg

67 #define ctx_dbg(level, ctx, fmt, arg...)	\  macro
572 ctx_dbg(3, ctx, "CAL_CSI2_TIMING(%d) = 0x%08x\n", ctx->csi2_port, in csi2_init()
589 ctx_dbg(3, ctx, "CAL_CSI2_COMPLEXIO_CFG(%d) = 0x%08x\n", ctx->csi2_port, in csi2_init()
600 ctx_dbg(3, ctx, "CAL_CTRL = 0x%08x\n", reg_read(ctx->dev, CAL_CTRL)); in csi2_init()
627 ctx_dbg(3, ctx, "CAL_CSI2_COMPLEXIO_CFG(%d) = 0x%08x\n", in csi2_lane_config()
666 ctx_dbg(3, ctx, "CAL_CSI2_CTX0(%d) = 0x%08x\n", ctx->csi2_port, in csi2_ctx_config()
682 ctx_dbg(3, ctx, "CAL_PIX_PROC(%d) = 0x%08x\n", ctx->csi2_port, in pix_proc_config()
701 ctx_dbg(3, ctx, "CAL_WR_DMA_CTRL(%d) = 0x%08x\n", ctx->csi2_port, in cal_wr_dma_config()
712 ctx_dbg(3, ctx, "CAL_WR_DMA_OFST(%d) = 0x%08x\n", ctx->csi2_port, in cal_wr_dma_config()
725 ctx_dbg(3, ctx, "CAL_WR_DMA_XSIZE(%d) = 0x%08x\n", ctx->csi2_port, in cal_wr_dma_config()
753 ctx_dbg(1, ctx, "ddrclkperiod_us: %d\n", ddrclkperiod_us); in csi2_phy_config()
757 ctx_dbg(1, ctx, "ths_term: %d (0x%02x)\n", ths_term, ths_term); in csi2_phy_config()
775 ctx_dbg(1, ctx, "ths_settle: %d (0x%02x)\n", ths_settle, ths_settle); in csi2_phy_config()
783 ctx_dbg(1, ctx, "CSI2_%d_REG0 = 0x%08x\n", (ctx->csi2_port - 1), reg0); in csi2_phy_config()
792 ctx_dbg(1, ctx, "CSI2_%d_REG1 = 0x%08x\n", (ctx->csi2_port - 1), reg1); in csi2_phy_config()
811 ctx_dbg(3, ctx, "sensor Pixel Rate: %d\n", ctx->external_rate); in cal_get_external_info()
958 ctx_dbg(1, ctx, "%s %dx%d code:%04X\n", __func__, in __subdev_get_format()
979 ctx_dbg(1, ctx, "%s %dx%d code:%04X\n", __func__, in __subdev_set_format()
990 ctx_dbg(3, ctx, "No cal_fmt provided!\n"); in cal_calc_format_size()
1001 ctx_dbg(3, ctx, "%s: fourcc: %s size: %dx%d bpl:%d img_size:%d\n", in cal_calc_format_size()
1029 ctx_dbg(3, ctx, "Fourcc format (0x%08x) not found.\n", in cal_try_fmt_vid_cap()
1088 ctx_dbg(3, ctx, "%s device busy\n", __func__); in cal_s_fmt_vid_cap()
1106 ctx_dbg(3, ctx, in cal_s_fmt_vid_cap()
1134 ctx_dbg(3, ctx, "Invalid pixel code: %x\n", in cal_enum_framesizes()
1147 ctx_dbg(1, ctx, "%s: index: %d code: %x W:[%d,%d] H:[%d,%d]\n", in cal_enum_framesizes()
1239 ctx_dbg(3, ctx, "nbuffers=%d, size=%d\n", *nbuffers, sizes[0]); in cal_queue_setup()
1292 ctx_dbg(3, ctx, "buffer queue is empty\n"); in cal_start_streaming()
1450 ctx_dbg(1, ctx, "Using sensor %s for capture\n", subdev->name); in cal_async_bound()
1464 ctx_dbg(2, ctx, in cal_async_bound()
1473 ctx_dbg(2, ctx, in cal_async_bound()
1506 ctx_dbg(3, ctx, "mbus code format (0x%08x) not found.\n", in cal_async_complete()
1665 ctx_dbg(3, ctx, "Scanning Port node for csi2 port: %d\n", inst); in of_cal_create_instance()
1669 ctx_dbg(1, ctx, "No port node found for csi2 port:%d\n", in of_cal_create_instance()
1676 ctx_dbg(3, ctx, "port:%d inst:%d <reg>:%d\n", in of_cal_create_instance()
1685 ctx_dbg(1, ctx, "No port node matches csi2 port:%d\n", in of_cal_create_instance()
1690 ctx_dbg(3, ctx, "Scanning sub-device for csi2 port: %d\n", in of_cal_create_instance()
1695 ctx_dbg(3, ctx, "can't get next endpoint\n"); in of_cal_create_instance()
1701 ctx_dbg(3, ctx, "can't get remote parent\n"); in of_cal_create_instance()
1709 ctx_dbg(3, ctx, "can't get remote-endpoint\n"); in of_cal_create_instance()
1723 ctx_dbg(3, ctx, "Port:%d v4l2-endpoint: CSI2\n", inst); in of_cal_create_instance()
1724 ctx_dbg(3, ctx, "Virtual Channel=%d\n", ctx->virtual_channel); in of_cal_create_instance()
1725 ctx_dbg(3, ctx, "flags=0x%08x\n", endpoint->bus.mipi_csi2.flags); in of_cal_create_instance()
1726 ctx_dbg(3, ctx, "clock_lane=%d\n", endpoint->bus.mipi_csi2.clock_lane); in of_cal_create_instance()
1727 ctx_dbg(3, ctx, "num_data_lanes=%d\n", in of_cal_create_instance()
1729 ctx_dbg(3, ctx, "data_lanes= <\n"); in of_cal_create_instance()
1731 ctx_dbg(3, ctx, "\t%d\n", in of_cal_create_instance()
1733 ctx_dbg(3, ctx, "\t>\n"); in of_cal_create_instance()
1735 ctx_dbg(1, ctx, "Port: %d found sub-device %s\n", in of_cal_create_instance()
1899 ctx_dbg(1, ctx, "unregistering %s\n", in cal_remove()