Searched refs:fimc_is (Results 1 - 12 of 12) sorted by relevance

/drivers/media/platform/exynos4-is/
H A Dfimc-is-regs.h143 void fimc_is_fw_clear_irq1(struct fimc_is *is, unsigned int bit);
144 void fimc_is_fw_clear_irq2(struct fimc_is *is);
145 int fimc_is_hw_get_params(struct fimc_is *is, unsigned int num);
147 void fimc_is_hw_set_intgr0_gd0(struct fimc_is *is);
148 int fimc_is_hw_wait_intmsr0_intmsd0(struct fimc_is *is);
149 void fimc_is_hw_set_sensor_num(struct fimc_is *is);
150 void fimc_is_hw_set_isp_buf_mask(struct fimc_is *is, unsigned int mask);
151 void fimc_is_hw_stream_on(struct fimc_is *is);
152 void fimc_is_hw_stream_off(struct fimc_is *is);
153 int fimc_is_hw_set_param(struct fimc_is *i
[all...]
H A Dfimc-isp-video.h25 void fimc_isp_video_irq_handler(struct fimc_is *is);
27 static inline void fimc_isp_video_irq_handler(struct fimc_is *is)
H A Dfimc-is-regs.c20 void fimc_is_fw_clear_irq1(struct fimc_is *is, unsigned int nr)
25 void fimc_is_fw_clear_irq2(struct fimc_is *is)
31 void fimc_is_hw_set_intgr0_gd0(struct fimc_is *is)
36 int fimc_is_hw_wait_intmsr0_intmsd0(struct fimc_is *is)
56 int fimc_is_hw_set_param(struct fimc_is *is)
75 static int __maybe_unused fimc_is_hw_set_tune(struct fimc_is *is)
89 int fimc_is_hw_get_params(struct fimc_is *is, unsigned int num_args)
108 void fimc_is_hw_set_isp_buf_mask(struct fimc_is *is, unsigned int mask)
122 void fimc_is_hw_set_sensor_num(struct fimc_is *is)
132 void fimc_is_hw_close_sensor(struct fimc_is *i
[all...]
H A Dfimc-is.h232 * struct fimc_is - fimc-is data structure
246 struct fimc_is { struct
290 static inline struct fimc_is *fimc_isp_to_is(struct fimc_isp *isp)
292 return container_of(isp, struct fimc_is, isp);
295 static inline struct chain_config *__get_curr_is_config(struct fimc_is *is)
305 static inline void fimc_is_set_param_bit(struct fimc_is *is, int num)
312 static inline void fimc_is_set_param_ctrl_cmd(struct fimc_is *is, int cmd)
317 static inline void mcuctl_write(u32 v, struct fimc_is *is, unsigned int offset)
322 static inline u32 mcuctl_read(struct fimc_is *is, unsigned int offset)
327 static inline void pmuisp_write(u32 v, struct fimc_is *i
[all...]
H A Dfimc-is-param.h992 struct fimc_is;
994 int fimc_is_hw_get_sensor_max_framerate(struct fimc_is *is);
995 int __fimc_is_hw_update_param(struct fimc_is *is, u32 offset);
996 void fimc_is_set_initial_params(struct fimc_is *is);
997 unsigned int __get_pending_param_count(struct fimc_is *is);
999 int __is_hw_update_params(struct fimc_is *is);
1000 void __is_get_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf);
1001 void __is_set_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf);
1002 void __is_set_sensor(struct fimc_is *is, int fps);
1003 void __is_set_isp_aa_ae(struct fimc_is *i
[all...]
H A Dfimc-is-param.c41 static void __fimc_is_hw_update_param_global_shotmode(struct fimc_is *is)
50 static void __fimc_is_hw_update_param_sensor_framerate(struct fimc_is *is)
59 int __fimc_is_hw_update_param(struct fimc_is *is, u32 offset)
164 unsigned int __get_pending_param_count(struct fimc_is *is)
178 int __is_hw_update_params(struct fimc_is *is)
210 void __is_get_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf)
219 void __is_set_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf)
256 int fimc_is_hw_get_sensor_max_framerate(struct fimc_is *is)
266 void __is_set_sensor(struct fimc_is *is, int fps)
290 static void __maybe_unused __is_set_init_isp_aa(struct fimc_is *i
[all...]
H A Dfimc-is.c66 static void fimc_is_put_clocks(struct fimc_is *is)
78 static int fimc_is_get_clocks(struct fimc_is *is)
101 static int fimc_is_setup_clocks(struct fimc_is *is)
132 static int fimc_is_enable_clocks(struct fimc_is *is)
152 static void fimc_is_disable_clocks(struct fimc_is *is)
164 static int fimc_is_parse_sensor_config(struct fimc_is *is, unsigned int index,
198 static int fimc_is_register_subdevs(struct fimc_is *is)
224 static int fimc_is_unregister_subdevs(struct fimc_is *is)
230 static int fimc_is_load_setfile(struct fimc_is *is, char *file_name)
262 int fimc_is_cpu_set_power(struct fimc_is *i
[all...]
H A Dfimc-isp.c91 void fimc_isp_irq_handler(struct fimc_is *is)
204 struct fimc_is *is = fimc_isp_to_is(isp);
258 struct fimc_is *is = fimc_isp_to_is(isp);
307 struct fimc_is *is = fimc_isp_to_is(isp);
442 static int __ctrl_set_white_balance(struct fimc_is *is, int value)
471 static int __ctrl_set_aewb_lock(struct fimc_is *is,
505 static int __ctrl_set_iso(struct fimc_is *is, int value)
522 static int __ctrl_set_metering(struct fimc_is *is, unsigned int value)
547 static int __ctrl_set_afc(struct fimc_is *is, int value)
569 static int __ctrl_set_image_effect(struct fimc_is *i
[all...]
H A Dfimc-isp.h186 struct fimc_is;
190 void fimc_isp_irq_handler(struct fimc_is *is);
H A Dmedia-dev.h109 * @fimc_is: fimc-is data structure
130 struct fimc_is *fimc_is; member in struct:fimc_md
H A Dfimc-isp-video.c80 static inline struct param_dma_output *__get_isp_dma2(struct fimc_is *is)
89 struct fimc_is *is = fimc_isp_to_is(isp);
131 struct fimc_is *is = fimc_isp_to_is(isp);
199 struct fimc_is *is = fimc_isp_to_is(isp);
242 void fimc_isp_video_irq_handler(struct fimc_is *is)
421 struct fimc_is *is = fimc_isp_to_is(isp);
H A Dmedia-dev.c553 static int register_fimc_is_entity(struct fimc_md *fmd, struct fimc_is *is)
573 fmd->fimc_is = is;
688 if (fmd->fimc_is)
689 v4l2_device_unregister_subdev(&fmd->fimc_is->isp.subdev);
789 sink = &fmd->fimc_is->isp.subdev.entity;
802 struct fimc_isp *isp = &fmd->fimc_is->isp;

Completed in 68 milliseconds