Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti-vpe/
A Dcal.h211 struct cal_ctx *ctx[CAL_MAX_NUM_CONTEXT];
223 struct cal_ctx { struct
332 int cal_ctx_prepare(struct cal_ctx *ctx);
333 void cal_ctx_unprepare(struct cal_ctx *ctx);
334 void cal_ctx_set_dma_addr(struct cal_ctx *ctx, dma_addr_t addr);
335 void cal_ctx_start(struct cal_ctx *ctx);
336 void cal_ctx_stop(struct cal_ctx *ctx);
338 int cal_ctx_v4l2_register(struct cal_ctx *ctx);
339 void cal_ctx_v4l2_unregister(struct cal_ctx *ctx);
340 int cal_ctx_v4l2_init(struct cal_ctx *ctx);
[all …]
A Dcal-video.c50 struct cal_ctx *ctx = video_drvdata(file); in cal_querycap()
63 struct cal_ctx *ctx = video_drvdata(file); in cal_g_fmt_vid_cap()
108 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_enum_fmt_vid_cap()
195 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_try_fmt_vid_cap()
255 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_s_fmt_vid_cap()
306 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_enum_framesizes()
366 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_enum_frameintervals()
393 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_g_parm()
400 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_s_parm()
521 struct cal_ctx *ctx = video_drvdata(file); in cal_mc_try_fmt_vid_cap()
[all …]
A Dcal.c324 static void cal_ctx_csi2_config(struct cal_ctx *ctx) in cal_ctx_csi2_config()
401 static void cal_ctx_wr_dma_config(struct cal_ctx *ctx) in cal_ctx_wr_dma_config()
443 static void cal_ctx_wr_dma_enable(struct cal_ctx *ctx) in cal_ctx_wr_dma_enable()
452 static void cal_ctx_wr_dma_disable(struct cal_ctx *ctx) in cal_ctx_wr_dma_disable()
461 static bool cal_ctx_wr_dma_stopped(struct cal_ctx *ctx) in cal_ctx_wr_dma_stopped()
472 int cal_ctx_prepare(struct cal_ctx *ctx) in cal_ctx_prepare()
491 void cal_ctx_unprepare(struct cal_ctx *ctx) in cal_ctx_unprepare()
497 void cal_ctx_start(struct cal_ctx *ctx) in cal_ctx_start()
517 void cal_ctx_stop(struct cal_ctx *ctx) in cal_ctx_stop()
927 struct cal_ctx *ctx; in cal_ctx_create()
[all …]

Completed in 10 milliseconds