Searched refs:reg_size (Results 1 – 1 of 1) sorted by relevance
87 uint *reg_size; //[n_ch] Total allocated size of registry[n_ch] member123 el->reg_size = (uint*)bs_calloc(n_ch, sizeof(uint)); in nhw_dppi_init()159 free(nhw_dppi_st[i].reg_size); in nhw_dppi_free()160 nhw_dppi_st[i].reg_size = NULL; in nhw_dppi_free()259 if (this->reg_used[ch_n] >= this->reg_size[ch_n]) { in nhw_dppi_channel_subscribe()260 this->reg_size[ch_n] += DPPI_ALLOC_CHUNK_SIZE; in nhw_dppi_channel_subscribe()262 this->reg_size[ch_n] * sizeof(struct dppi_registry_el)); in nhw_dppi_channel_subscribe()