aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/s5p-fimc/fimc-mdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/s5p-fimc/fimc-mdevice.h')
-rw-r--r--drivers/media/video/s5p-fimc/fimc-mdevice.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/media/video/s5p-fimc/fimc-mdevice.h b/drivers/media/video/s5p-fimc/fimc-mdevice.h
index 4f3b69c682cb..c5ac3e64b0d9 100644
--- a/drivers/media/video/s5p-fimc/fimc-mdevice.h
+++ b/drivers/media/video/s5p-fimc/fimc-mdevice.h
@@ -109,11 +109,11 @@ static inline void fimc_md_graph_unlock(struct fimc_dev *fimc)
109} 109}
110 110
111int fimc_md_set_camclk(struct v4l2_subdev *sd, bool on); 111int fimc_md_set_camclk(struct v4l2_subdev *sd, bool on);
112void fimc_pipeline_prepare(struct fimc_dev *fimc, struct media_entity *me); 112void fimc_pipeline_prepare(struct fimc_pipeline *p, struct media_entity *me);
113int fimc_pipeline_initialize(struct fimc_dev *fimc, struct media_entity *me, 113int fimc_pipeline_initialize(struct fimc_pipeline *p, struct media_entity *me,
114 bool resume); 114 bool resume);
115int fimc_pipeline_shutdown(struct fimc_dev *fimc); 115int fimc_pipeline_shutdown(struct fimc_pipeline *p);
116int fimc_pipeline_s_power(struct fimc_dev *fimc, int state); 116int fimc_pipeline_s_power(struct fimc_pipeline *p, bool state);
117int fimc_pipeline_s_stream(struct fimc_dev *fimc, int state); 117int fimc_pipeline_s_stream(struct fimc_pipeline *p, bool state);
118 118
119#endif 119#endif