Searched defs:vfe_device (Results 1 – 1 of 1) sorted by relevance
130 struct vfe_device { struct131 struct camss *camss;132 u8 id;133 void __iomem *base;134 u32 irq;158 int msm_vfe_subdev_init(struct camss *camss, struct vfe_device *vfe, argument