Searched refs:vfio_fsl_mc_device (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/vfio/fsl-mc/ |
D | vfio_fsl_mc.c | 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() [all …]
|
D | vfio_fsl_mc_private.h | 33 struct vfio_fsl_mc_device { struct 42 int vfio_fsl_mc_set_irqs_ioctl(struct vfio_fsl_mc_device *vdev, argument 47 void vfio_fsl_mc_irqs_cleanup(struct vfio_fsl_mc_device *vdev);
|
D | vfio_fsl_mc_intr.c | 15 static int vfio_fsl_mc_irqs_allocate(struct vfio_fsl_mc_device *vdev) in vfio_fsl_mc_irqs_allocate() 61 static int vfio_set_trigger(struct vfio_fsl_mc_device *vdev, in vfio_set_trigger() 105 static int vfio_fsl_mc_set_irq_trigger(struct vfio_fsl_mc_device *vdev, in vfio_fsl_mc_set_irq_trigger() 160 int vfio_fsl_mc_set_irqs_ioctl(struct vfio_fsl_mc_device *vdev, in vfio_fsl_mc_set_irqs_ioctl() 173 void vfio_fsl_mc_irqs_cleanup(struct vfio_fsl_mc_device *vdev) in vfio_fsl_mc_irqs_cleanup()
|