Lines Matching refs:fimc_ctx
290 struct fimc_ctx *ctx;
312 struct fimc_ctx *ctx;
389 struct fimc_ctx;
449 struct fimc_ctx { struct
481 static inline void fimc_ctx_state_lock_set(u32 state, struct fimc_ctx *ctx) in fimc_ctx_state_lock_set() argument
490 static inline bool fimc_ctx_state_is_set(u32 mask, struct fimc_ctx *ctx) in fimc_ctx_state_is_set()
554 static inline struct fimc_frame *ctx_get_frame(struct fimc_ctx *ctx, in ctx_get_frame()
593 void fimc_hw_set_rotation(struct fimc_ctx *ctx);
594 void fimc_hw_set_target_format(struct fimc_ctx *ctx);
595 void fimc_hw_set_out_dma(struct fimc_ctx *ctx);
598 void fimc_hw_set_prescaler(struct fimc_ctx *ctx);
599 void fimc_hw_set_mainscaler(struct fimc_ctx *ctx);
600 void fimc_hw_en_capture(struct fimc_ctx *ctx);
601 void fimc_hw_set_effect(struct fimc_ctx *ctx);
602 void fimc_hw_set_in_dma(struct fimc_ctx *ctx);
603 void fimc_hw_set_input_path(struct fimc_ctx *ctx);
604 void fimc_hw_set_output_path(struct fimc_ctx *ctx);
629 int fimc_try_crop(struct fimc_ctx *ctx, struct v4l2_crop *cr);
630 int check_ctrl_val(struct fimc_ctx *ctx, struct v4l2_control *ctrl);
631 int fimc_s_ctrl(struct fimc_ctx *ctx, struct v4l2_control *ctrl);
638 int fimc_set_scaler_info(struct fimc_ctx *ctx);
639 int fimc_prepare_config(struct fimc_ctx *ctx, u32 flags);
640 int fimc_prepare_addr(struct fimc_ctx *ctx, struct vb2_buffer *vb,
652 static inline void fimc_activate_capture(struct fimc_ctx *ctx) in fimc_activate_capture()