Home | History | Annotate | Download | only in linux

Lines Matching full:handle

203  * ion_handle_get_flags - get the flags for a given handle
205 * @client - client who allocated the handle
206 * @handle - handle to get the flags
209 * Gets the current flags for a handle. These flags indicate various options
212 int ion_handle_get_flags(struct ion_client *client, struct ion_handle *handle,
217 * ion_map_iommu - map the given handle into an iommu
219 * @client - client who allocated the handle
220 * @handle - handle to map
225 * greater than the handle length, the remaining
232 * Maps the handle into the iova space specified via domain number. Iova
236 int ion_map_iommu(struct ion_client *client, struct ion_handle *handle,
244 * ion_handle_get_size - get the allocated size of a given handle
246 * @client - client who allocated the handle
247 * @handle - handle to get the size
250 * gives the allocated size of a handle. returns 0 on success, negative
257 int ion_handle_get_size(struct ion_client *client, struct ion_handle *handle,
261 * ion_unmap_iommu - unmap the handle from an iommu
263 * @client - client who allocated the handle
264 * @handle - handle to unmap
271 void ion_unmap_iommu(struct ion_client *client, struct ion_handle *handle,
307 * @handle - pointer to buffer handle.
317 int msm_ion_do_cache_op(struct ion_client *client, struct ion_handle *handle,
368 * @handle - buffer to secure
372 int msm_ion_secure_buffer(struct ion_client *client, struct ion_handle *handle,
379 * @handle - buffer to secure
382 struct ion_handle *handle);
391 struct ion_handle *handle, int domain_num,
402 struct ion_handle *handle, unsigned long *size)
408 struct ion_handle *handle, int domain_num,
432 struct ion_handle *handle, void *vaddr,
461 struct ion_handle *handle,
469 struct ion_handle *handle)
479 * @handle: handle with data to flush
482 * @offset: offset into the handle to flush
483 * @length: length of handle to flush
485 * Performs cache operations on the handle. If p is the start address
486 * of the handle, p + offset through p + offset + length will have
490 struct ion_handle *handle;
502 * Clean the caches of the handle specified.
509 * Invalidate the caches of the handle specified.
516 * Clean and invalidate the caches of the handle specified.