Searched defs:vfe_device (Results 1 – 1 of 1) sorted by relevance
139 struct vfe_device { struct140 struct camss *camss;141 u8 id;142 void __iomem *base;143 u32 irq;144 char irq_name[30];168 int msm_vfe_subdev_init(struct camss *camss, struct vfe_device *vfe, argument