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
165
static int vfio_df_group_open(struct vfio_device_file *df)
drivers/vfio/group.c
233
void vfio_df_group_close(struct vfio_device_file *df)
drivers/vfio/group.c
252
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
108
void vfio_df_group_close(struct vfio_device_file *df);
drivers/vfio/vfio.h
160
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
323
int vfio_df_iommufd_bind(struct vfio_device_file *df);
drivers/vfio/vfio.h
324
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
335
static inline int vfio_df_iommufd_bind(struct vfio_device_file *fd)
drivers/vfio/vfio.h
34
struct vfio_device_file *
drivers/vfio/vfio.h
340
static inline void vfio_df_iommufd_unbind(struct vfio_device_file *df)
drivers/vfio/vfio.h
352
int vfio_df_ioctl_attach_pt(struct vfio_device_file *df,
drivers/vfio/vfio.h
354
int vfio_df_ioctl_detach_pt(struct vfio_device_file *df,
drivers/vfio/vfio.h
378
long vfio_df_ioctl_bind_iommufd(struct vfio_device_file *df,
drivers/vfio/vfio.h
380
void vfio_df_unbind_iommufd(struct vfio_device_file *df);
drivers/vfio/vfio.h
404
static inline long vfio_df_ioctl_bind_iommufd(struct vfio_device_file *df,
drivers/vfio/vfio.h
410
static inline void vfio_df_unbind_iommufd(struct vfio_device_file *df)
drivers/vfio/vfio_main.c
1311
struct vfio_device_file *df = filep->private_data;
drivers/vfio/vfio_main.c
1364
struct vfio_device_file *df = filep->private_data;
drivers/vfio/vfio_main.c
1381
struct vfio_device_file *df = filep->private_data;
drivers/vfio/vfio_main.c
1396
struct vfio_device_file *df = filep->private_data;
drivers/vfio/vfio_main.c
1413
struct vfio_device_file *df = filep->private_data;
drivers/vfio/vfio_main.c
1441
struct vfio_device_file *df = file->private_data;
drivers/vfio/vfio_main.c
1488
struct vfio_device_file *df = file->private_data;
drivers/vfio/vfio_main.c
493
struct vfio_device_file *
drivers/vfio/vfio_main.c
496
struct vfio_device_file *df;
drivers/vfio/vfio_main.c
508
static int vfio_df_device_first_open(struct vfio_device_file *df)
drivers/vfio/vfio_main.c
543
static void vfio_df_device_last_close(struct vfio_device_file *df)
drivers/vfio/vfio_main.c
559
int vfio_df_open(struct vfio_device_file *df)
drivers/vfio/vfio_main.c
583
void vfio_df_close(struct vfio_device_file *df)
drivers/vfio/vfio_main.c
634
struct vfio_device_file *df = filep->private_data;