Lines Matching defs:hva_dev
248 struct hva_dev *hva_dev; member
336 struct hva_dev { struct
337 struct v4l2_device v4l2_dev;
338 struct video_device *vdev;
339 struct platform_device *pdev;
340 struct device *dev;
342 struct mutex lock;
343 struct v4l2_m2m_dev *m2m_dev;
344 struct hva_ctx *instances[HVA_MAX_INSTANCES];
345 unsigned int nb_of_instances;
346 unsigned int instance_id;
370 struct hva_dev_dbg dbg; argument