Lines Matching refs:cal_ctx

300 static void cal_ctx_csi2_config(struct cal_ctx *ctx)  in cal_ctx_csi2_config()
326 static void cal_ctx_pix_proc_config(struct cal_ctx *ctx) in cal_ctx_pix_proc_config()
377 static void cal_ctx_wr_dma_config(struct cal_ctx *ctx) in cal_ctx_wr_dma_config()
414 void cal_ctx_set_dma_addr(struct cal_ctx *ctx, dma_addr_t addr) in cal_ctx_set_dma_addr()
419 static void cal_ctx_wr_dma_enable(struct cal_ctx *ctx) in cal_ctx_wr_dma_enable()
428 static void cal_ctx_wr_dma_disable(struct cal_ctx *ctx) in cal_ctx_wr_dma_disable()
437 static bool cal_ctx_wr_dma_stopped(struct cal_ctx *ctx) in cal_ctx_wr_dma_stopped()
449 cal_get_remote_frame_desc_entry(struct cal_ctx *ctx, in cal_get_remote_frame_desc_entry()
473 int cal_ctx_prepare(struct cal_ctx *ctx) in cal_ctx_prepare()
508 void cal_ctx_unprepare(struct cal_ctx *ctx) in cal_ctx_unprepare()
514 void cal_ctx_start(struct cal_ctx *ctx) in cal_ctx_start()
549 void cal_ctx_stop(struct cal_ctx *ctx) in cal_ctx_stop()
601 static void cal_update_seq_number(struct cal_ctx *ctx) in cal_update_seq_number()
624 static inline void cal_irq_wdma_start(struct cal_ctx *ctx) in cal_irq_wdma_start()
658 static inline void cal_irq_wdma_end(struct cal_ctx *ctx) in cal_irq_wdma_end()
688 static void cal_irq_handle_wdma(struct cal_ctx *ctx, bool start, bool end) in cal_irq_handle_wdma()
1007 static struct cal_ctx *cal_ctx_create(struct cal_dev *cal, int inst) in cal_ctx_create()
1009 struct cal_ctx *ctx; in cal_ctx_create()
1031 static void cal_ctx_destroy(struct cal_ctx *ctx) in cal_ctx_destroy()