Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dvfio.h59 struct vfio_iommu_driver_ops { struct
60 char *name;
61 struct module *owner;
62 void *(*open)(unsigned long arg);
63 void (*release)(void *iommu_data);
87 extern int vfio_register_iommu_driver(const struct vfio_iommu_driver_ops *ops); argument