Lines Matching refs:vfe_device

179 static u32 vfe_hw_version(struct vfe_device *vfe)  in vfe_hw_version()
193 static inline void vfe_reg_set(struct vfe_device *vfe, u32 reg, u32 set_bits) in vfe_reg_set()
200 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset()
223 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start()
266 static void vfe_wm_stop(struct vfe_device *vfe, u8 wm) in vfe_wm_stop()
272 static void vfe_wm_update(struct vfe_device *vfe, u8 wm, u32 addr, in vfe_wm_update()
283 static void vfe_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_reg_update()
296 static inline void vfe_reg_update_clear(struct vfe_device *vfe, in vfe_reg_update_clear()
302 static void vfe_enable_irq_common(struct vfe_device *vfe) in vfe_enable_irq_common()
312 static void vfe_isr_halt_ack(struct vfe_device *vfe) in vfe_isr_halt_ack()
317 static void vfe_isr_read(struct vfe_device *vfe, u32 *status0, u32 *status1) in vfe_isr_read()
330 static void vfe_violation_read(struct vfe_device *vfe) in vfe_violation_read()
346 struct vfe_device *vfe = dev; in vfe_isr()
396 static int vfe_halt(struct vfe_device *vfe) in vfe_halt()
404 struct vfe_device *vfe = to_vfe(line); in vfe_get_output()
443 struct vfe_device *vfe = to_vfe(line); in vfe_enable_output()
505 struct vfe_device *vfe = to_vfe(line); in vfe_enable()
547 static void vfe_isr_sof(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_isr_sof()
557 static void vfe_isr_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_isr_reg_update()
580 static void vfe_isr_wm_done(struct vfe_device *vfe, u8 wm) in vfe_isr_wm_done()
644 struct vfe_device *vfe = to_vfe(line); in vfe_queue_buffer()
678 static void vfe_subdev_init(struct device *dev, struct vfe_device *vfe) in vfe_subdev_init()