Searched refs:dh (Results 1 – 4 of 4) sorted by relevance
59 struct dmm_heap *dh; in dmm_heap_find() local62 dh = &dmm_heaps_data.dmm_heaps[idx]; in dmm_heap_find()63 if (dh->region->dt_addr == (uintptr_t)region) { in dmm_heap_find()64 return dh; in dmm_heap_find()104 static size_t dmm_heap_start_get(struct dmm_heap *dh) in dmm_heap_start_get() argument106 return ROUND_UP(dh->region->dt_allc, dh->region->dt_align); in dmm_heap_start_get()109 static size_t dmm_heap_size_get(struct dmm_heap *dh) in dmm_heap_size_get() argument111 return (dh->region->dt_size - (dmm_heap_start_get(dh) - dh->region->dt_addr)); in dmm_heap_size_get()114 static void *dmm_buffer_alloc(struct dmm_heap *dh, size_t length) in dmm_buffer_alloc() argument116 length = ROUND_UP(length, dh->region->dt_align); in dmm_buffer_alloc()[all …]
154 device_handle_t dh = handles[i]; in device_visitor() local155 const struct device *rdev = device_from_handle(dh); in device_visitor()
173 dh DH electronics GmbH
1152 * :github:`16472` - tinycrypt ecc-dh and ecc-dsa should not select entropy generator