Searched refs:ctrl_txdma_ch (Results 1 – 2 of 2) sorted by relevance
3013 void (*ctrl_txdma_ch)(struct rtw89_dev *rtwdev, bool enable); member4560 if (rtwdev->hci.ops->ctrl_txdma_ch) in rtw89_hci_ctrl_txdma_ch()4561 rtwdev->hci.ops->ctrl_txdma_ch(rtwdev, enable); in rtw89_hci_ctrl_txdma_ch()
3825 .ctrl_txdma_ch = rtw89_pci_ctrl_txdma_ch_pcie,