Home
last modified time | relevance | path

Searched refs:fimc_ctx (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h274 struct fimc_ctx *ctx;
305 struct fimc_ctx *ctx;
395 struct fimc_ctx;
478 struct fimc_ctx { struct
615 int fimc_ctrls_create(struct fimc_ctx *ctx);
616 void fimc_ctrls_delete(struct fimc_ctx *ctx);
617 void fimc_ctrls_activate(struct fimc_ctx *ctx, bool active);
618 void fimc_alpha_ctrl_update(struct fimc_ctx *ctx);
628 int fimc_set_scaler_info(struct fimc_ctx *ctx);
629 int fimc_prepare_config(struct fimc_ctx *ctx, u32 flags);
[all …]
H A Dfimc-reg.h292 void fimc_hw_set_rotation(struct fimc_ctx *ctx);
294 void fimc_hw_set_out_dma(struct fimc_ctx *ctx);
297 void fimc_hw_set_prescaler(struct fimc_ctx *ctx);
298 void fimc_hw_set_mainscaler(struct fimc_ctx *ctx);
299 void fimc_hw_enable_capture(struct fimc_ctx *ctx);
300 void fimc_hw_set_effect(struct fimc_ctx *ctx);
301 void fimc_hw_set_rgb_alpha(struct fimc_ctx *ctx);
302 void fimc_hw_set_in_dma(struct fimc_ctx *ctx);
303 void fimc_hw_set_input_path(struct fimc_ctx *ctx);
304 void fimc_hw_set_output_path(struct fimc_ctx *ctx);
[all …]
H A Dfimc-m2m.c75 struct fimc_ctx *ctx = q->drv_priv; in start_streaming()
82 struct fimc_ctx *ctx = q->drv_priv; in stop_streaming()
92 struct fimc_ctx *ctx = priv; in fimc_device_run()
172 struct fimc_ctx *ctx = vb2_get_drv_priv(vq); in fimc_queue_setup()
254 struct fimc_ctx *ctx = fh_to_ctx(fh); in fimc_m2m_g_fmt_mplane()
313 struct fimc_ctx *ctx = fh_to_ctx(fh); in fimc_m2m_try_fmt_mplane()
341 struct fimc_ctx *ctx = fh_to_ctx(fh); in fimc_m2m_s_fmt_mplane()
380 struct fimc_ctx *ctx = fh_to_ctx(fh); in fimc_m2m_g_selection()
488 struct fimc_ctx *ctx = fh_to_ctx(fh); in fimc_m2m_s_selection()
550 struct fimc_ctx *ctx = priv; in queue_init()
[all …]
H A Dfimc-reg.c41 static u32 fimc_hw_get_in_flip(struct fimc_ctx *ctx) in fimc_hw_get_in_flip()
71 void fimc_hw_set_rotation(struct fimc_ctx *ctx) in fimc_hw_set_rotation()
104 void fimc_hw_set_target_format(struct fimc_ctx *ctx) in fimc_hw_set_target_format()
166 void fimc_hw_set_out_dma(struct fimc_ctx *ctx) in fimc_hw_set_out_dma()
231 void fimc_hw_set_prescaler(struct fimc_ctx *ctx) in fimc_hw_set_prescaler()
311 void fimc_hw_set_mainscaler(struct fimc_ctx *ctx) in fimc_hw_set_mainscaler()
346 void fimc_hw_enable_capture(struct fimc_ctx *ctx) in fimc_hw_enable_capture()
371 void fimc_hw_set_effect(struct fimc_ctx *ctx) in fimc_hw_set_effect()
388 void fimc_hw_set_rgb_alpha(struct fimc_ctx *ctx) in fimc_hw_set_rgb_alpha()
420 void fimc_hw_set_in_dma(struct fimc_ctx *ctx) in fimc_hw_set_in_dma()
[all …]
H A Dfimc-core.c191 int fimc_check_scaler_ratio(struct fimc_ctx *ctx, int sw, int sh, in fimc_check_scaler_ratio()
226 int fimc_set_scaler_info(struct fimc_ctx *ctx) in fimc_set_scaler_info()
294 struct fimc_ctx *ctx; in fimc_irq_handler()
381 void fimc_set_yuv_order(struct fimc_ctx *ctx) in fimc_set_yuv_order()
504 container_of((__ctrl)->handler, struct fimc_ctx, ctrls.handler)
557 struct fimc_ctx *ctx = ctrl_to_ctx(ctrl); in fimc_s_ctrl()
572 int fimc_ctrls_create(struct fimc_ctx *ctx) in fimc_ctrls_create()
614 void fimc_ctrls_delete(struct fimc_ctx *ctx) in fimc_ctrls_delete()
625 void fimc_ctrls_activate(struct fimc_ctx *ctx, bool active) in fimc_ctrls_activate()
656 void fimc_alpha_ctrl_update(struct fimc_ctx *ctx) in fimc_alpha_ctrl_update()
[all …]
H A Dfimc-capture.c36 struct fimc_ctx *ctx = fimc->vid_cap.ctx; in fimc_capture_hw_init()
261 struct fimc_ctx *ctx = q->drv_priv; in start_streaming()
292 struct fimc_ctx *ctx = q->drv_priv; in stop_streaming()
344 struct fimc_ctx *ctx = vq->drv_priv; in queue_setup()
379 struct fimc_ctx *ctx = vq->drv_priv; in buffer_prepare()
912 struct fimc_ctx *ctx = vc->ctx; in __video_try_or_set_format()
1012 struct fimc_ctx *ctx = vc->ctx; in __fimc_capture_set_format()
1265 struct fimc_ctx *ctx = fimc->vid_cap.ctx; in fimc_cap_g_selection()
1302 struct fimc_ctx *ctx = fimc->vid_cap.ctx; in fimc_cap_s_selection()
1520 struct fimc_ctx *ctx = vc->ctx; in fimc_subdev_set_fmt()
[all …]