Home
last modified time | relevance | path

Searched refs:fimc_is (Results 1 – 10 of 10) sorted by relevance

/drivers/media/platform/exynos4-is/
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_intsr0_intsd0(struct fimc_is *is);
149 int fimc_is_hw_wait_intmsr0_intmsd0(struct fimc_is *is);
150 void fimc_is_hw_set_sensor_num(struct fimc_is *is);
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 *is);
[all …]
Dfimc-is-regs.c20 void fimc_is_fw_clear_irq1(struct fimc_is *is, unsigned int nr) in fimc_is_fw_clear_irq1()
25 void fimc_is_fw_clear_irq2(struct fimc_is *is) in fimc_is_fw_clear_irq2()
31 void fimc_is_hw_set_intgr0_gd0(struct fimc_is *is) in fimc_is_hw_set_intgr0_gd0()
36 int fimc_is_hw_wait_intsr0_intsd0(struct fimc_is *is) in fimc_is_hw_wait_intsr0_intsd0()
58 int fimc_is_hw_wait_intmsr0_intmsd0(struct fimc_is *is) in fimc_is_hw_wait_intmsr0_intmsd0()
80 int fimc_is_hw_set_param(struct fimc_is *is) in fimc_is_hw_set_param()
99 int fimc_is_hw_set_tune(struct fimc_is *is) in fimc_is_hw_set_tune()
113 int fimc_is_hw_get_params(struct fimc_is *is, unsigned int num_args) in fimc_is_hw_get_params()
132 void fimc_is_hw_set_sensor_num(struct fimc_is *is) in fimc_is_hw_set_sensor_num()
142 void fimc_is_hw_close_sensor(struct fimc_is *is, unsigned int index) in fimc_is_hw_close_sensor()
[all …]
Dfimc-is.h247 struct fimc_is { struct
291 static inline struct fimc_is *fimc_isp_to_is(struct fimc_isp *isp) in fimc_isp_to_is() argument
293 return container_of(isp, struct fimc_is, isp); in fimc_isp_to_is()
301 static inline void fimc_is_set_param_bit(struct fimc_is *is, int num) in fimc_is_set_param_bit()
311 static inline void fimc_is_set_param_ctrl_cmd(struct fimc_is *is, int cmd) in fimc_is_set_param_ctrl_cmd()
316 static inline void mcuctl_write(u32 v, struct fimc_is *is, unsigned int offset) in mcuctl_write()
321 static inline u32 mcuctl_read(struct fimc_is *is, unsigned int offset) in mcuctl_read()
326 static inline void pmuisp_write(u32 v, struct fimc_is *is, unsigned int offset) in pmuisp_write()
331 static inline u32 pmuisp_read(struct fimc_is *is, unsigned int offset) in pmuisp_read()
336 int fimc_is_wait_event(struct fimc_is *is, unsigned long bit,
[all …]
Dfimc-is-param.h988 struct fimc_is;
990 int fimc_is_hw_get_sensor_max_framerate(struct fimc_is *is);
991 void fimc_is_set_initial_params(struct fimc_is *is);
992 unsigned int __get_pending_param_count(struct fimc_is *is);
994 int __is_hw_update_params(struct fimc_is *is);
995 void __is_get_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf);
996 void __is_set_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf);
997 void __is_set_sensor(struct fimc_is *is, int fps);
998 void __is_set_isp_aa_ae(struct fimc_is *is);
999 void __is_set_isp_flash(struct fimc_is *is, u32 cmd, u32 redeye);
[all …]
Dfimc-is.c66 static void fimc_is_put_clocks(struct fimc_is *is) in fimc_is_put_clocks()
78 static int fimc_is_get_clocks(struct fimc_is *is) in fimc_is_get_clocks()
101 static int fimc_is_setup_clocks(struct fimc_is *is) in fimc_is_setup_clocks()
132 int fimc_is_enable_clocks(struct fimc_is *is) in fimc_is_enable_clocks()
152 void fimc_is_disable_clocks(struct fimc_is *is) in fimc_is_disable_clocks()
184 static int fimc_is_register_subdevs(struct fimc_is *is) in fimc_is_register_subdevs()
232 static int fimc_is_unregister_subdevs(struct fimc_is *is) in fimc_is_unregister_subdevs()
239 static int fimc_is_load_setfile(struct fimc_is *is, char *file_name) in fimc_is_load_setfile()
271 int fimc_is_cpu_set_power(struct fimc_is *is, int on) in fimc_is_cpu_set_power()
302 int fimc_is_wait_event(struct fimc_is *is, unsigned long bit, in fimc_is_wait_event()
[all …]
Dfimc-is-param.c41 void __fimc_is_hw_update_param_global_shotmode(struct fimc_is *is) in __fimc_is_hw_update_param_global_shotmode()
50 void __fimc_is_hw_update_param_sensor_framerate(struct fimc_is *is) in __fimc_is_hw_update_param_sensor_framerate()
59 int __fimc_is_hw_update_param(struct fimc_is *is, u32 offset) in __fimc_is_hw_update_param()
164 unsigned int __get_pending_param_count(struct fimc_is *is) in __get_pending_param_count()
178 int __is_hw_update_params(struct fimc_is *is) in __is_hw_update_params()
211 void __is_get_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf) in __is_get_frame_size()
220 void __is_set_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf) in __is_set_frame_size()
257 int fimc_is_hw_get_sensor_max_framerate(struct fimc_is *is) in fimc_is_hw_get_sensor_max_framerate()
267 void __is_set_sensor(struct fimc_is *is, int fps) in __is_set_sensor()
291 void __is_set_init_isp_aa(struct fimc_is *is) in __is_set_init_isp_aa()
[all …]
Dfimc-isp.c90 void fimc_isp_irq_handler(struct fimc_is *is) in fimc_isp_irq_handler()
131 struct fimc_is *is = fimc_isp_to_is(isp); in fimc_isp_subdev_get_fmt()
190 struct fimc_is *is = fimc_isp_to_is(isp); in fimc_isp_subdev_set_fmt()
221 struct fimc_is *is = fimc_isp_to_is(isp); in fimc_isp_subdev_s_stream()
270 struct fimc_is *is = fimc_isp_to_is(isp); in fimc_isp_subdev_s_power()
379 static int __ctrl_set_white_balance(struct fimc_is *is, int value) in __ctrl_set_white_balance()
408 static int __ctrl_set_aewb_lock(struct fimc_is *is, in __ctrl_set_aewb_lock()
442 static int __ctrl_set_iso(struct fimc_is *is, int value) in __ctrl_set_iso()
459 static int __ctrl_set_metering(struct fimc_is *is, unsigned int value) in __ctrl_set_metering()
484 static int __ctrl_set_afc(struct fimc_is *is, int value) in __ctrl_set_afc()
[all …]
Dfimc-isp.h172 struct fimc_is;
176 void fimc_isp_irq_handler(struct fimc_is *is);
Dmedia-dev.h95 struct fimc_is *fimc_is; member
Dmedia-dev.c664 static int register_fimc_is_entity(struct fimc_md *fmd, struct fimc_is *is) in register_fimc_is_entity()
676 fmd->fimc_is = is; in register_fimc_is_entity()
826 if (fmd->fimc_is) in fimc_md_unregister_entities()
827 v4l2_device_unregister_subdev(&fmd->fimc_is->isp.subdev); in fimc_md_unregister_entities()
939 sink = &fmd->fimc_is->isp.subdev.entity; in __fimc_md_create_flite_source_links()
955 source = &fmd->fimc_is->isp.subdev.entity; in __fimc_md_create_fimc_is_links()