Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma_priv.h49 …int pair_ref_counts[SOC_GDMA_PAIRS_PER_GROUP]; // reference count used to protect pair install/uni… member
Dgdma.c95 group->pair_ref_counts[pair->pair_id]++; // channel obtains a reference to pair in gdma_new_channel()
603 group->pair_ref_counts[pair_id]--; in gdma_release_pair_handle()
604 if (group->pair_ref_counts[pair_id] == 0) { in gdma_release_pair_handle()
641 group->pair_ref_counts[pair_id]++; in gdma_acquire_pair_handle()