Lines Matching refs:core_vdev
11 static int vfio_cdx_open_device(struct vfio_device *core_vdev) in vfio_cdx_open_device() argument
14 container_of(core_vdev, struct vfio_cdx_device, vdev); in vfio_cdx_open_device()
15 struct cdx_device *cdx_dev = to_cdx_device(core_vdev->dev); in vfio_cdx_open_device()
46 static void vfio_cdx_close_device(struct vfio_device *core_vdev) in vfio_cdx_close_device() argument
49 container_of(core_vdev, struct vfio_cdx_device, vdev); in vfio_cdx_close_device()
52 cdx_dev_reset(core_vdev->dev); in vfio_cdx_close_device()
101 static long vfio_cdx_ioctl(struct vfio_device *core_vdev, in vfio_cdx_ioctl() argument
105 container_of(core_vdev, struct vfio_cdx_device, vdev); in vfio_cdx_ioctl()
114 return cdx_dev_reset(core_vdev->dev); in vfio_cdx_ioctl()
140 static int vfio_cdx_mmap(struct vfio_device *core_vdev, in vfio_cdx_mmap() argument
144 container_of(core_vdev, struct vfio_cdx_device, vdev); in vfio_cdx_mmap()
145 struct cdx_device *cdx_dev = to_cdx_device(core_vdev->dev); in vfio_cdx_mmap()