Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dvfio.h95 struct vfio_iommu_driver_ops { struct
96 char *name;
97 struct module *owner;
98 void *(*open)(unsigned long arg);
99 void (*release)(void *iommu_data);
100 ssize_t (*read)(void *iommu_data, char __user *buf,
102 ssize_t (*write)(void *iommu_data, const char __user *buf,
104 long (*ioctl)(void *iommu_data, unsigned int cmd,
106 int (*mmap)(void *iommu_data, struct vm_area_struct *vma);
107 int (*attach_group)(void *iommu_data,
[all …]