Searched defs:vfe_device (Results 1 – 1 of 1) sorted by relevance
129 struct vfe_device { struct130 struct camss *camss;131 u8 id;132 void __iomem *base;133 u32 irq;134 char irq_name[30];135 struct camss_clock *clock;159 int msm_vfe_subdev_init(struct camss *camss, struct vfe_device *vfe, argument