Searched refs:ctrl_nbtg_bt_tx (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8852b_common.h | 142 void (*ctrl_nbtg_bt_tx)(struct rtw89_dev *rtwdev, bool en, member 280 rtw8852bx_info.ctrl_nbtg_bt_tx(rtwdev, en, phy_idx); in rtw8852bx_ctrl_nbtg_bt_tx()
|
H A D | rtw8852bt.c | 679 .ctrl_nbtg_bt_tx = rtw8852bx_ctrl_nbtg_bt_tx,
|
H A D | rtw8852b.c | 745 .ctrl_nbtg_bt_tx = rtw8852bx_ctrl_nbtg_bt_tx,
|
H A D | core.h | 3624 void (*ctrl_nbtg_bt_tx)(struct rtw89_dev *rtwdev, bool en, member 6338 if (chip->ops->ctrl_nbtg_bt_tx) in rtw89_ctrl_nbtg_bt_tx() 6339 chip->ops->ctrl_nbtg_bt_tx(rtwdev, en, phy_idx); in rtw89_ctrl_nbtg_bt_tx()
|
H A D | rtw8852a.c | 2117 .ctrl_nbtg_bt_tx = rtw8852a_ctrl_nbtg_bt_tx,
|
H A D | rtw8852b_common.c | 2042 .ctrl_nbtg_bt_tx = __rtw8852bx_ctrl_nbtg_bt_tx,
|
H A D | rtw8851b.c | 2391 .ctrl_nbtg_bt_tx = rtw8851b_ctrl_nbtg_bt_tx,
|
H A D | rtw8852c.c | 2894 .ctrl_nbtg_bt_tx = rtw8852c_ctrl_nbtg_bt_tx,
|
H A D | rtw8922a.c | 2590 .ctrl_nbtg_bt_tx = rtw8922a_ctrl_nbtg_bt_tx,
|
H A D | coex.c | 4979 chip->ops->ctrl_nbtg_bt_tx(rtwdev, dm->wl_pre_agc, RTW89_PHY_0); in _set_wl_preagc_ctrl()
|