Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/vfio/
Dvfio.h73 struct vfio_iommu_driver_ops { struct
74 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