Home
last modified time | relevance | path

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

/openbmc/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-core.c188 static int camif_register_sensor(struct camif_dev *camif) in camif_register_sensor()
239 static void camif_unregister_sensor(struct camif_dev *camif) in camif_unregister_sensor()
255 static int camif_create_media_links(struct camif_dev *camif) in camif_create_media_links()
300 static int camif_media_dev_init(struct camif_dev *camif) in camif_media_dev_init()
327 static void camif_clk_put(struct camif_dev *camif) in camif_clk_put()
340 static int camif_clk_get(struct camif_dev *camif) in camif_clk_get()
374 struct camif_dev *camif) in camif_request_irqs()
403 struct camif_dev *camif; in s3c_camif_probe()
513 struct camif_dev *camif = platform_get_drvdata(pdev); in s3c_camif_remove()
529 struct camif_dev *camif = dev_get_drvdata(dev); in s3c_camif_runtime_resume()
[all …]
H A Dcamif-regs.c16 void camif_hw_reset(struct camif_dev *camif) in camif_hw_reset()
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()
363 struct camif_dev *camif = vp->camif; in camif_hw_set_prescaler()
381 struct camif_dev *camif = vp->camif; in camif_s3c244x_hw_set_scaler()
428 struct camif_dev *camif = vp->camif; in camif_s3c64xx_hw_set_scaler()
513 struct camif_dev *camif = vp->camif; in camif_hw_enable_capture()
[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);
H A Dcamif-capture.c151 struct camif_dev *camif = vp->camif; in camif_reinitialize()
184 struct camif_dev *camif = vp->camif; in s3c_vp_active()
209 struct camif_dev *camif = vp->camif; in camif_stop_capture()
291 struct camif_dev *camif = vp->camif; in s3c_camif_irq_handler()
377 struct camif_dev *camif = vp->camif; in start_streaming()
483 struct camif_dev *camif = vp->camif; in buffer_queue()
537 struct camif_dev *camif = vp->camif; in s3c_camif_open()
569 struct camif_dev *camif = vp->camif; in s3c_camif_close()
596 struct camif_dev *camif = vp->camif; in s3c_camif_poll()
712 struct camif_dev *camif = vp->camif; in __camif_video_try_format()
[all …]