Lines Matching refs:vfe_device

28 static inline int reg_update_rdi(struct vfe_device *vfe, int n)  in reg_update_rdi()
51 static inline int bus_irq_mask_0_rdi_rup(struct vfe_device *vfe, int n) in bus_irq_mask_0_rdi_rup()
57 static inline int bus_irq_mask_0_comp_done(struct vfe_device *vfe, int n) in bus_irq_mask_0_comp_done()
97 static u32 vfe_hw_version(struct vfe_device *vfe) in vfe_hw_version()
110 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset()
116 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start()
147 static void vfe_wm_stop(struct vfe_device *vfe, u8 wm) in vfe_wm_stop()
153 static void vfe_wm_update(struct vfe_device *vfe, u8 wm, u32 addr, in vfe_wm_update()
160 static void vfe_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_reg_update()
166 static inline void vfe_reg_update_clear(struct vfe_device *vfe, in vfe_reg_update_clear()
172 static void vfe_enable_irq_common(struct vfe_device *vfe) in vfe_enable_irq_common()
182 static void vfe_isr_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id);
183 static void vfe_isr_wm_done(struct vfe_device *vfe, u8 wm);
194 struct vfe_device *vfe = dev; in vfe_isr()
226 static int vfe_halt(struct vfe_device *vfe) in vfe_halt()
234 struct vfe_device *vfe = to_vfe(line); in vfe_get_output()
273 struct vfe_device *vfe = to_vfe(line); in vfe_enable_output()
316 struct vfe_device *vfe = to_vfe(line); in vfe_disable_output()
353 struct vfe_device *vfe = to_vfe(line); in vfe_enable()
398 struct vfe_device *vfe = to_vfe(line); in vfe_disable()
418 static void vfe_isr_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_isr_reg_update()
441 static void vfe_isr_wm_done(struct vfe_device *vfe, u8 wm) in vfe_isr_wm_done()
495 static void vfe_pm_domain_off(struct vfe_device *vfe) in vfe_pm_domain_off()
509 static int vfe_pm_domain_on(struct vfe_device *vfe) in vfe_pm_domain_on()
541 struct vfe_device *vfe = to_vfe(line); in vfe_queue_buffer()
566 static void vfe_subdev_init(struct device *dev, struct vfe_device *vfe) in vfe_subdev_init()