Searched defs:sh_mobile_ceu_dev (Results 1 – 1 of 1) sorted by relevance
95 struct sh_mobile_ceu_dev { struct96 struct soc_camera_host ici;98 unsigned int irq;99 void __iomem *base;100 size_t video_limit;101 size_t buf_total;103 spinlock_t lock; /* Protects video buffer lists */104 struct list_head capture;105 struct vb2_v4l2_buffer *active;107 struct sh_mobile_ceu_info *pdata;[all …]