Home
last modified time | relevance | path

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

/linux/include/soc/qcom/
H A 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/drivers/soc/qcom/
H A Docmem.c162 static void update_range(struct ocmem *ocmem, struct ocmem_buf *buf, in update_range()
214 struct ocmem_buf *ocmem_allocate(struct ocmem *ocmem, enum ocmem_client client, in ocmem_allocate()
229 struct ocmem_buf *buf __free(kfree) = kzalloc_obj(*buf); in ocmem_allocate()
268 struct ocmem_buf *buf) in ocmem_free()