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()
59 struct vfio_cdx_device *vdev = in vfio_cdx_close_device()
60 container_of(core_vdev, struct vfio_cdx_device, vdev); in vfio_cdx_close_device()
72 struct vfio_cdx_device *vdev = in vfio_cdx_bm_ctrl()
73 container_of(core_vdev, struct vfio_cdx_device, vdev); in vfio_cdx_bm_ctrl()
110 static int vfio_cdx_ioctl_get_info(struct vfio_cdx_device *vdev, in vfio_cdx_ioctl_get_info()
132 static int vfio_cdx_ioctl_get_region_info(struct vfio_cdx_device *vdev, in vfio_cdx_ioctl_get_region_info()
156 static int vfio_cdx_ioctl_get_irq_info(struct vfio_cdx_device *vdev, in vfio_cdx_ioctl_get_irq_info()
181 static int vfio_cdx_ioctl_set_irqs(struct vfio_cdx_device *vdev, in vfio_cdx_ioctl_set_irqs()
215 struct vfio_cdx_device *vdev = in vfio_cdx_ioctl()
216 container_of(core_vdev, struct vfio_cdx_device, vdev); in vfio_cdx_ioctl()
258 struct vfio_cdx_device *vdev = in vfio_cdx_mmap()
259 container_of(core_vdev, struct vfio_cdx_device, vdev); in vfio_cdx_mmap()
296 struct vfio_cdx_device *vdev; in vfio_cdx_probe()
300 vdev = vfio_alloc_device(vfio_cdx_device, vdev, dev, in vfio_cdx_probe()
320 struct vfio_cdx_device *vdev = dev_get_drvdata(dev); in vfio_cdx_remove()