Lines Matching refs:client
169 void ion_client_destroy(struct ion_client *client);
186 struct ion_handle *ion_alloc(struct ion_client *client, size_t len,
197 void ion_free(struct ion_client *client, struct ion_handle *handle);
215 int ion_phys(struct ion_client *client, struct ion_handle *handle,
226 struct sg_table *ion_sg_table(struct ion_client *client,
239 void *ion_map_kernel(struct ion_client *client, struct ion_handle *handle);
246 void ion_unmap_kernel(struct ion_client *client, struct ion_handle *handle);
253 int ion_share_dma_buf(struct ion_client *client, struct ion_handle *handle);
264 struct ion_handle *ion_import_dma_buf(struct ion_client *client, int fd);
276 int ion_handle_get_flags(struct ion_client *client, struct ion_handle *handle,
300 int ion_map_iommu(struct ion_client *client, struct ion_handle *handle,
321 int ion_handle_get_size(struct ion_client *client, struct ion_handle *handle,
335 void ion_unmap_iommu(struct ion_client *client, struct ion_handle *handle,
381 int msm_ion_do_cache_op(struct ion_client *client, struct ion_handle *handle,
402 static inline void ion_client_destroy(struct ion_client *client) { } in ion_client_destroy() argument
404 static inline struct ion_handle *ion_alloc(struct ion_client *client, in ion_alloc() argument
412 static inline void ion_free(struct ion_client *client, in ion_free() argument
416 static inline int ion_phys(struct ion_client *client, in ion_phys() argument
422 static inline struct sg_table *ion_sg_table(struct ion_client *client, in ion_sg_table() argument
428 static inline void *ion_map_kernel(struct ion_client *client, in ion_map_kernel() argument
434 static inline void ion_unmap_kernel(struct ion_client *client, in ion_unmap_kernel() argument
437 static inline int ion_share_dma_buf(struct ion_client *client, struct ion_handle *handle) in ion_share_dma_buf() argument
442 static inline struct ion_handle *ion_import_dma_buf(struct ion_client *client, int fd) in ion_import_dma_buf() argument
447 static inline int ion_handle_get_flags(struct ion_client *client, in ion_handle_get_flags() argument
453 static inline int ion_map_iommu(struct ion_client *client, in ion_map_iommu() argument
464 static inline void ion_unmap_iommu(struct ion_client *client, in ion_unmap_iommu() argument
484 static inline int msm_ion_do_cache_op(struct ion_client *client, in msm_ion_do_cache_op() argument