Lines Matching refs:camif_vp
242 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);
255 void camif_hw_set_target_format(struct camif_vp *vp);
259 void camif_hw_set_output_addr(struct camif_vp *vp, struct camif_addr *paddr,
263 static inline u32 camif_hw_get_status(struct camif_vp *vp) in camif_hw_get_status()