Lines Matching defs:vdev

26 #define VFIO_PLATFORM_IS_ACPI(vdev) ((vdev)->acpihid != NULL)  argument
50 static int vfio_platform_acpi_probe(struct vfio_platform_device *vdev, in vfio_platform_acpi_probe()
71 static int vfio_platform_acpi_call_reset(struct vfio_platform_device *vdev, in vfio_platform_acpi_call_reset()
93 static bool vfio_platform_acpi_has_reset(struct vfio_platform_device *vdev) in vfio_platform_acpi_has_reset()
105 static bool vfio_platform_has_reset(struct vfio_platform_device *vdev) in vfio_platform_has_reset()
113 static int vfio_platform_get_reset(struct vfio_platform_device *vdev) in vfio_platform_get_reset()
129 static void vfio_platform_put_reset(struct vfio_platform_device *vdev) in vfio_platform_put_reset()
138 static int vfio_platform_regions_init(struct vfio_platform_device *vdev) in vfio_platform_regions_init()
195 static void vfio_platform_regions_cleanup(struct vfio_platform_device *vdev) in vfio_platform_regions_cleanup()
206 static int vfio_platform_call_reset(struct vfio_platform_device *vdev, in vfio_platform_call_reset()
223 struct vfio_platform_device *vdev = device_data; in vfio_platform_release() local
249 struct vfio_platform_device *vdev = device_data; in vfio_platform_open() local
299 struct vfio_platform_device *vdev = device_data; in vfio_platform_ioctl() local
461 struct vfio_platform_device *vdev = device_data; in vfio_platform_read() local
537 struct vfio_platform_device *vdev = device_data; in vfio_platform_write() local
578 struct vfio_platform_device *vdev = device_data; in vfio_platform_mmap() local
626 static int vfio_platform_of_probe(struct vfio_platform_device *vdev, in vfio_platform_of_probe()
656 int vfio_platform_probe_common(struct vfio_platform_device *vdev, in vfio_platform_probe_common()
707 struct vfio_platform_device *vdev; in vfio_platform_remove_common() local