Lines Matching refs:client
121 void ion_client_destroy(struct ion_client *client);
135 struct ion_handle *ion_alloc(struct ion_client *client, size_t len,
145 void ion_free(struct ion_client *client, struct ion_handle *handle);
163 int ion_phys(struct ion_client *client, struct ion_handle *handle,
174 void *ion_map_kernel(struct ion_client *client, struct ion_handle *handle);
181 void ion_unmap_kernel(struct ion_client *client, struct ion_handle *handle);
190 struct scatterlist *ion_map_dma(struct ion_client *client,
198 void ion_unmap_dma(struct ion_client *client, struct ion_handle *handle);
214 struct ion_buffer *ion_share(struct ion_client *client,
226 struct ion_handle *ion_import(struct ion_client *client,
240 struct ion_handle *ion_import_fd(struct ion_client *client, int fd);