diff options
Diffstat (limited to 'drivers/media/video/s5p-fimc/fimc-mdevice.h')
-rw-r--r-- | drivers/media/video/s5p-fimc/fimc-mdevice.h | 10 |
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 | ||
111 | int fimc_md_set_camclk(struct v4l2_subdev *sd, bool on); | 111 | int fimc_md_set_camclk(struct v4l2_subdev *sd, bool on); |
112 | void fimc_pipeline_prepare(struct fimc_dev *fimc, struct media_entity *me); | 112 | void fimc_pipeline_prepare(struct fimc_pipeline *p, struct media_entity *me); |
113 | int fimc_pipeline_initialize(struct fimc_dev *fimc, struct media_entity *me, | 113 | int fimc_pipeline_initialize(struct fimc_pipeline *p, struct media_entity *me, |
114 | bool resume); | 114 | bool resume); |
115 | int fimc_pipeline_shutdown(struct fimc_dev *fimc); | 115 | int fimc_pipeline_shutdown(struct fimc_pipeline *p); |
116 | int fimc_pipeline_s_power(struct fimc_dev *fimc, int state); | 116 | int fimc_pipeline_s_power(struct fimc_pipeline *p, bool state); |
117 | int fimc_pipeline_s_stream(struct fimc_dev *fimc, int state); | 117 | int fimc_pipeline_s_stream(struct fimc_pipeline *p, bool state); |
118 | 118 | ||
119 | #endif | 119 | #endif |