Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/vfio/lib/include/
H A Dvfio_util.h89 struct vfio_pci_driver_ops { struct
90 const char *name;
97 int (*probe)(struct vfio_pci_device *device);
104 void (*init)(struct vfio_pci_device *device);
109 void (*remove)(struct vfio_pci_device *device);
123 void (*memcpy_start)(struct vfio_pci_device *device,
149 const struct vfio_pci_driver_ops *ops; argument