Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/drivers/soc/qcom/
H A Docmem.c272 void ocmem_free(struct ocmem *ocmem, enum ocmem_client client, in ocmem_free() function
297 EXPORT_SYMBOL(ocmem_free);
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.c1048 ocmem_free(adreno_ocmem->ocmem, OCMEM_GRAPHICS, in adreno_gpu_ocmem_cleanup()