Home
last modified time | relevance | path

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

/linux/drivers/vfio/pci/virtio/
H A Dmain.c21 static int virtiovf_pci_open_device(struct vfio_device *core_vdev) in virtiovf_pci_open_device()
45 static void virtiovf_pci_close_device(struct vfio_device *core_vdev) in virtiovf_pci_close_device()
55 static int virtiovf_pci_init_device(struct vfio_device *core_vdev) in virtiovf_pci_init_device()
73 static void virtiovf_pci_core_release_dev(struct vfio_device *core_vdev) in virtiovf_pci_core_release_dev()
/linux/drivers/vfio/platform/
H A Dvfio_platform_common.c217 void vfio_platform_close_device(struct vfio_device *core_vdev) in vfio_platform_close_device()
237 int vfio_platform_open_device(struct vfio_device *core_vdev) in vfio_platform_open_device()
275 int vfio_platform_ioctl_get_region_info(struct vfio_device *core_vdev, in vfio_platform_ioctl_get_region_info()
293 long vfio_platform_ioctl(struct vfio_device *core_vdev, in vfio_platform_ioctl()
441 ssize_t vfio_platform_read(struct vfio_device *core_vdev, in vfio_platform_read()
524 ssize_t vfio_platform_write(struct vfio_device *core_vdev, const char __user *buf, in vfio_platform_write()
568 int vfio_platform_mmap(struct vfio_device *core_vdev, struct vm_area_struct *vma) in vfio_platform_mmap()
H A Dvfio_platform.c40 static int vfio_platform_init_dev(struct vfio_device *core_vdev) in vfio_platform_init_dev()
80 static void vfio_platform_release_dev(struct vfio_device *core_vdev) in vfio_platform_release_dev()
H A Dvfio_amba.c44 static int vfio_amba_init_dev(struct vfio_device *core_vdev) in vfio_amba_init_dev()
93 static void vfio_amba_release_dev(struct vfio_device *core_vdev) in vfio_amba_release_dev()
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c108 struct vfio_device *core_vdev = container_of(dev, struct vfio_device, in vfio_pci_core_debugfs_private() local
818 void vfio_pci_core_close_device(struct vfio_device *core_vdev) in vfio_pci_core_close_device()
1130 int vfio_pci_ioctl_get_region_info(struct vfio_device *core_vdev, in vfio_pci_ioctl_get_region_info()
1555 long vfio_pci_core_ioctl(struct vfio_device *core_vdev, unsigned int cmd, in vfio_pci_core_ioctl()
1683 ssize_t vfio_pci_core_read(struct vfio_device *core_vdev, char __user *buf, in vfio_pci_core_read()
1696 ssize_t vfio_pci_core_write(struct vfio_device *core_vdev, const char __user *buf, in vfio_pci_core_write()
1711 struct vfio_device *core_vdev = &vdev->vdev; in vfio_pci_zap_bars() local
1816 int vfio_pci_core_mmap(struct vfio_device *core_vdev, struct vm_area_struct *vma) in vfio_pci_core_mmap()
1896 void vfio_pci_core_request(struct vfio_device *core_vdev, unsigned int count) in vfio_pci_core_request()
1919 int vfio_pci_core_match_token_uuid(struct vfio_device *core_vdev, in vfio_pci_core_match_token_uuid()
[all …]
H A Dvfio_pci.c103 static int vfio_pci_open_device(struct vfio_device *core_vdev) in vfio_pci_open_device()
128 static int vfio_pci_init_dev(struct vfio_device *core_vdev) in vfio_pci_init_dev()