Searched refs:vfio_fsl_mc_device (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/vfio/fsl-mc/ |
H A 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, vde in vfio_fsl_mc_read() [all...] |
H A 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, 47 void vfio_fsl_mc_irqs_cleanup(struct vfio_fsl_mc_device *vdev);
|
H A 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() 162 int vfio_fsl_mc_set_irqs_ioctl(struct vfio_fsl_mc_device *vdev, in vfio_fsl_mc_set_irqs_ioctl() 175 void vfio_fsl_mc_irqs_cleanup(struct vfio_fsl_mc_device *vdev) in vfio_fsl_mc_irqs_cleanup()
|
/kernel/linux/linux-5.10/drivers/vfio/fsl-mc/ |
H A D | vfio_fsl_mc.c | 59 static int vfio_fsl_mc_reflck_attach(struct vfio_fsl_mc_device *vdev) in vfio_fsl_mc_reflck_attach() 70 struct vfio_fsl_mc_device *cont_vdev; in vfio_fsl_mc_reflck_attach() 94 static int vfio_fsl_mc_regions_init(struct vfio_fsl_mc_device *vdev) in vfio_fsl_mc_regions_init() 128 static void vfio_fsl_mc_regions_cleanup(struct vfio_fsl_mc_device *vdev) in vfio_fsl_mc_regions_cleanup() 140 struct vfio_fsl_mc_device *vdev = device_data; in vfio_fsl_mc_open() 166 struct vfio_fsl_mc_device *vdev = device_data; in vfio_fsl_mc_release() 204 struct vfio_fsl_mc_device *vdev = device_data; in vfio_fsl_mc_ioctl() 333 struct vfio_fsl_mc_device *vdev = device_data; in vfio_fsl_mc_read() 410 struct vfio_fsl_mc_device *vdev = device_data; in vfio_fsl_mc_write() 473 struct vfio_fsl_mc_device *vde in vfio_fsl_mc_mmap() [all...] |
H A D | vfio_fsl_mc_private.h | 38 struct vfio_fsl_mc_device { struct 48 extern int vfio_fsl_mc_set_irqs_ioctl(struct vfio_fsl_mc_device *vdev, 53 void vfio_fsl_mc_irqs_cleanup(struct vfio_fsl_mc_device *vdev);
|
H A D | vfio_fsl_mc_intr.c | 16 static int vfio_fsl_mc_irqs_allocate(struct vfio_fsl_mc_device *vdev) in vfio_fsl_mc_irqs_allocate() 62 static int vfio_set_trigger(struct vfio_fsl_mc_device *vdev, in vfio_set_trigger() 106 static int vfio_fsl_mc_set_irq_trigger(struct vfio_fsl_mc_device *vdev, in vfio_fsl_mc_set_irq_trigger() 162 int vfio_fsl_mc_set_irqs_ioctl(struct vfio_fsl_mc_device *vdev, in vfio_fsl_mc_set_irqs_ioctl() 175 void vfio_fsl_mc_irqs_cleanup(struct vfio_fsl_mc_device *vdev) in vfio_fsl_mc_irqs_cleanup()
|
Completed in 4 milliseconds