Lines Matching defs:vfe

180 static void vfe_hw_version_read(struct vfe_device *vfe, struct device *dev)  in vfe_hw_version_read()
191 static inline void vfe_reg_clr(struct vfe_device *vfe, u32 reg, u32 clr_bits) in vfe_reg_clr()
198 static inline void vfe_reg_set(struct vfe_device *vfe, u32 reg, u32 set_bits) in vfe_reg_set()
205 static void vfe_global_reset(struct vfe_device *vfe) in vfe_global_reset()
227 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start()
270 static void vfe_wm_stop(struct vfe_device *vfe, u8 wm) in vfe_wm_stop()
276 static void vfe_wm_update(struct vfe_device *vfe, u8 wm, u32 addr, in vfe_wm_update()
287 static void vfe_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_reg_update()
300 static inline void vfe_reg_update_clear(struct vfe_device *vfe, in vfe_reg_update_clear()
306 static void vfe_enable_irq_common(struct vfe_device *vfe) in vfe_enable_irq_common()
316 static void vfe_isr_halt_ack(struct vfe_device *vfe) in vfe_isr_halt_ack()
321 static void vfe_isr_read(struct vfe_device *vfe, u32 *status0, u32 *status1) in vfe_isr_read()
334 static void vfe_violation_read(struct vfe_device *vfe) in vfe_violation_read()
350 struct vfe_device *vfe = dev; in vfe_isr() local
400 static int vfe_halt(struct vfe_device *vfe) in vfe_halt()
418 struct vfe_device *vfe = to_vfe(line); in vfe_get_output() local
457 struct vfe_device *vfe = to_vfe(line); in vfe_enable_output() local
513 struct vfe_device *vfe = to_vfe(line); in vfe_disable_output() local
550 struct vfe_device *vfe = to_vfe(line); in vfe_enable() local
595 struct vfe_device *vfe = to_vfe(line); in vfe_disable() local
615 static void vfe_isr_sof(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_isr_sof()
625 static void vfe_isr_reg_update(struct vfe_device *vfe, enum vfe_line_id line_id) in vfe_isr_reg_update()
648 static void vfe_isr_wm_done(struct vfe_device *vfe, u8 wm) in vfe_isr_wm_done()
702 static void vfe_pm_domain_off(struct vfe_device *vfe) in vfe_pm_domain_off()
711 static int vfe_pm_domain_on(struct vfe_device *vfe) in vfe_pm_domain_on()
730 struct vfe_device *vfe = to_vfe(line); in vfe_queue_buffer() local
764 static void vfe_subdev_init(struct device *dev, struct vfe_device *vfe) in vfe_subdev_init()