Lines Matching refs:handle
59 struct ion_handle **handle)
71 *handle = data.handle;
76 struct ion_handle **handle, size_t *stride)
95 *handle = alloc_data.handle;
99 int ion_free(int fd, struct ion_handle *handle)
102 .handle = handle,
107 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
111 .handle = handle,
129 int ion_share(int fd, struct ion_handle *handle, int *share_fd)
133 .handle = handle,
146 int ion_import(int fd, int share_fd, struct ion_handle **handle)
154 *handle = data.handle;