Searched refs:ctrl_txdma_ch (Results 1 – 4 of 4) sorted by relevance
1362 void (*ctrl_txdma_ch)(struct rtw89_dev *rtwdev, bool enable); member1915 return gen_def->ctrl_txdma_ch(rtwdev, enable); in rtw89_pci_ctrl_txdma_ch()
899 .ctrl_txdma_ch = rtw89_pci_ctrl_txdma_ch_be,
4711 .ctrl_txdma_ch = rtw89_pci_ctrl_txdma_ch_ax,4757 .ctrl_txdma_ch = rtw89_pci_ctrl_txdma_ch,
4856 void (*ctrl_txdma_ch)(struct rtw89_dev *rtwdev, bool enable); member7995 if (rtwdev->hci.ops->ctrl_txdma_ch) in rtw89_hci_ctrl_txdma_ch()7996 rtwdev->hci.ops->ctrl_txdma_ch(rtwdev, enable); in rtw89_hci_ctrl_txdma_ch()