Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dvfio.h63 struct vfio_iommu_driver_ops { struct
64 char *name;
65 struct module *owner;
66 void *(*open)(unsigned long arg);
67 void (*release)(void *iommu_data);
68 ssize_t (*read)(void *iommu_data, char __user *buf,
70 ssize_t (*write)(void *iommu_data, const char __user *buf,
95 extern int vfio_register_iommu_driver(const struct vfio_iommu_driver_ops *ops); argument
/kernel/linux/linux-4.19/include/linux/
Dvfio.h62 struct vfio_iommu_driver_ops { struct
63 char *name;
64 struct module *owner;
65 void *(*open)(unsigned long arg);
66 void (*release)(void *iommu_data);
90 extern int vfio_register_iommu_driver(const struct vfio_iommu_driver_ops *ops); argument