Lines Matching defs:client
402 static inline void ion_client_destroy(struct ion_client *client) { } in ion_client_destroy()
404 static inline struct ion_handle *ion_alloc(struct ion_client *client, in ion_alloc()
412 static inline void ion_free(struct ion_client *client, in ion_free()
416 static inline int ion_phys(struct ion_client *client, in ion_phys()
422 static inline struct sg_table *ion_sg_table(struct ion_client *client, in ion_sg_table()
428 static inline void *ion_map_kernel(struct ion_client *client, in ion_map_kernel()
434 static inline void ion_unmap_kernel(struct ion_client *client, in ion_unmap_kernel()
437 static inline int ion_share_dma_buf(struct ion_client *client, struct ion_handle *handle) in ion_share_dma_buf()
442 static inline struct ion_handle *ion_import_dma_buf(struct ion_client *client, int fd) in ion_import_dma_buf()
447 static inline int ion_handle_get_flags(struct ion_client *client, in ion_handle_get_flags()
453 static inline int ion_map_iommu(struct ion_client *client, in ion_map_iommu()
464 static inline void ion_unmap_iommu(struct ion_client *client, in ion_unmap_iommu()
484 static inline int msm_ion_do_cache_op(struct ion_client *client, in msm_ion_do_cache_op()