Searched defs:vfio_pci_driver_ops (Results 1 – 1 of 1) sorted by relevance
89 struct vfio_pci_driver_ops { struct90 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