Home
last modified time | relevance | path

Searched defs:hva_dev (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/sti/hva/
Dhva.h248 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;
[all …]