Lines Matching refs:vfio_device_file
19 struct vfio_device_file { struct
32 int vfio_df_open(struct vfio_device_file *df); argument
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) in vfio_df_group_close()
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) in vfio_df_iommufd_bind()
340 static inline void vfio_df_iommufd_unbind(struct vfio_device_file *df) in vfio_df_iommufd_unbind()
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, in vfio_df_ioctl_bind_iommufd()
410 static inline void vfio_df_unbind_iommufd(struct vfio_device_file *df) in vfio_df_unbind_iommufd()