Lines Matching defs:vpu_device
740 struct vpu_device { struct
741 struct device *dev;
742 struct v4l2_device v4l2_dev;
743 struct v4l2_m2m_dev *v4l2_m2m_dec_dev;
744 struct v4l2_m2m_dev *v4l2_m2m_enc_dev;
745 struct list_head instances;
746 struct video_device *video_dev_dec;
747 struct video_device *video_dev_enc;
748 struct mutex dev_lock; /* lock for the src, dst v4l2 queues */
749 struct mutex hw_lock; /* lock hw configurations */
750 int irq;
751 enum product_id product;
752 struct vpu_attr attr;
753 struct vpu_buf common_mem;
754 u32 last_performance_cycles;
755 u32 sram_size;
756 struct gen_pool *sram_pool;
757 struct vpu_buf sram_buf;
781 struct vpu_device *dev; argument