Searched refs:vfio_cdx_device (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/vfio/cdx/ |
| D | main.c | 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() [all …]
|
| D | private.h | 23 struct vfio_cdx_device { struct
|