Searched defs:g2d_dev (Results 1 – 1 of 1) sorted by relevance
18 struct g2d_dev { struct19 struct v4l2_device v4l2_dev;20 struct v4l2_m2m_dev *m2m_dev;21 struct video_device *vfd;22 struct mutex mutex;23 spinlock_t irqlock;24 atomic_t num_inst;25 struct vb2_alloc_ctx *alloc_ctx;26 struct resource *res_regs;27 void __iomem *regs;[all …]