Lines Matching full:ocmem
3 * The On Chip Memory (OCMEM) allocator allows various clients to allocate
4 * memory from OCMEM based on performance, latency and power requirements.
28 struct ocmem;
38 struct ocmem *of_get_ocmem(struct device *dev);
39 struct ocmem_buf *ocmem_allocate(struct ocmem *ocmem, enum ocmem_client client,
41 void ocmem_free(struct ocmem *ocmem, enum ocmem_client client,
46 static inline struct ocmem *of_get_ocmem(struct device *dev)
51 static inline struct ocmem_buf *ocmem_allocate(struct ocmem *ocmem,
58 static inline void ocmem_free(struct ocmem *ocmem, enum ocmem_client client,