Home
last modified time | relevance | path

Searched refs:gntdev_priv (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/xen/
Dgntdev-dmabuf.h15 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,
Dgntdev-common.h21 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);
Dgntdev.c80 static void gntdev_print_maps(struct gntdev_priv *priv, in gntdev_print_maps()
129 struct gntdev_grant_map *gntdev_alloc_map(struct gntdev_priv *priv, int count, in gntdev_alloc_map()
205 void gntdev_add_map(struct gntdev_priv *priv, struct gntdev_grant_map *add) in gntdev_add_map()
222 static struct gntdev_grant_map *gntdev_find_map_index(struct gntdev_priv *priv, in gntdev_find_map_index()
237 void gntdev_put_map(struct gntdev_priv *priv, struct gntdev_grant_map *map) in gntdev_put_map()
443 struct gntdev_priv *priv = file->private_data; in gntdev_vma_close()
521 struct gntdev_priv *priv = container_of(mn, struct gntdev_priv, mn); in mn_invl_range_start()
552 struct gntdev_priv *priv = container_of(mn, struct gntdev_priv, mn); in mn_release()
587 struct gntdev_priv *priv; in gntdev_open()
635 struct gntdev_priv *priv = flip->private_data; in gntdev_release()
[all …]
Dgntdev-dmabuf.c44 struct gntdev_priv *priv;
324 static void dmabuf_exp_remove_map(struct gntdev_priv *priv, in dmabuf_exp_remove_map()
377 struct gntdev_priv *priv;
444 dmabuf_exp_alloc_backing_storage(struct gntdev_priv *priv, int dmabuf_flags, in dmabuf_exp_alloc_backing_storage()
470 static int dmabuf_exp_from_refs(struct gntdev_priv *priv, int flags, in dmabuf_exp_from_refs()
758 long gntdev_ioctl_dmabuf_exp_from_refs(struct gntdev_priv *priv, int use_ptemod, in gntdev_ioctl_dmabuf_exp_from_refs()
799 long gntdev_ioctl_dmabuf_exp_wait_released(struct gntdev_priv *priv, in gntdev_ioctl_dmabuf_exp_wait_released()
811 long gntdev_ioctl_dmabuf_imp_to_refs(struct gntdev_priv *priv, in gntdev_ioctl_dmabuf_imp_to_refs()
842 long gntdev_ioctl_dmabuf_imp_release(struct gntdev_priv *priv, in gntdev_ioctl_dmabuf_imp_release()