Searched refs:camif_vp (Results 1 – 3 of 3) sorted by relevance
241 void camif_hw_clear_pending_irq(struct camif_vp *vp);242 void camif_hw_clear_fifo_overflow(struct camif_vp *vp);243 void camif_hw_set_lastirq(struct camif_vp *vp, int enable);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);[all …]
210 struct camif_vp { struct298 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()
38 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()218 static void camif_hw_set_out_dma_size(struct camif_vp *vp) in camif_hw_set_out_dma_size()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()379 static void camif_s3c244x_hw_set_scaler(struct camif_vp *vp) in camif_s3c244x_hw_set_scaler()[all …]