Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nordic/common/
Ddmm.c44 struct dmm_heap { struct
54 struct dmm_heap dmm_heaps[ARRAY_SIZE(dmm_regions)]; argument
57 static struct dmm_heap *dmm_heap_find(void *region) in dmm_heap_find()
59 struct dmm_heap *dh; in dmm_heap_find()
104 static size_t dmm_heap_start_get(struct dmm_heap *dh) in dmm_heap_start_get()
109 static size_t dmm_heap_size_get(struct dmm_heap *dh) in dmm_heap_size_get()
114 static void *dmm_buffer_alloc(struct dmm_heap *dh, size_t length) in dmm_buffer_alloc()
120 static void dmm_buffer_free(struct dmm_heap *dh, void *buffer) in dmm_buffer_free()
128 struct dmm_heap *dh; in dmm_buffer_out_prepare()
178 struct dmm_heap *dh; in dmm_buffer_out_release()
[all …]