Searched refs:cldma_lock (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/wwan/t7xx/ |
D | t7xx_hif_cldma.c | 217 spin_lock_irqsave(&md_ctrl->cldma_lock, flags); in t7xx_cldma_gpd_rx_collect() 228 spin_unlock_irqrestore(&md_ctrl->cldma_lock, flags); in t7xx_cldma_gpd_rx_collect() 233 spin_unlock_irqrestore(&md_ctrl->cldma_lock, flags); in t7xx_cldma_gpd_rx_collect() 316 spin_lock_irqsave(&md_ctrl->cldma_lock, flags); in t7xx_cldma_txq_empty_hndl() 324 spin_unlock_irqrestore(&md_ctrl->cldma_lock, flags); in t7xx_cldma_txq_empty_hndl() 332 spin_unlock_irqrestore(&md_ctrl->cldma_lock, flags); in t7xx_cldma_txq_empty_hndl() 358 spin_lock_irqsave(&md_ctrl->cldma_lock, flags); in t7xx_cldma_tx_done() 364 spin_unlock_irqrestore(&md_ctrl->cldma_lock, flags); in t7xx_cldma_tx_done() 692 spin_lock_irqsave(&md_ctrl->cldma_lock, flags); in t7xx_cldma_reset() 696 spin_unlock_irqrestore(&md_ctrl->cldma_lock, flags); in t7xx_cldma_reset() [all …]
|
D | t7xx_hif_cldma.h | 96 spinlock_t cldma_lock; /* Protects CLDMA structure */ member
|