Searched refs:cal_ctx (Results 1 – 3 of 3) sorted by relevance
216 struct cal_ctx *ctx[CAL_MAX_NUM_CONTEXT];228 struct cal_ctx { struct338 int cal_ctx_prepare(struct cal_ctx *ctx);339 void cal_ctx_unprepare(struct cal_ctx *ctx);340 void cal_ctx_set_dma_addr(struct cal_ctx *ctx, dma_addr_t addr);341 void cal_ctx_start(struct cal_ctx *ctx);342 void cal_ctx_stop(struct cal_ctx *ctx);344 int cal_ctx_v4l2_register(struct cal_ctx *ctx);345 void cal_ctx_v4l2_unregister(struct cal_ctx *ctx);346 int cal_ctx_v4l2_init(struct cal_ctx *ctx);[all …]
59 struct cal_ctx *ctx = video_drvdata(file); in cal_g_fmt_vid_cap()71 static const struct cal_format_info *find_format_by_pix(struct cal_ctx *ctx, in find_format_by_pix()86 static const struct cal_format_info *find_format_by_code(struct cal_ctx *ctx, in find_format_by_code()104 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_enum_fmt_vid_cap()117 static int __subdev_get_format(struct cal_ctx *ctx, in __subdev_get_format()139 static int __subdev_set_format(struct cal_ctx *ctx, in __subdev_set_format()160 static void cal_calc_format_size(struct cal_ctx *ctx, in cal_calc_format_size()191 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_try_fmt_vid_cap()252 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_s_fmt_vid_cap()303 struct cal_ctx *ctx = video_drvdata(file); in cal_legacy_enum_framesizes()[all …]
324 static void cal_ctx_csi2_config(struct cal_ctx *ctx) in cal_ctx_csi2_config()350 static void cal_ctx_pix_proc_config(struct cal_ctx *ctx) in cal_ctx_pix_proc_config()401 static void cal_ctx_wr_dma_config(struct cal_ctx *ctx) in cal_ctx_wr_dma_config()438 void cal_ctx_set_dma_addr(struct cal_ctx *ctx, dma_addr_t addr) in cal_ctx_set_dma_addr()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()503 int cal_ctx_prepare(struct cal_ctx *ctx) in cal_ctx_prepare()538 void cal_ctx_unprepare(struct cal_ctx *ctx) in cal_ctx_unprepare()544 void cal_ctx_start(struct cal_ctx *ctx) in cal_ctx_start()[all …]