Home
last modified time | relevance | path

Searched defs:vfe_hw_ops (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.h101 struct vfe_hw_ops { struct
102 void (*enable_irq_common)(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);
106 void (*isr_read)(struct vfe_device *vfe, u32 *value0, u32 *value1);
107 void (*pm_domain_off)(struct vfe_device *vfe);
108 int (*pm_domain_on)(struct vfe_device *vfe);
109 void (*reg_update)(struct vfe_device *vfe, enum vfe_line_id line_id);
110 void (*reg_update_clear)(struct vfe_device *vfe,
[all …]