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

/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-reg.h292 void fimc_hw_set_rotation(struct fimc_ctx *ctx);
293 void fimc_hw_set_target_format(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 *ct
[all...]
H A Dfimc-core.h274 struct fimc_ctx *ctx;
305 struct fimc_ctx *ctx;
395 struct fimc_ctx;
458 * struct fimc_ctx - the device context data
478 struct fimc_ctx { struct
499 #define fh_to_ctx(__fh) container_of(__fh, struct fimc_ctx, fh)
540 static inline void fimc_ctx_state_set(u32 state, struct fimc_ctx *ctx)
549 static inline bool fimc_ctx_state_is_set(u32 mask, struct fimc_ctx *ctx)
588 static inline struct fimc_frame *ctx_get_frame(struct fimc_ctx *ctx,
613 int fimc_ctrls_create(struct fimc_ctx *ct
[all...]
H A Dfimc-m2m.c39 void fimc_m2m_job_finish(struct fimc_ctx *ctx, int vb_state)
59 static void fimc_m2m_shutdown(struct fimc_ctx *ctx)
75 struct fimc_ctx *ctx = q->drv_priv;
82 struct fimc_ctx *ctx = q->drv_priv;
92 struct fimc_ctx *ctx = priv;
172 struct fimc_ctx *ctx = vb2_get_drv_priv(vq);
194 struct fimc_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue);
211 struct fimc_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue);
254 struct fimc_ctx *ctx = fh_to_ctx(fh);
264 static int fimc_try_fmt_mplane(struct fimc_ctx *ct
[all...]
H A Dfimc-reg.c41 static u32 fimc_hw_get_in_flip(struct fimc_ctx *ctx)
56 static u32 fimc_hw_get_target_flip(struct fimc_ctx *ctx)
71 void fimc_hw_set_rotation(struct fimc_ctx *ctx)
104 void fimc_hw_set_target_format(struct fimc_ctx *ctx)
147 static void fimc_hw_set_out_dma_size(struct fimc_ctx *ctx)
166 void fimc_hw_set_out_dma(struct fimc_ctx *ctx)
231 void fimc_hw_set_prescaler(struct fimc_ctx *ctx)
247 static void fimc_hw_set_scaler(struct fimc_ctx *ctx)
311 void fimc_hw_set_mainscaler(struct fimc_ctx *ctx)
346 void fimc_hw_enable_capture(struct fimc_ctx *ct
[all...]
H A Dfimc-core.c191 int fimc_check_scaler_ratio(struct fimc_ctx *ctx, int sw, int sh,
226 int fimc_set_scaler_info(struct fimc_ctx *ctx)
294 struct fimc_ctx *ctx;
328 int fimc_prepare_addr(struct fimc_ctx *ctx, struct vb2_buffer *vb,
381 void fimc_set_yuv_order(struct fimc_ctx *ctx)
423 void fimc_prepare_dma_offset(struct fimc_ctx *ctx, struct fimc_frame *f)
458 static int fimc_set_color_effect(struct fimc_ctx *ctx, enum v4l2_colorfx colorfx)
504 container_of((__ctrl)->handler, struct fimc_ctx, ctrls.handler)
506 static int __fimc_s_ctrl(struct fimc_ctx *ctx, struct v4l2_ctrl *ctrl)
557 struct fimc_ctx *ct
[all...]
H A Dfimc-capture.c36 struct fimc_ctx *ctx = fimc->vid_cap.ctx;
153 static int fimc_capture_config_update(struct fimc_ctx *ctx)
261 struct fimc_ctx *ctx = q->drv_priv;
292 struct fimc_ctx *ctx = q->drv_priv;
344 struct fimc_ctx *ctx = vq->drv_priv;
379 struct fimc_ctx *ctx = vq->drv_priv;
405 struct fimc_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue);
562 static const struct fimc_fmt *fimc_capture_try_format(struct fimc_ctx *ctx,
639 static void fimc_capture_try_selection(struct fimc_ctx *ctx,
758 static int fimc_pipeline_try_format(struct fimc_ctx *ct
[all...]

Completed in 126 milliseconds