Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/vfio/
A Dvfio.h101 struct vfio_iommu_driver_ops { struct
102 char *name;
103 struct module *owner;
104 void *(*open)(unsigned long arg);
105 void (*release)(void *iommu_data);
106 long (*ioctl)(void *iommu_data, unsigned int cmd,
131 const struct vfio_iommu_driver_ops *ops; argument

Completed in 3 milliseconds