Searched refs:single_ant_path (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/ |
D | halbtcoutsrc.c | 151 return rtlpriv->btcoexist.btc_info.single_ant_path; in rtl_get_hwpg_single_ant_path() 1290 u8 ant_num = 2, chip_type, single_ant_path = 0; in exhalbtc_bind_bt_coex_withadapter() local 1331 single_ant_path = rtl_get_hwpg_single_ant_path(rtlpriv); in exhalbtc_bind_bt_coex_withadapter() 1332 exhalbtc_set_single_ant_path(btcoexist, single_ant_path); in exhalbtc_bind_bt_coex_withadapter() 1804 u8 single_ant_path) in exhalbtc_set_single_ant_path() argument 1806 btcoexist->board_info.single_ant_path = single_ant_path; in exhalbtc_set_single_ant_path()
|
D | halbtcoutsrc.h | 147 u8 single_ant_path; /* current used for 8723b only, 1=>s0, 0=>s1 */ member 752 u8 single_ant_path);
|
D | halbtc8822b2ant.c | 4002 if (board_info->single_ant_path == 0) { in ex_btc8822b2ant_pre_load_firmware() 4003 } else if (board_info->single_ant_path == 1) { in ex_btc8822b2ant_pre_load_firmware()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtcoutsrc.c | 161 return rtlpriv->btcoexist.btc_info.single_ant_path; in rtl_get_hwpg_single_ant_path() 1353 u8 ant_num = 2, chip_type, single_ant_path = 0; in exhalbtc_bind_bt_coex_withadapter() local 1394 single_ant_path = rtl_get_hwpg_single_ant_path(rtlpriv); in exhalbtc_bind_bt_coex_withadapter() 1395 exhalbtc_set_single_ant_path(btcoexist, single_ant_path); in exhalbtc_bind_bt_coex_withadapter() 2000 u8 single_ant_path) in exhalbtc_set_single_ant_path() argument 2002 btcoexist->board_info.single_ant_path = single_ant_path; in exhalbtc_set_single_ant_path()
|
D | halbtcoutsrc.h | 154 u8 single_ant_path; /* current used for 8723b only, 1=>s0, 0=>s1 */ member 815 u8 single_ant_path);
|
D | halbtc8723b2ant.c | 3601 if (board_info->single_ant_path == 0) { in ex_btc8723b2ant_power_on_setting() 3604 } else if (board_info->single_ant_path == 1) { in ex_btc8723b2ant_power_on_setting() 3636 if (board_info->single_ant_path == 0) { in ex_btc8723b2ant_pre_load_firmware() 3637 } else if (board_info->single_ant_path == 1) { in ex_btc8723b2ant_pre_load_firmware()
|
D | halbtc8723b1ant.c | 2431 if (board_info->single_ant_path == 0) { in ex_btc8723b1ant_power_on_setting() 2436 } else if (board_info->single_ant_path == 1) { in ex_btc8723b1ant_power_on_setting()
|
D | halbtc8821a2ant.c | 3635 if (board_info->single_ant_path == 0) { in ex_btc8821a2ant_pre_load_firmware() 3636 } else if (board_info->single_ant_path == 1) { in ex_btc8821a2ant_pre_load_firmware()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | hw.c | 2701 rtlpriv->btcoexist.btc_info.single_ant_path = in rtl8723be_read_bt_coexist_info_from_hwpg() 2707 rtlpriv->btcoexist.btc_info.single_ant_path = ANT_MAIN; in rtl8723be_read_bt_coexist_info_from_hwpg() 2715 rtlpriv->btcoexist.btc_info.single_ant_path = in rtl8723be_read_bt_coexist_info_from_hwpg()
|
D | phy.c | 525 if (rtlpriv->btcoexist.btc_info.single_ant_path == 0) in _rtl8723be_phy_bb8723b_config_parafile()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 2627 u8 single_ant_path; member
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | wifi.h | 2577 u8 single_ant_path; member
|