Searched defs:vfe_device (Results 1 – 1 of 1) sorted by relevance
144 struct vfe_device { struct145 struct camss *camss;146 u8 id;147 void __iomem *base;148 u32 irq;149 char irq_name[30];173 int msm_vfe_subdev_init(struct camss *camss, struct vfe_device *vfe, argument