Lines Matching refs:vfe_device

180 static u32 vfe_hw_version(struct vfe_device *vfe)  in vfe_hw_version()
194 static inline void vfe_reg_set(struct vfe_device *vfe, u32 reg, u32 set_bits) in vfe_reg_set()
201 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()
499 struct vfe_device *vfe = to_vfe(line); in vfe_disable_output()
536 struct vfe_device *vfe = to_vfe(line); in vfe_enable()
581 struct vfe_device *vfe = to_vfe(line); in vfe_disable()
601 static void vfe_isr_sof(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_isr_sof()
611 static void vfe_isr_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_isr_reg_update()
634 static void vfe_isr_wm_done(struct vfe_device *vfe, u8 wm) in vfe_isr_wm_done()
688 static void vfe_pm_domain_off(struct vfe_device *vfe) in vfe_pm_domain_off()
697 static int vfe_pm_domain_on(struct vfe_device *vfe) in vfe_pm_domain_on()
716 struct vfe_device *vfe = to_vfe(line); in vfe_queue_buffer()
750 static void vfe_subdev_init(struct device *dev, struct vfe_device *vfe) in vfe_subdev_init()