Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/vfio/
Dvfio.h202 struct vfio_iommu_driver_ops { struct
203 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