Lines Matching defs:vfio_device_file
19 struct vfio_device_file {
32 int vfio_df_open(struct vfio_device_file *df);
33 void vfio_df_close(struct vfio_device_file *df);
34 struct vfio_device_file *
108 void vfio_df_group_close(struct vfio_device_file *df);
160 static inline void vfio_df_group_close(struct vfio_device_file *df)
323 int vfio_df_iommufd_bind(struct vfio_device_file *df);
324 void vfio_df_iommufd_unbind(struct vfio_device_file *df);
335 static inline int vfio_df_iommufd_bind(struct vfio_device_file *fd)
340 static inline void vfio_df_iommufd_unbind(struct vfio_device_file *df)
352 int vfio_df_ioctl_attach_pt(struct vfio_device_file *df,
354 int vfio_df_ioctl_detach_pt(struct vfio_device_file *df,
378 long vfio_df_ioctl_bind_iommufd(struct vfio_device_file *df,
380 void vfio_df_unbind_iommufd(struct vfio_device_file *df);
404 static inline long vfio_df_ioctl_bind_iommufd(struct vfio_device_file *df,
410 static inline void vfio_df_unbind_iommufd(struct vfio_device_file *df)