Home
last modified time | relevance | path

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

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_cldma.h174 void t7xx_cldma_hw_stop(struct t7xx_cldma_hw *hw_info, enum mtk_txrx tx_rx);
H A Dt7xx_hif_cldma.c647 t7xx_cldma_hw_stop(hw_info, MTK_RX); in t7xx_cldma_stop()
648 t7xx_cldma_hw_stop(hw_info, MTK_TX); in t7xx_cldma_stop()
1248 t7xx_cldma_hw_stop(hw_info, MTK_TX); in t7xx_cldma_hif_hw_init()
1249 t7xx_cldma_hw_stop(hw_info, MTK_RX); in t7xx_cldma_hif_hw_init()
H A Dt7xx_cldma.c273 void t7xx_cldma_hw_stop(struct t7xx_cldma_hw *hw_info, enum mtk_txrx tx_rx) in t7xx_cldma_hw_stop() function