Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/i915/gvt/
Dkvmgt.c106 #define vfio_dev_to_vgpu(vfio_dev) \ argument
620 static void intel_vgpu_dma_unmap(struct vfio_device *vfio_dev, u64 iova, in intel_vgpu_dma_unmap()
662 static int intel_vgpu_open_device(struct vfio_device *vfio_dev) in intel_vgpu_open_device()
700 static void intel_vgpu_close_device(struct vfio_device *vfio_dev) in intel_vgpu_close_device()
865 static ssize_t intel_vgpu_read(struct vfio_device *vfio_dev, char __user *buf, in intel_vgpu_read()
939 static ssize_t intel_vgpu_write(struct vfio_device *vfio_dev, in intel_vgpu_write()
1013 static int intel_vgpu_mmap(struct vfio_device *vfio_dev, in intel_vgpu_mmap()
1143 static long intel_vgpu_ioctl(struct vfio_device *vfio_dev, unsigned int cmd, in intel_vgpu_ioctl()
1443 static int intel_vgpu_init_dev(struct vfio_device *vfio_dev) in intel_vgpu_init_dev()
1462 static void intel_vgpu_release_dev(struct vfio_device *vfio_dev) in intel_vgpu_release_dev()
/linux-6.14.4/drivers/vfio/
Dcontainer.c408 static struct miscdevice vfio_dev = { variable