Home
last modified time | relevance | path

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

/Linux-v5.10/include/soc/qcom/
Docmem.h30 struct ocmem_buf { struct
39 struct ocmem_buf *ocmem_allocate(struct ocmem *ocmem, enum ocmem_client client, argument
42 struct ocmem_buf *buf);
51 static inline struct ocmem_buf *ocmem_allocate(struct ocmem *ocmem, in ocmem_allocate()
59 struct ocmem_buf *buf) in ocmem_free()
/Linux-v5.10/drivers/soc/qcom/
Docmem.c164 static void update_range(struct ocmem *ocmem, struct ocmem_buf *buf, in update_range()
209 struct ocmem_buf *ocmem_allocate(struct ocmem *ocmem, enum ocmem_client client, in ocmem_allocate()
212 struct ocmem_buf *buf; in ocmem_allocate()
266 struct ocmem_buf *buf) in ocmem_free()
/Linux-v5.10/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.c858 struct ocmem_buf *ocmem_hdl; in adreno_gpu_ocmem_init()