Searched defs:vfe_device (Results 1 – 1 of 1) sorted by relevance
146 struct vfe_device { struct147 struct camss *camss;148 u8 id;149 void __iomem *base;150 void __iomem *vbif_base;151 u32 irq;152 char irq_name[30];176 int msm_vfe_subdev_init(struct camss *camss, struct vfe_device *vfe, argument