Lines Matching defs:vpu_device
737 struct vpu_device { struct
738 struct device *dev;
739 struct v4l2_device v4l2_dev;
740 struct v4l2_m2m_dev *v4l2_m2m_dec_dev;
741 struct v4l2_m2m_dev *v4l2_m2m_enc_dev;
742 struct list_head instances;
743 struct video_device *video_dev_dec;
744 struct video_device *video_dev_enc;
745 struct mutex dev_lock; /* lock for the src, dst v4l2 queues */
746 struct mutex hw_lock; /* lock hw configurations */
747 int irq;
748 enum product_id product;
749 struct vpu_attr attr;
773 struct vpu_device *dev; argument