Home
last modified time | relevance | path

Searched refs:ocmem_free (Results 1 – 3 of 3) sorted by relevance

/linux/include/soc/qcom/
H A Docmem.h41 void ocmem_free(struct ocmem *ocmem, enum ocmem_client client,
58 static inline void ocmem_free(struct ocmem *ocmem, enum ocmem_client client, in ocmem_free() function
/linux/drivers/soc/qcom/
H A Docmem.c267 void ocmem_free(struct ocmem *ocmem, enum ocmem_client client, in ocmem_free() function
292 EXPORT_SYMBOL_GPL(ocmem_free);
/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.c1079 ocmem_free(adreno_ocmem->ocmem, OCMEM_GRAPHICS, in adreno_gpu_ocmem_cleanup()