Home
last modified time | relevance | path

Searched refs:t7xx_cldma_hw_stop_all_qs (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wwan/t7xx/
Dt7xx_cldma.h170 void t7xx_cldma_hw_stop_all_qs(struct t7xx_cldma_hw *hw_info, enum mtk_txrx tx_rx);
Dt7xx_hif_cldma.c642 t7xx_cldma_hw_stop_all_qs(hw_info, MTK_RX); in t7xx_cldma_stop()
644 t7xx_cldma_hw_stop_all_qs(hw_info, MTK_TX); in t7xx_cldma_stop()
839 t7xx_cldma_hw_stop_all_qs(hw_info, tx_rx); in t7xx_cldma_stop_all_qs()
1182 t7xx_cldma_hw_stop_all_qs(hw_info, MTK_RX); in t7xx_cldma_suspend_late()
1203 t7xx_cldma_hw_stop_all_qs(hw_info, MTK_TX); in t7xx_cldma_suspend()
Dt7xx_cldma.c264 void t7xx_cldma_hw_stop_all_qs(struct t7xx_cldma_hw *hw_info, enum mtk_txrx tx_rx) in t7xx_cldma_hw_stop_all_qs() function