Lines Matching refs:vfio_cdx_device
13 struct vfio_cdx_device *vdev = in vfio_cdx_open_device()
14 container_of(core_vdev, struct vfio_cdx_device, vdev); in vfio_cdx_open_device()
48 struct vfio_cdx_device *vdev = in vfio_cdx_close_device()
49 container_of(core_vdev, struct vfio_cdx_device, vdev); in vfio_cdx_close_device()
55 static int vfio_cdx_ioctl_get_info(struct vfio_cdx_device *vdev, in vfio_cdx_ioctl_get_info()
77 static int vfio_cdx_ioctl_get_region_info(struct vfio_cdx_device *vdev, in vfio_cdx_ioctl_get_region_info()
104 struct vfio_cdx_device *vdev = in vfio_cdx_ioctl()
105 container_of(core_vdev, struct vfio_cdx_device, vdev); in vfio_cdx_ioctl()
143 struct vfio_cdx_device *vdev = in vfio_cdx_mmap()
144 container_of(core_vdev, struct vfio_cdx_device, vdev); in vfio_cdx_mmap()
180 struct vfio_cdx_device *vdev; in vfio_cdx_probe()
184 vdev = vfio_alloc_device(vfio_cdx_device, vdev, dev, in vfio_cdx_probe()
204 struct vfio_cdx_device *vdev = dev_get_drvdata(dev); in vfio_cdx_remove()