Searched defs:mtk_jpeg_dev (Results 1 – 1 of 1) sorted by relevance
213 struct mtk_jpeg_dev { struct214 struct mutex lock;215 spinlock_t hw_lock;217 struct device *dev;218 struct v4l2_device v4l2_dev;220 void *alloc_ctx;221 struct video_device *vdev;222 void __iomem *reg_base;228 wait_queue_head_t hw_wq;229 atomic_t hw_rdy;[all …]