Home
last modified time | relevance | path

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

/drivers/media/platform/s3c-camif/
Dcamif-regs.h242 void camif_hw_clear_pending_irq(struct camif_vp *vp);
243 void camif_hw_clear_fifo_overflow(struct camif_vp *vp);
244 void camif_hw_set_lastirq(struct camif_vp *vp, int enable);
245 void camif_hw_set_input_path(struct camif_vp *vp);
246 void camif_hw_enable_scaler(struct camif_vp *vp, bool on);
247 void camif_hw_enable_capture(struct camif_vp *vp);
248 void camif_hw_disable_capture(struct camif_vp *vp);
252 void camif_hw_set_scaler(struct camif_vp *vp);
253 void camif_hw_set_flip(struct camif_vp *vp);
254 void camif_hw_set_output_dma(struct camif_vp *vp);
[all …]
Dcamif-core.h210 struct camif_vp { struct
292 struct camif_vp vp[CAMIF_VP_NUM];
329 const struct camif_fmt *s3c_camif_find_format(struct camif_vp *vp,
337 int s3c_camif_get_scaler_config(struct camif_vp *vp,
340 static inline void camif_active_queue_add(struct camif_vp *vp, in camif_active_queue_add()
348 struct camif_vp *vp) in camif_active_queue_pop()
358 struct camif_vp *vp, int index) in camif_active_queue_peek()
376 static inline void camif_pending_queue_add(struct camif_vp *vp, in camif_pending_queue_add()
383 struct camif_vp *vp) in camif_pending_queue_pop()
Dcamif-capture.c47 static void camif_cfg_video_path(struct camif_vp *vp) in camif_cfg_video_path()
56 static void camif_prepare_dma_offset(struct camif_vp *vp) in camif_prepare_dma_offset()
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()
150 static int camif_reinitialize(struct camif_vp *vp) in camif_reinitialize()
183 static bool s3c_vp_active(struct camif_vp *vp) in s3c_vp_active()
208 static int camif_stop_capture(struct camif_vp *vp) in camif_stop_capture()
242 static int camif_prepare_addr(struct camif_vp *vp, struct vb2_buffer *vb, in camif_prepare_addr()
291 struct camif_vp *vp = priv; in s3c_camif_irq_handler()
377 struct camif_vp *vp = vb2_get_drv_priv(vq); in start_streaming()
[all …]
Dcamif-regs.c41 void camif_hw_clear_pending_irq(struct camif_vp *vp) in camif_hw_clear_pending_irq()
154 void camif_hw_clear_fifo_overflow(struct camif_vp *vp) in camif_hw_clear_fifo_overflow()
203 void camif_hw_set_output_addr(struct camif_vp *vp, in camif_hw_set_output_addr()
221 static void camif_hw_set_out_dma_size(struct camif_vp *vp) in camif_hw_set_out_dma_size()
258 void camif_hw_set_output_dma(struct camif_vp *vp) in camif_hw_set_output_dma()
292 void camif_hw_set_input_path(struct camif_vp *vp) in camif_hw_set_input_path()
299 void camif_hw_set_target_format(struct camif_vp *vp) in camif_hw_set_target_format()
349 void camif_hw_set_flip(struct camif_vp *vp) in camif_hw_set_flip()
364 static void camif_hw_set_prescaler(struct camif_vp *vp) in camif_hw_set_prescaler()
382 static void camif_s3c244x_hw_set_scaler(struct camif_vp *vp) in camif_s3c244x_hw_set_scaler()
[all …]
Dcamif-core.c109 const struct camif_fmt *s3c_camif_find_format(struct camif_vp *vp, in s3c_camif_find_format()
151 int s3c_camif_get_scaler_config(struct camif_vp *vp, in s3c_camif_get_scaler_config()
388 struct camif_vp *vp = &camif->vp[i]; in camif_request_irqs()