Searched defs:vfio_iommu_driver_ops (Results 1 – 1 of 1) sorted by relevance
202 struct vfio_iommu_driver_ops { struct203 char *name;204 struct module *owner;205 void *(*open)(unsigned long arg);206 void (*release)(void *iommu_data);207 long (*ioctl)(void *iommu_data, unsigned int cmd,232 const struct vfio_iommu_driver_ops *ops; argument