Home
last modified time | relevance | path

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

/openbmc/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.c649 t7xx_cldma_hw_stop(hw_info, MTK_RX); in t7xx_cldma_stop()
650 t7xx_cldma_hw_stop(hw_info, MTK_TX); in t7xx_cldma_stop()
1232 t7xx_cldma_hw_stop(hw_info, MTK_TX); in t7xx_cldma_hif_hw_init()
1233 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