Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/s3c-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() local
513 struct camif_dev *camif = platform_get_drvdata(pdev); in s3c_camif_remove() local
529 struct camif_dev *camif = dev_get_drvdata(dev); in s3c_camif_runtime_resume() local
[all …]
H A Dcamif-capture.c151 struct camif_dev *camif = vp->camif; in camif_reinitialize() local
184 struct camif_dev *camif = vp->camif; in s3c_vp_active() local
209 struct camif_dev *camif = vp->camif; in camif_stop_capture() local
291 struct camif_dev *camif = vp->camif; in s3c_camif_irq_handler() local
377 struct camif_dev *camif = vp->camif; in start_streaming() local
483 struct camif_dev *camif = vp->camif; in buffer_queue() local
537 struct camif_dev *camif = vp->camif; in s3c_camif_open() local
569 struct camif_dev *camif = vp->camif; in s3c_camif_close() local
596 struct camif_dev *camif = vp->camif; in s3c_camif_poll() local
712 struct camif_dev *camif = vp->camif; in __camif_video_try_format() local
[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() local
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() local
257 struct camif_dev *camif = vp->camif; in camif_hw_set_output_dma() local
298 struct camif_dev *camif = vp->camif; in camif_hw_set_target_format() local
363 struct camif_dev *camif = vp->camif; in camif_hw_set_prescaler() local
381 struct camif_dev *camif = vp->camif; in camif_s3c244x_hw_set_scaler() local
428 struct camif_dev *camif = vp->camif; in camif_s3c64xx_hw_set_scaler() local
513 struct camif_dev *camif = vp->camif; in camif_hw_enable_capture() local
[all …]
H A Dcamif-core.h213 struct camif_dev *camif; member