Symbol: vfio_device_file
drivers/vfio/device_cdev.c
173
void vfio_df_unbind_iommufd(struct vfio_device_file *df)
drivers/vfio/device_cdev.c
194
int vfio_df_ioctl_attach_pt(struct vfio_device_file *df,
drivers/vfio/device_cdev.c
253
int vfio_df_ioctl_detach_pt(struct vfio_device_file *df,
drivers/vfio/device_cdev.c
27
struct vfio_device_file *df;
drivers/vfio/device_cdev.c
56
static void vfio_df_get_kvm_safe(struct vfio_device_file *df)
drivers/vfio/device_cdev.c
83
long vfio_df_ioctl_bind_iommufd(struct vfio_device_file *df,
drivers/vfio/group.c
170
static int vfio_df_group_open(struct vfio_device_file *df)
drivers/vfio/group.c
238
void vfio_df_group_close(struct vfio_device_file *df)
drivers/vfio/group.c
257
struct vfio_device_file *df;
drivers/vfio/iommufd.c
21
int vfio_df_iommufd_bind(struct vfio_device_file *df)
drivers/vfio/iommufd.c
55
void vfio_df_iommufd_unbind(struct vfio_device_file *df)
drivers/vfio/vfio.h
107
void vfio_df_group_close(struct vfio_device_file *df);
drivers/vfio/vfio.h
159
static inline void vfio_df_group_close(struct vfio_device_file *df)
drivers/vfio/vfio.h
32
int vfio_df_open(struct vfio_device_file *df);
drivers/vfio/vfio.h
322
int vfio_df_iommufd_bind(struct vfio_device_file *df);
drivers/vfio/vfio.h
323
void vfio_df_iommufd_unbind(struct vfio_device_file *df);
drivers/vfio/vfio.h
33
void vfio_df_close(struct vfio_device_file *df);
drivers/vfio/vfio.h
334
static inline int vfio_df_iommufd_bind(struct vfio_device_file *fd)
drivers/vfio/vfio.h
339
static inline void vfio_df_iommufd_unbind(struct vfio_device_file *df)
drivers/vfio/vfio.h
34
struct vfio_device_file *
drivers/vfio/vfio.h
351
int vfio_df_ioctl_attach_pt(struct vfio_device_file *df,
drivers/vfio/vfio.h
353
int vfio_df_ioctl_detach_pt(struct vfio_device_file *df,
drivers/vfio/vfio.h
377
long vfio_df_ioctl_bind_iommufd(struct vfio_device_file *df,
drivers/vfio/vfio.h
379
void vfio_df_unbind_iommufd(struct vfio_device_file *df);
drivers/vfio/vfio.h
403
static inline long vfio_df_ioctl_bind_iommufd(struct vfio_device_file *df,
drivers/vfio/vfio.h
409
static inline void vfio_df_unbind_iommufd(struct vfio_device_file *df)
drivers/vfio/vfio_main.c
1348
struct vfio_device_file *df = filep->private_data;
drivers/vfio/vfio_main.c
1401
struct vfio_device_file *df = filep->private_data;
drivers/vfio/vfio_main.c
1418
struct vfio_device_file *df = filep->private_data;
drivers/vfio/vfio_main.c
1433
struct vfio_device_file *df = filep->private_data;
drivers/vfio/vfio_main.c
1450
struct vfio_device_file *df = filep->private_data;
drivers/vfio/vfio_main.c
1478
struct vfio_device_file *df = file->private_data;
drivers/vfio/vfio_main.c
1525
struct vfio_device_file *df = file->private_data;
drivers/vfio/vfio_main.c
508
struct vfio_device_file *
drivers/vfio/vfio_main.c
511
struct vfio_device_file *df;
drivers/vfio/vfio_main.c
523
static int vfio_df_device_first_open(struct vfio_device_file *df)
drivers/vfio/vfio_main.c
558
static void vfio_df_device_last_close(struct vfio_device_file *df)
drivers/vfio/vfio_main.c
575
int vfio_df_open(struct vfio_device_file *df)
drivers/vfio/vfio_main.c
599
void vfio_df_close(struct vfio_device_file *df)
drivers/vfio/vfio_main.c
650
struct vfio_device_file *df = filep->private_data;