Home
last modified time | relevance | path

Searched defs:camif (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/media/platform/s3c-camif/
Dcamif-core.c197 static int camif_register_sensor(struct camif_dev *camif) in camif_register_sensor()
247 static void camif_unregister_sensor(struct camif_dev *camif) in camif_unregister_sensor()
263 static int camif_create_media_links(struct camif_dev *camif) in camif_create_media_links()
284 static int camif_register_video_nodes(struct camif_dev *camif) in camif_register_video_nodes()
293 static void camif_unregister_video_nodes(struct camif_dev *camif) in camif_unregister_video_nodes()
299 static void camif_unregister_media_entities(struct camif_dev *camif) in camif_unregister_media_entities()
309 static int camif_media_dev_init(struct camif_dev *camif) in camif_media_dev_init()
336 static void camif_clk_put(struct camif_dev *camif) in camif_clk_put()
349 static int camif_clk_get(struct camif_dev *camif) in camif_clk_get()
383 struct camif_dev *camif) in camif_request_irqs()
[all …]
Dcamif-capture.c68 static int s3c_camif_hw_init(struct camif_dev *camif, struct camif_vp *vp) in s3c_camif_hw_init()
98 static int s3c_camif_hw_vp_init(struct camif_dev *camif, struct camif_vp *vp) in s3c_camif_hw_vp_init()
113 static int sensor_set_power(struct camif_dev *camif, int on) in sensor_set_power()
131 static int sensor_set_streaming(struct camif_dev *camif, int on) in sensor_set_streaming()
154 struct camif_dev *camif = vp->camif; in camif_reinitialize() local
187 struct camif_dev *camif = vp->camif; in s3c_vp_active() local
198 static bool camif_is_streaming(struct camif_dev *camif) in camif_is_streaming()
212 struct camif_dev *camif = vp->camif; in camif_stop_capture() local
294 struct camif_dev *camif = vp->camif; in s3c_camif_irq_handler() local
380 struct camif_dev *camif = vp->camif; in start_streaming() local
[all …]
Dcamif-regs.c19 void camif_hw_reset(struct camif_dev *camif) in camif_hw_reset()
52 void camif_hw_set_test_pattern(struct camif_dev *camif, unsigned int pattern) in camif_hw_set_test_pattern()
60 void camif_hw_set_effect(struct camif_dev *camif, unsigned int effect, in camif_hw_set_effect()
106 void camif_hw_set_source_format(struct camif_dev *camif) in camif_hw_set_source_format()
131 void camif_hw_set_camera_crop(struct camif_dev *camif) in camif_hw_set_camera_crop()
156 struct camif_dev *camif = vp->camif; in camif_hw_clear_fifo_overflow() local
170 void camif_hw_set_camera_bus(struct camif_dev *camif) in camif_hw_set_camera_bus()
206 struct camif_dev *camif = vp->camif; in camif_hw_set_output_addr() local
260 struct camif_dev *camif = vp->camif; in camif_hw_set_output_dma() local
301 struct camif_dev *camif = vp->camif; in camif_hw_set_target_format() local
[all …]
Dcamif-core.h213 struct camif_dev *camif; member