Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-regs.h241 void camif_hw_clear_pending_irq(struct camif_vp *vp);
242 void camif_hw_clear_fifo_overflow(struct camif_vp *vp);
244 void camif_hw_set_input_path(struct camif_vp *vp);
245 void camif_hw_enable_scaler(struct camif_vp *vp, bool on);
246 void camif_hw_enable_capture(struct camif_vp *vp);
247 void camif_hw_disable_capture(struct camif_vp *vp);
251 void camif_hw_set_scaler(struct camif_vp *vp);
252 void camif_hw_set_flip(struct camif_vp *vp);
253 void camif_hw_set_output_dma(struct camif_vp *vp);
254 void camif_hw_set_target_format(struct camif_vp *vp);
[all …]
H A Dcamif-core.h210 struct camif_vp { struct
298 struct camif_vp vp[CAMIF_VP_NUM];
335 const struct camif_fmt *s3c_camif_find_format(struct camif_vp *vp,
343 int s3c_camif_get_scaler_config(struct camif_vp *vp,
346 static inline void camif_active_queue_add(struct camif_vp *vp, in camif_active_queue_add()
354 struct camif_vp *vp) in camif_active_queue_pop()
364 struct camif_vp *vp, int index) in camif_active_queue_peek()
382 static inline void camif_pending_queue_add(struct camif_vp *vp, in camif_pending_queue_add()
389 struct camif_vp *vp) in camif_pending_queue_pop()
H A Dcamif-capture.c290 struct camif_vp *vp = priv; in s3c_camif_irq_handler()
536 struct camif_vp *vp = video_drvdata(file); in s3c_camif_open()
568 struct camif_vp *vp = video_drvdata(file); in s3c_camif_close()
595 struct camif_vp *vp = video_drvdata(file); in s3c_camif_poll()
611 struct camif_vp *vp = video_drvdata(file); in s3c_camif_mmap()
638 struct camif_vp *vp = video_drvdata(file); in s3c_camif_vidioc_querycap()
650 struct camif_vp *vp = video_drvdata(file); in s3c_camif_vidioc_enum_input()
1071 struct camif_vp *vp = ctrl->priv; in s3c_camif_video_s_ctrl()
1102 struct camif_vp *vp = &camif->vp[idx]; in s3c_camif_register_video_node()
1457 struct camif_vp *vp = &camif->vp[i]; in s3c_camif_subdev_set_selection()
[all …]
H A Dcamif-regs.c38 void camif_hw_clear_pending_irq(struct camif_vp *vp) in camif_hw_clear_pending_irq()
151 void camif_hw_clear_fifo_overflow(struct camif_vp *vp) in camif_hw_clear_fifo_overflow()
200 void camif_hw_set_output_addr(struct camif_vp *vp, in camif_hw_set_output_addr()
255 void camif_hw_set_output_dma(struct camif_vp *vp) in camif_hw_set_output_dma()
289 void camif_hw_set_input_path(struct camif_vp *vp) in camif_hw_set_input_path()
296 void camif_hw_set_target_format(struct camif_vp *vp) in camif_hw_set_target_format()
346 void camif_hw_set_flip(struct camif_vp *vp) in camif_hw_set_flip()
361 static void camif_hw_set_prescaler(struct camif_vp *vp) in camif_hw_set_prescaler()
475 void camif_hw_set_scaler(struct camif_vp *vp) in camif_hw_set_scaler()
511 void camif_hw_enable_capture(struct camif_vp *vp) in camif_hw_enable_capture()
[all …]
H A Dcamif-core.c99 const struct camif_fmt *s3c_camif_find_format(struct camif_vp *vp, in s3c_camif_find_format()
143 int s3c_camif_get_scaler_config(struct camif_vp *vp, in s3c_camif_get_scaler_config()
379 struct camif_vp *vp = &camif->vp[i]; in camif_request_irqs()