Lines Matching refs:cal_ctx
160 * The cal_ctx structure represents the combination of one CSI-2 context, one
161 * processing context and one DMA context. Instance of struct cal_ctx are named
209 struct cal_ctx *ctx[CAL_MAX_NUM_CONTEXT];
219 * There is one cal_ctx structure for each camera core context.
221 struct cal_ctx {
330 int cal_ctx_prepare(struct cal_ctx *ctx);
331 void cal_ctx_unprepare(struct cal_ctx *ctx);
332 void cal_ctx_set_dma_addr(struct cal_ctx *ctx, dma_addr_t addr);
333 void cal_ctx_start(struct cal_ctx *ctx);
334 void cal_ctx_stop(struct cal_ctx *ctx);
336 int cal_ctx_v4l2_register(struct cal_ctx *ctx);
337 void cal_ctx_v4l2_unregister(struct cal_ctx *ctx);
338 int cal_ctx_v4l2_init(struct cal_ctx *ctx);
339 void cal_ctx_v4l2_cleanup(struct cal_ctx *ctx);