Home
last modified time | relevance | path

Searched defs:dh (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/soc/nordic/common/
Ddmm.c59 struct dmm_heap *dh; in dmm_heap_find() local
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() local
178 struct dmm_heap *dh; in dmm_buffer_out_release() local
201 struct dmm_heap *dh; in dmm_buffer_in_prepare() local
248 struct dmm_heap *dh; in dmm_buffer_in_release() local
288 struct dmm_heap *dh; in dmm_init() local
/Zephyr-latest/kernel/
Ddevice.c154 device_handle_t dh = handles[i]; in device_visitor() local