Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dvfio.h62 struct vfio_iommu_driver_ops { struct
63 char *name;
64 struct module *owner;
65 void *(*open)(unsigned long arg);
66 void (*release)(void *iommu_data);
90 extern int vfio_register_iommu_driver(const struct vfio_iommu_driver_ops *ops); argument