Searched defs:vfe_hw_ops (Results 1 – 1 of 1) sorted by relevance
101 struct vfe_hw_ops { struct102 void (*enable_irq)(struct vfe_device *vfe);103 void (*global_reset)(struct vfe_device *vfe);104 u32 (*hw_version)(struct vfe_device *vfe);105 irqreturn_t (*isr)(int irq, void *dev);107 void (*pm_domain_off)(struct vfe_device *vfe);108 int (*pm_domain_on)(struct vfe_device *vfe);113 int (*vfe_disable)(struct vfe_line *line);114 int (*vfe_enable)(struct vfe_line *line);115 int (*vfe_halt)(struct vfe_device *vfe);[all …]
Completed in 5 milliseconds