Lines Matching defs:vdev

32 #define VFIO_PLATFORM_IS_ACPI(vdev) ((vdev)->acpihid != NULL)  argument
56 static int vfio_platform_acpi_probe(struct vfio_platform_device *vdev, in vfio_platform_acpi_probe()
77 static int vfio_platform_acpi_call_reset(struct vfio_platform_device *vdev, in vfio_platform_acpi_call_reset()
99 static bool vfio_platform_acpi_has_reset(struct vfio_platform_device *vdev) in vfio_platform_acpi_has_reset()
111 static bool vfio_platform_has_reset(struct vfio_platform_device *vdev) in vfio_platform_has_reset()
119 static int vfio_platform_get_reset(struct vfio_platform_device *vdev) in vfio_platform_get_reset()
135 static void vfio_platform_put_reset(struct vfio_platform_device *vdev) in vfio_platform_put_reset()
144 static int vfio_platform_regions_init(struct vfio_platform_device *vdev) in vfio_platform_regions_init()
201 static void vfio_platform_regions_cleanup(struct vfio_platform_device *vdev) in vfio_platform_regions_cleanup()
212 static int vfio_platform_call_reset(struct vfio_platform_device *vdev, in vfio_platform_call_reset()
229 struct vfio_platform_device *vdev = device_data; in vfio_platform_release() local
255 struct vfio_platform_device *vdev = device_data; in vfio_platform_open() local
306 struct vfio_platform_device *vdev = device_data; in vfio_platform_ioctl() local
468 struct vfio_platform_device *vdev = device_data; in vfio_platform_read() local
544 struct vfio_platform_device *vdev = device_data; in vfio_platform_write() local
585 struct vfio_platform_device *vdev = device_data; in vfio_platform_mmap() local
633 static int vfio_platform_of_probe(struct vfio_platform_device *vdev, in vfio_platform_of_probe()
663 int vfio_platform_probe_common(struct vfio_platform_device *vdev, in vfio_platform_probe_common()
714 struct vfio_platform_device *vdev; in vfio_platform_remove_common() local