Searched refs:ch_mutex (Results 1 – 2 of 2) sorted by relevance
476 k_mutex_lock(&channel_cfg->ch_mutex, K_FOREVER); in dma_pl330_configure()478 k_mutex_unlock(&channel_cfg->ch_mutex); in dma_pl330_configure()482 k_mutex_unlock(&channel_cfg->ch_mutex); in dma_pl330_configure()534 k_mutex_lock(&channel_cfg->ch_mutex, K_FOREVER); in dma_pl330_transfer_start()536 k_mutex_unlock(&channel_cfg->ch_mutex); in dma_pl330_transfer_start()561 k_mutex_init(&channel_cfg->ch_mutex); in dma_pl330_initialize()
154 struct k_mutex ch_mutex; member