Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wwan/t7xx/
Dt7xx_hif_cldma.c216 spin_lock_irqsave(&md_ctrl->cldma_lock, flags); in t7xx_cldma_gpd_rx_collect()
227 spin_unlock_irqrestore(&md_ctrl->cldma_lock, flags); in t7xx_cldma_gpd_rx_collect()
232 spin_unlock_irqrestore(&md_ctrl->cldma_lock, flags); in t7xx_cldma_gpd_rx_collect()
315 spin_lock_irqsave(&md_ctrl->cldma_lock, flags); in t7xx_cldma_txq_empty_hndl()
323 spin_unlock_irqrestore(&md_ctrl->cldma_lock, flags); in t7xx_cldma_txq_empty_hndl()
331 spin_unlock_irqrestore(&md_ctrl->cldma_lock, flags); in t7xx_cldma_txq_empty_hndl()
357 spin_lock_irqsave(&md_ctrl->cldma_lock, flags); in t7xx_cldma_tx_done()
363 spin_unlock_irqrestore(&md_ctrl->cldma_lock, flags); in t7xx_cldma_tx_done()
691 spin_lock_irqsave(&md_ctrl->cldma_lock, flags); in t7xx_cldma_reset()
695 spin_unlock_irqrestore(&md_ctrl->cldma_lock, flags); in t7xx_cldma_reset()
[all …]
Dt7xx_hif_cldma.h106 spinlock_t cldma_lock; /* Protects CLDMA structure */ member