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;220 void *alloc_ctx;221 struct video_device *vdev;222 void __iomem *reg_base;228 bool is_jpgenc_multihw;230 atomic_t enchw_rdy;234 bool is_jpgdec_multihw;[all …]
Completed in 7 milliseconds