Lines Matching refs:vfe_device

24 static inline int reg_update_rdi(struct vfe_device *vfe, int n)  in reg_update_rdi()
47 static inline int bus_irq_mask_0_rdi_rup(struct vfe_device *vfe, int n) in bus_irq_mask_0_rdi_rup()
53 static inline int bus_irq_mask_0_comp_done(struct vfe_device *vfe, int n) in bus_irq_mask_0_comp_done()
95 static u32 vfe_hw_version(struct vfe_device *vfe) in vfe_hw_version()
108 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset()
114 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start()
145 static void vfe_wm_stop(struct vfe_device *vfe, u8 wm) in vfe_wm_stop()
151 static void vfe_wm_update(struct vfe_device *vfe, u8 wm, u32 addr, in vfe_wm_update()
158 static void vfe_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_reg_update()
164 static inline void vfe_reg_update_clear(struct vfe_device *vfe, in vfe_reg_update_clear()
170 static void vfe_enable_irq_common(struct vfe_device *vfe) in vfe_enable_irq_common()
177 static void vfe_enable_lines_irq(struct vfe_device *vfe) in vfe_enable_lines_irq()
194 static void vfe_isr_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id);
195 static void vfe_isr_wm_done(struct vfe_device *vfe, u8 wm);
206 struct vfe_device *vfe = dev; in vfe_isr()
242 static int vfe_halt(struct vfe_device *vfe) in vfe_halt()
250 struct vfe_device *vfe = to_vfe(line); in vfe_get_output()
286 struct vfe_device *vfe = to_vfe(line); in vfe_enable_output()
335 struct vfe_device *vfe = to_vfe(line); in vfe_enable()
379 static void vfe_isr_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_isr_reg_update()
402 static void vfe_isr_wm_done(struct vfe_device *vfe, u8 wm) in vfe_isr_wm_done()
466 struct vfe_device *vfe = to_vfe(line); in vfe_queue_buffer()
491 static void vfe_subdev_init(struct device *dev, struct vfe_device *vfe) in vfe_subdev_init()