Home
last modified time | relevance | path

Searched refs:rtw89_chip_cfg_ctrl_path (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c4229 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_BT); in _set_ant_v0()
4237 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_WL); in _set_ant_v0()
4242 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_WL); in _set_ant_v0()
4246 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_BT); in _set_ant_v0()
4250 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_WL); in _set_ant_v0()
4274 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_WL); in _set_ant_v0()
4279 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_WL); in _set_ant_v0()
4285 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_WL); in _set_ant_v0()
4291 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_WL); in _set_ant_v0()
4296 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_BT); in _set_ant_v0()
H A Dcore.h6881 static inline void rtw89_chip_cfg_ctrl_path(struct rtw89_dev *rtwdev, bool wl) in rtw89_chip_cfg_ctrl_path() function