Home
last modified time | relevance | path

Searched refs:camif_dev (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.h180 struct camif_dev;
213 struct camif_dev *camif;
271 struct camif_dev { struct
337 int s3c_camif_register_video_node(struct camif_dev *camif, int idx);
338 void s3c_camif_unregister_video_node(struct camif_dev *camif, int idx);
340 int s3c_camif_create_subdev(struct camif_dev *camif);
341 void s3c_camif_unregister_subdev(struct camif_dev *camif);
342 int s3c_camif_set_defaults(struct camif_dev *camif);
H A Dcamif-regs.c16 void camif_hw_reset(struct camif_dev *camif) in camif_hw_reset()
49 void camif_hw_set_test_pattern(struct camif_dev *camif, unsigned int pattern) in camif_hw_set_test_pattern()
57 void camif_hw_set_effect(struct camif_dev *camif, unsigned int effect, in camif_hw_set_effect()
103 void camif_hw_set_source_format(struct camif_dev *camif) in camif_hw_set_source_format()
128 void camif_hw_set_camera_crop(struct camif_dev *camif) in camif_hw_set_camera_crop()
153 struct camif_dev *camif = vp->camif; in camif_hw_clear_fifo_overflow()
167 void camif_hw_set_camera_bus(struct camif_dev *camif) in camif_hw_set_camera_bus()
203 struct camif_dev *camif = vp->camif; in camif_hw_set_output_addr()
257 struct camif_dev *camif = vp->camif; in camif_hw_set_output_dma()
298 struct camif_dev *camif = vp->camif; in camif_hw_set_target_format()
[all …]
H A Dcamif-regs.h240 void camif_hw_reset(struct camif_dev *camif);
248 void camif_hw_set_camera_bus(struct camif_dev *camif);
249 void camif_hw_set_source_format(struct camif_dev *camif);
250 void camif_hw_set_camera_crop(struct camif_dev *camif);
255 void camif_hw_set_test_pattern(struct camif_dev *camif, unsigned int pattern);
256 void camif_hw_set_effect(struct camif_dev *camif, unsigned int effect,
260 void camif_hw_dump_regs(struct camif_dev *camif, const char *label);