Searched defs:vfio_iommu_driver_ops (Results 1 – 1 of 1) sorted by relevance
73 struct vfio_iommu_driver_ops { struct74 char *name;75 struct module *owner;76 void *(*open)(unsigned long arg);77 void (*release)(void *iommu_data);78 long (*ioctl)(void *iommu_data, unsigned int cmd,80 int (*attach_group)(void *iommu_data,105 const struct vfio_iommu_driver_ops *ops; argument