Searched refs:gntdev_priv (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/xen/ |
| H A D | gntdev-dmabuf.h | 15 struct gntdev_priv; 21 long gntdev_ioctl_dmabuf_exp_from_refs(struct gntdev_priv *priv, 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,
|
| H A D | gntdev-common.h | 23 struct gntdev_priv { struct 90 struct gntdev_grant_map *gntdev_alloc_map(struct gntdev_priv *priv, int count, 93 void gntdev_add_map(struct gntdev_priv *priv, struct gntdev_grant_map *add); 95 void gntdev_put_map(struct gntdev_priv *priv, struct gntdev_grant_map *map);
|
| H A D | gntdev.c | 88 static void gntdev_print_maps(struct gntdev_priv *priv, in gntdev_print_maps() 138 struct gntdev_grant_map *gntdev_alloc_map(struct gntdev_priv *priv, int count, in gntdev_alloc_map() 222 void gntdev_add_map(struct gntdev_priv *priv, struct gntdev_grant_map *add) in gntdev_add_map() 239 static struct gntdev_grant_map *gntdev_find_map_index(struct gntdev_priv *priv, in gntdev_find_map_index() 254 void gntdev_put_map(struct gntdev_priv *priv, struct gntdev_grant_map *map) in gntdev_put_map() 515 struct gntdev_priv *priv = file->private_data; in gntdev_vma_close() 582 struct gntdev_priv *priv; in gntdev_open() 615 struct gntdev_priv *priv = flip->private_data; in gntdev_release() 646 static long gntdev_ioctl_map_grant_ref(struct gntdev_priv *priv, in gntdev_ioctl_map_grant_ref() 681 static long gntdev_ioctl_unmap_grant_ref(struct gntdev_priv *priv, in gntdev_ioctl_unmap_grant_ref() [all …]
|
| H A D | gntdev-dmabuf.c | 39 struct gntdev_priv *priv; 317 static void dmabuf_exp_remove_map(struct gntdev_priv *priv, in dmabuf_exp_remove_map() 347 struct gntdev_priv *priv; 406 dmabuf_exp_alloc_backing_storage(struct gntdev_priv *priv, int dmabuf_flags, in dmabuf_exp_alloc_backing_storage() 427 static int dmabuf_exp_from_refs(struct gntdev_priv *priv, int flags, in dmabuf_exp_from_refs() 721 long gntdev_ioctl_dmabuf_exp_from_refs(struct gntdev_priv *priv, in gntdev_ioctl_dmabuf_exp_from_refs() 761 long gntdev_ioctl_dmabuf_exp_wait_released(struct gntdev_priv *priv, in gntdev_ioctl_dmabuf_exp_wait_released() 773 long gntdev_ioctl_dmabuf_imp_to_refs(struct gntdev_priv *priv, in gntdev_ioctl_dmabuf_imp_to_refs() 804 long gntdev_ioctl_dmabuf_imp_release(struct gntdev_priv *priv, in gntdev_ioctl_dmabuf_imp_release()
|