Searched refs:cldma_lock (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/wwan/t7xx/ |
D | t7xx_hif_cldma.c | 216 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 …]
|
D | t7xx_hif_cldma.h | 106 spinlock_t cldma_lock; /* Protects CLDMA structure */ member
|