Lines Matching refs:vfio_fsl_mc_device
24 struct vfio_fsl_mc_device *vdev = in vfio_fsl_mc_open_device()
25 container_of(core_vdev, struct vfio_fsl_mc_device, vdev); in vfio_fsl_mc_open_device()
58 static void vfio_fsl_mc_regions_cleanup(struct vfio_fsl_mc_device *vdev) in vfio_fsl_mc_regions_cleanup()
68 static int vfio_fsl_mc_reset_device(struct vfio_fsl_mc_device *vdev) in vfio_fsl_mc_reset_device()
99 struct vfio_fsl_mc_device *vdev = in vfio_fsl_mc_close_device()
100 container_of(core_vdev, struct vfio_fsl_mc_device, vdev); in vfio_fsl_mc_close_device()
124 struct vfio_fsl_mc_device *vdev = in vfio_fsl_mc_ioctl()
125 container_of(core_vdev, struct vfio_fsl_mc_device, vdev); in vfio_fsl_mc_ioctl()
243 struct vfio_fsl_mc_device *vdev = in vfio_fsl_mc_read()
244 container_of(core_vdev, struct vfio_fsl_mc_device, vdev); in vfio_fsl_mc_read()
322 struct vfio_fsl_mc_device *vdev = in vfio_fsl_mc_write()
323 container_of(core_vdev, struct vfio_fsl_mc_device, vdev); in vfio_fsl_mc_write()
387 struct vfio_fsl_mc_device *vdev = in vfio_fsl_mc_mmap()
388 container_of(core_vdev, struct vfio_fsl_mc_device, vdev); in vfio_fsl_mc_mmap()
425 struct vfio_fsl_mc_device *vdev = container_of(nb, in vfio_fsl_mc_bus_notifier()
426 struct vfio_fsl_mc_device, nb); in vfio_fsl_mc_bus_notifier()
453 static int vfio_fsl_mc_init_device(struct vfio_fsl_mc_device *vdev) in vfio_fsl_mc_init_device()
501 static void vfio_fsl_uninit_device(struct vfio_fsl_mc_device *vdev) in vfio_fsl_uninit_device()
514 struct vfio_fsl_mc_device *vdev = in vfio_fsl_mc_init_dev()
515 container_of(core_vdev, struct vfio_fsl_mc_device, vdev); in vfio_fsl_mc_init_dev()
536 struct vfio_fsl_mc_device *vdev; in vfio_fsl_mc_probe()
540 vdev = vfio_alloc_device(vfio_fsl_mc_device, vdev, dev, in vfio_fsl_mc_probe()
566 struct vfio_fsl_mc_device *vdev = in vfio_fsl_mc_release_dev()
567 container_of(core_vdev, struct vfio_fsl_mc_device, vdev); in vfio_fsl_mc_release_dev()
576 struct vfio_fsl_mc_device *vdev = dev_get_drvdata(dev); in vfio_fsl_mc_remove()