Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c3298 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_BT); in _set_ant()
3306 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_WL); in _set_ant()
3311 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_WL); in _set_ant()
3315 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_BT); in _set_ant()
3319 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_WL); in _set_ant()
3343 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_WL); in _set_ant()
3348 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_WL); in _set_ant()
3354 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_WL); in _set_ant()
3359 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_WL); in _set_ant()
3364 rtw89_chip_cfg_ctrl_path(rtwdev, BTC_CTRL_BY_BT); in _set_ant()
H A Dcore.h5200 static inline void rtw89_chip_cfg_ctrl_path(struct rtw89_dev *rtwdev, bool wl) in rtw89_chip_cfg_ctrl_path() function