Home
last modified time | relevance | path

Searched refs:single_ant_path (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c126 return rtlpriv->btcoexist.btc_info.single_ant_path; in rtl_get_hwpg_single_ant_path()
1307 u8 ant_num, chip_type, single_ant_path; in exhalbtc_bind_bt_coex_withadapter() local
1348 single_ant_path = rtl_get_hwpg_single_ant_path(rtlpriv); in exhalbtc_bind_bt_coex_withadapter()
1349 exhalbtc_set_single_ant_path(btcoexist, single_ant_path); in exhalbtc_bind_bt_coex_withadapter()
1925 u8 single_ant_path) in exhalbtc_set_single_ant_path() argument
1927 btcoexist->board_info.single_ant_path = single_ant_path; in exhalbtc_set_single_ant_path()
H A Dhalbtcoutsrc.h133 u8 single_ant_path; /* current used for 8723b only, 1=>s0, 0=>s1 */ member
793 u8 single_ant_path);
H A Dhalbtc8723b2ant.c3580 if (board_info->single_ant_path == 0) { in ex_btc8723b2ant_power_on_setting()
3583 } else if (board_info->single_ant_path == 1) { in ex_btc8723b2ant_power_on_setting()
3615 if (board_info->single_ant_path == 0) { in ex_btc8723b2ant_pre_load_firmware()
3616 } else if (board_info->single_ant_path == 1) { in ex_btc8723b2ant_pre_load_firmware()
H A Dhalbtc8723b1ant.c2401 if (board_info->single_ant_path == 0) { in ex_btc8723b1ant_power_on_setting()
2406 } else if (board_info->single_ant_path == 1) { in ex_btc8723b1ant_power_on_setting()
H A Dhalbtc8821a2ant.c3598 if (board_info->single_ant_path == 0) { in ex_btc8821a2ant_pre_load_firmware()
3599 } else if (board_info->single_ant_path == 1) { in ex_btc8821a2ant_pre_load_firmware()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dhw.c2676 rtlpriv->btcoexist.btc_info.single_ant_path = in rtl8723be_read_bt_coexist_info_from_hwpg()
2682 rtlpriv->btcoexist.btc_info.single_ant_path = ANT_MAIN; in rtl8723be_read_bt_coexist_info_from_hwpg()
2690 rtlpriv->btcoexist.btc_info.single_ant_path = in rtl8723be_read_bt_coexist_info_from_hwpg()
H A Dphy.c501 if (rtlpriv->btcoexist.btc_info.single_ant_path == 0) in _rtl8723be_phy_bb8723b_config_parafile()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2531 u8 single_ant_path; member