Searched refs:gntdev_priv (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/xen/ |
D | gntdev-dmabuf.h | 15 struct gntdev_priv; 21 long gntdev_ioctl_dmabuf_exp_from_refs(struct gntdev_priv *priv, int use_ptemod, 24 long gntdev_ioctl_dmabuf_exp_wait_released(struct gntdev_priv *priv, 27 long gntdev_ioctl_dmabuf_imp_to_refs(struct gntdev_priv *priv, 30 long gntdev_ioctl_dmabuf_imp_release(struct gntdev_priv *priv,
|
D | gntdev-common.h | 21 struct gntdev_priv { struct 83 struct gntdev_grant_map *gntdev_alloc_map(struct gntdev_priv *priv, int count, 86 void gntdev_add_map(struct gntdev_priv *priv, struct gntdev_grant_map *add); 88 void gntdev_put_map(struct gntdev_priv *priv, struct gntdev_grant_map *map);
|
D | gntdev.c | 82 static void gntdev_print_maps(struct gntdev_priv *priv, in gntdev_print_maps() 131 struct gntdev_grant_map *gntdev_alloc_map(struct gntdev_priv *priv, int count, in gntdev_alloc_map() 207 void gntdev_add_map(struct gntdev_priv *priv, struct gntdev_grant_map *add) in gntdev_add_map() 224 static struct gntdev_grant_map *gntdev_find_map_index(struct gntdev_priv *priv, in gntdev_find_map_index() 239 void gntdev_put_map(struct gntdev_priv *priv, struct gntdev_grant_map *map) in gntdev_put_map() 447 struct gntdev_priv *priv = file->private_data; in gntdev_vma_close() 527 struct gntdev_priv *priv = container_of(mn, struct gntdev_priv, mn); in mn_invl_range_start() 556 struct gntdev_priv *priv = container_of(mn, struct gntdev_priv, mn); in mn_release() 591 struct gntdev_priv *priv; in gntdev_open() 646 struct gntdev_priv *priv = flip->private_data; in gntdev_release() [all …]
|
D | gntdev-dmabuf.c | 44 struct gntdev_priv *priv; 317 static void dmabuf_exp_remove_map(struct gntdev_priv *priv, in dmabuf_exp_remove_map() 370 struct gntdev_priv *priv; 436 dmabuf_exp_alloc_backing_storage(struct gntdev_priv *priv, int dmabuf_flags, in dmabuf_exp_alloc_backing_storage() 462 static int dmabuf_exp_from_refs(struct gntdev_priv *priv, int flags, in dmabuf_exp_from_refs() 742 long gntdev_ioctl_dmabuf_exp_from_refs(struct gntdev_priv *priv, int use_ptemod, in gntdev_ioctl_dmabuf_exp_from_refs() 783 long gntdev_ioctl_dmabuf_exp_wait_released(struct gntdev_priv *priv, in gntdev_ioctl_dmabuf_exp_wait_released() 795 long gntdev_ioctl_dmabuf_imp_to_refs(struct gntdev_priv *priv, in gntdev_ioctl_dmabuf_imp_to_refs() 826 long gntdev_ioctl_dmabuf_imp_release(struct gntdev_priv *priv, in gntdev_ioctl_dmabuf_imp_release()
|