Searched refs:camif_dev (Results 1 – 5 of 5) sorted by relevance
/drivers/media/platform/s3c-camif/ |
D | camif-core.h | 182 struct camif_dev; 213 struct camif_dev *camif; 265 struct camif_dev { struct 331 int s3c_camif_register_video_node(struct camif_dev *camif, int idx); 332 void s3c_camif_unregister_video_node(struct camif_dev *camif, int idx); 334 int s3c_camif_create_subdev(struct camif_dev *camif); 335 void s3c_camif_unregister_subdev(struct camif_dev *camif); 336 int s3c_camif_set_defaults(struct camif_dev *camif);
|
D | camif-core.c | 196 static int camif_register_sensor(struct camif_dev *camif) in camif_register_sensor() 246 static void camif_unregister_sensor(struct camif_dev *camif) in camif_unregister_sensor() 262 static int camif_create_media_links(struct camif_dev *camif) in camif_create_media_links() 283 static int camif_register_video_nodes(struct camif_dev *camif) in camif_register_video_nodes() 292 static void camif_unregister_video_nodes(struct camif_dev *camif) in camif_unregister_video_nodes() 298 static void camif_unregister_media_entities(struct camif_dev *camif) in camif_unregister_media_entities() 308 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 …]
|
D | camif-regs.h | 241 void camif_hw_reset(struct camif_dev *camif); 249 void camif_hw_set_camera_bus(struct camif_dev *camif); 250 void camif_hw_set_source_format(struct camif_dev *camif); 251 void camif_hw_set_camera_crop(struct camif_dev *camif); 256 void camif_hw_set_test_pattern(struct camif_dev *camif, unsigned int pattern); 257 void camif_hw_set_effect(struct camif_dev *camif, unsigned int effect, 261 void camif_hw_dump_regs(struct camif_dev *camif, const char *label);
|
D | camif-regs.c | 19 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() 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() 260 struct camif_dev *camif = vp->camif; in camif_hw_set_output_dma() 301 struct camif_dev *camif = vp->camif; in camif_hw_set_target_format() [all …]
|
D | camif-capture.c | 68 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() 129 static int sensor_set_streaming(struct camif_dev *camif, int on) in sensor_set_streaming() 152 struct camif_dev *camif = vp->camif; in camif_reinitialize() 185 struct camif_dev *camif = vp->camif; in s3c_vp_active() 196 static bool camif_is_streaming(struct camif_dev *camif) in camif_is_streaming() 210 struct camif_dev *camif = vp->camif; in camif_stop_capture() 292 struct camif_dev *camif = vp->camif; in s3c_camif_irq_handler() 378 struct camif_dev *camif = vp->camif; in start_streaming() [all …]
|