Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/vfio/mdev/
Dvfio_mdev.c20 static int vfio_mdev_open_device(struct vfio_device *core_vdev) in vfio_mdev_open_device()
31 static void vfio_mdev_close_device(struct vfio_device *core_vdev) in vfio_mdev_close_device()
40 static long vfio_mdev_unlocked_ioctl(struct vfio_device *core_vdev, in vfio_mdev_unlocked_ioctl()
52 static ssize_t vfio_mdev_read(struct vfio_device *core_vdev, char __user *buf, in vfio_mdev_read()
64 static ssize_t vfio_mdev_write(struct vfio_device *core_vdev, in vfio_mdev_write()
77 static int vfio_mdev_mmap(struct vfio_device *core_vdev, in vfio_mdev_mmap()
89 static void vfio_mdev_request(struct vfio_device *core_vdev, unsigned int count) in vfio_mdev_request()
/Linux-v5.15/drivers/vfio/fsl-mc/
Dvfio_fsl_mc.c22 static int vfio_fsl_mc_open_device(struct vfio_device *core_vdev) in vfio_fsl_mc_open_device()
69 static void vfio_fsl_mc_close_device(struct vfio_device *core_vdev) in vfio_fsl_mc_close_device()
94 static long vfio_fsl_mc_ioctl(struct vfio_device *core_vdev, in vfio_fsl_mc_ioctl()
225 static ssize_t vfio_fsl_mc_read(struct vfio_device *core_vdev, char __user *buf, in vfio_fsl_mc_read()
303 static ssize_t vfio_fsl_mc_write(struct vfio_device *core_vdev, in vfio_fsl_mc_write()
369 static int vfio_fsl_mc_mmap(struct vfio_device *core_vdev, in vfio_fsl_mc_mmap()
/Linux-v5.15/drivers/vfio/platform/
Dvfio_platform_common.c221 static void vfio_platform_close_device(struct vfio_device *core_vdev) in vfio_platform_close_device()
240 static int vfio_platform_open_device(struct vfio_device *core_vdev) in vfio_platform_open_device()
277 static long vfio_platform_ioctl(struct vfio_device *core_vdev, in vfio_platform_ioctl()
441 static ssize_t vfio_platform_read(struct vfio_device *core_vdev, in vfio_platform_read()
518 static ssize_t vfio_platform_write(struct vfio_device *core_vdev, const char __user *buf, in vfio_platform_write()
561 static int vfio_platform_mmap(struct vfio_device *core_vdev, struct vm_area_struct *vma) in vfio_platform_mmap()
/Linux-v5.15/drivers/vfio/pci/
Dvfio_pci_core.c448 void vfio_pci_core_close_device(struct vfio_device *core_vdev) in vfio_pci_core_close_device()
637 long vfio_pci_core_ioctl(struct vfio_device *core_vdev, unsigned int cmd, in vfio_pci_core_ioctl()
1213 ssize_t vfio_pci_core_read(struct vfio_device *core_vdev, char __user *buf, in vfio_pci_core_read()
1226 ssize_t vfio_pci_core_write(struct vfio_device *core_vdev, const char __user *buf, in vfio_pci_core_write()
1446 int vfio_pci_core_mmap(struct vfio_device *core_vdev, struct vm_area_struct *vma) in vfio_pci_core_mmap()
1518 void vfio_pci_core_request(struct vfio_device *core_vdev, unsigned int count) in vfio_pci_core_request()
1635 int vfio_pci_core_match(struct vfio_device *core_vdev, char *buf) in vfio_pci_core_match()
Dvfio_pci.c101 static int vfio_pci_open_device(struct vfio_device *core_vdev) in vfio_pci_open_device()