| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
| H A D | rtl_btc.c | 79 return btcoexist->bt_info.lps_val; in rtl_btc_get_lps_val() 89 return btcoexist->bt_info.rpwm_val; in rtl_btc_get_rpwm_val() 99 return btcoexist->bt_info.bt_ctrl_lps; in rtl_btc_is_bt_ctrl_lps() 109 return btcoexist->bt_info.bt_lps_on; in rtl_btc_is_bt_lps_on() 124 *reject_agg = btcoexist->bt_info.reject_agg_pkt; in rtl_btc_get_ampdu_cfg() 126 *ctrl_agg_size = btcoexist->bt_info.bt_ctrl_agg_buf_size; in rtl_btc_get_ampdu_cfg() 128 *agg_size = btcoexist->bt_info.agg_buf_size; in rtl_btc_get_ampdu_cfg() 344 btcoexist->bt_info.bt_real_fw_ver = bt_real_fw_ver; in rtl_btc_btmpinfo_notify() 345 btcoexist->bt_info.bt_fw_ver = bt_fw_ver; in rtl_btc_btmpinfo_notify() 348 btcoexist->bt_info.afh_map_l = le32_to_cpu(*(__le32 *)data); in rtl_btc_btmpinfo_notify() [all …]
|
| H A D | halbtcoutsrc.c | 286 btcoexist->bt_info.bt_ctrl_lps = true; in halbtc_leave_lps() 287 btcoexist->bt_info.bt_lps_on = false; in halbtc_leave_lps() 308 btcoexist->bt_info.bt_ctrl_lps = true; in halbtc_enter_lps() 309 btcoexist->bt_info.bt_lps_on = true; in halbtc_enter_lps() 320 if (btcoexist->bt_info.bt_ctrl_lps) { in halbtc_normal_lps() 321 btcoexist->bt_info.bt_lps_on = false; in halbtc_normal_lps() 324 btcoexist->bt_info.bt_ctrl_lps = false; in halbtc_normal_lps() 332 if (btcoexist->bt_info.bt_ctrl_lps) { in halbtc_pre_normal_lps() 333 btcoexist->bt_info.bt_lps_on = false; in halbtc_pre_normal_lps() 341 if (btcoexist->bt_info.bt_ctrl_lps) in halbtc_post_normal_lps() [all …]
|
| H A D | halbtc8723b1ant.c | 2577 btcoexist->bt_info.lps_val, in ex_btc8723b1ant_display_coex_info() 2578 btcoexist->bt_info.rpwm_val); in ex_btc8723b1ant_display_coex_info() 2591 (btcoexist->bt_info.reject_agg_pkt ? "Yes" : "No"), in ex_btc8723b1ant_display_coex_info() 2592 (btcoexist->bt_info.bt_ctrl_buf_size ? "Yes" : "No"), in ex_btc8723b1ant_display_coex_info() 2593 btcoexist->bt_info.agg_buf_size); in ex_btc8723b1ant_display_coex_info() 2596 "Rate Mask", btcoexist->bt_info.ra_mask); in ex_btc8723b1ant_display_coex_info() 3078 u8 bt_info = 0; in ex_btc8723b1ant_bt_info_notify() local 3096 bt_info = tmp_buf[i]; in ex_btc8723b1ant_bt_info_notify() 3106 if (bt_info == 0xff) in ex_btc8723b1ant_bt_info_notify() 3197 if (bt_info & BT_INFO_8723B_1ANT_B_INQ_PAGE) in ex_btc8723b1ant_bt_info_notify() [all …]
|
| H A D | halbtc8821a1ant.c | 2233 btcoexist->bt_info.lps_val, in ex_btc8821a1ant_display_coex_info() 2234 btcoexist->bt_info.rpwm_val); in ex_btc8821a1ant_display_coex_info() 2247 (btcoexist->bt_info.reject_agg_pkt ? "Yes" : "No"), in ex_btc8821a1ant_display_coex_info() 2248 (btcoexist->bt_info.bt_ctrl_buf_size ? "Yes" : "No"), in ex_btc8821a1ant_display_coex_info() 2249 btcoexist->bt_info.agg_buf_size); in ex_btc8821a1ant_display_coex_info() 2251 btcoexist->bt_info.ra_mask); in ex_btc8821a1ant_display_coex_info() 2702 u8 bt_info = 0; in ex_btc8821a1ant_bt_info_notify() local 2724 bt_info = tmp_buf[i]; in ex_btc8821a1ant_bt_info_notify() 2788 if (bt_info & BT_INFO_8821A_1ANT_B_INQ_PAGE) in ex_btc8821a1ant_bt_info_notify() 2794 if (!(bt_info & BT_INFO_8821A_1ANT_B_CONNECTION)) { in ex_btc8821a1ant_bt_info_notify() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_mcc.c | 151 void _mcc_dump_bt_ino(struct rtw_phl_mcc_bt_info *bt_info) in _mcc_dump_bt_ino() argument 155 if (bt_info->bt_seg_num > seg_num) in _mcc_dump_bt_ino() 158 bt_info->bt_dur, bt_info->bt_seg_num, bt_info->bt_seg[0], in _mcc_dump_bt_ino() 159 bt_info->bt_seg[1], bt_info->add_bt_role); in _mcc_dump_bt_ino() 167 _mcc_dump_bt_ino(&minfo->bt_info); in _mcc_dump_mcc_info() 622 minfo->bt_info.bt_dur = (u16)rtw_hal_get_btc_req_slot(phl->hal); in _mcc_fill_bt_dur() 623 minfo->bt_info.bt_seg_num = 1; in _mcc_fill_bt_dur() 624 minfo->bt_info.bt_seg[0] = minfo->bt_info.bt_dur; in _mcc_fill_bt_dur() 626 minfo->bt_info.bt_dur); in _mcc_fill_bt_dur() 686 _os_mem_set(priv, &minfo->bt_info, 0, in _mcc_reset_minfo() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_mcc.c | 151 void _mcc_dump_bt_ino(struct rtw_phl_mcc_bt_info *bt_info) in _mcc_dump_bt_ino() argument 155 if (bt_info->bt_seg_num > seg_num) in _mcc_dump_bt_ino() 158 bt_info->bt_dur, bt_info->bt_seg_num, bt_info->bt_seg[0], in _mcc_dump_bt_ino() 159 bt_info->bt_seg[1], bt_info->add_bt_role); in _mcc_dump_bt_ino() 167 _mcc_dump_bt_ino(&minfo->bt_info); in _mcc_dump_mcc_info() 622 minfo->bt_info.bt_dur = (u16)rtw_hal_get_btc_req_slot(phl->hal); in _mcc_fill_bt_dur() 623 minfo->bt_info.bt_seg_num = 1; in _mcc_fill_bt_dur() 624 minfo->bt_info.bt_seg[0] = minfo->bt_info.bt_dur; in _mcc_fill_bt_dur() 626 minfo->bt_info.bt_dur); in _mcc_fill_bt_dur() 686 _os_mem_set(priv, &minfo->bt_info, 0, in _mcc_reset_minfo() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/ |
| H A D | hal_btcoex.c | 294 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_LeaveLps() 295 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_LeaveLps() 308 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_EnterLps() 309 pBtCoexist->bt_info.bt_lps_on = _TRUE; in halbtcoutsrc_EnterLps() 322 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_NormalLps() 323 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_NormalLps() 325 pBtCoexist->bt_info.bt_ctrl_lps = _FALSE; in halbtcoutsrc_NormalLps() 404 pBtCoexist->bt_info.bt_disable_low_pwr = bLowPwrDisable; in halbtcoutsrc_DisableLowPower() 432 if (pBtCoexist->bt_info.reject_agg_pkt) { in halbtcoutsrc_AggregationCheck() 434 pBtCoexist->bt_info.pre_reject_agg_pkt = pBtCoexist->bt_info.reject_agg_pkt; in halbtcoutsrc_AggregationCheck() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/ |
| H A D | hal_btcoex.c | 311 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_LeaveLps() 312 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_LeaveLps() 325 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_EnterLps() 326 pBtCoexist->bt_info.bt_lps_on = _TRUE; in halbtcoutsrc_EnterLps() 340 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_NormalLps() 341 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_NormalLps() 343 pBtCoexist->bt_info.bt_ctrl_lps = _FALSE; in halbtcoutsrc_NormalLps() 361 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_Pre_NormalLps() 362 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_Pre_NormalLps() 369 if (pBtCoexist->bt_info.bt_ctrl_lps) in halbtcoutsrc_Post_NormalLps() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/ |
| H A D | hal_btcoex.c | 308 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_LeaveLps() 309 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_LeaveLps() 322 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_EnterLps() 323 pBtCoexist->bt_info.bt_lps_on = _TRUE; in halbtcoutsrc_EnterLps() 337 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_NormalLps() 338 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_NormalLps() 340 pBtCoexist->bt_info.bt_ctrl_lps = _FALSE; in halbtcoutsrc_NormalLps() 358 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_Pre_NormalLps() 359 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_Pre_NormalLps() 366 if (pBtCoexist->bt_info.bt_ctrl_lps) in halbtcoutsrc_Post_NormalLps() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/ |
| H A D | hal_btcoex.c | 308 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_LeaveLps() 309 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_LeaveLps() 322 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_EnterLps() 323 pBtCoexist->bt_info.bt_lps_on = _TRUE; in halbtcoutsrc_EnterLps() 337 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_NormalLps() 338 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_NormalLps() 340 pBtCoexist->bt_info.bt_ctrl_lps = _FALSE; in halbtcoutsrc_NormalLps() 358 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_Pre_NormalLps() 359 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_Pre_NormalLps() 366 if (pBtCoexist->bt_info.bt_ctrl_lps) in halbtcoutsrc_Post_NormalLps() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/ |
| H A D | hal_btcoex.c | 308 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_LeaveLps() 309 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_LeaveLps() 322 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_EnterLps() 323 pBtCoexist->bt_info.bt_lps_on = _TRUE; in halbtcoutsrc_EnterLps() 337 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_NormalLps() 338 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_NormalLps() 340 pBtCoexist->bt_info.bt_ctrl_lps = _FALSE; in halbtcoutsrc_NormalLps() 358 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_Pre_NormalLps() 359 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_Pre_NormalLps() 366 if (pBtCoexist->bt_info.bt_ctrl_lps) in halbtcoutsrc_Post_NormalLps() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/ |
| H A D | hal_btcoex.c | 308 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_LeaveLps() 309 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_LeaveLps() 322 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_EnterLps() 323 pBtCoexist->bt_info.bt_lps_on = _TRUE; in halbtcoutsrc_EnterLps() 337 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_NormalLps() 338 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_NormalLps() 340 pBtCoexist->bt_info.bt_ctrl_lps = _FALSE; in halbtcoutsrc_NormalLps() 358 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_Pre_NormalLps() 359 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_Pre_NormalLps() 366 if (pBtCoexist->bt_info.bt_ctrl_lps) in halbtcoutsrc_Post_NormalLps() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/ |
| H A D | hal_btcoex.c | 309 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_LeaveLps() 310 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_LeaveLps() 323 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_EnterLps() 324 pBtCoexist->bt_info.bt_lps_on = _TRUE; in halbtcoutsrc_EnterLps() 338 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_NormalLps() 339 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_NormalLps() 341 pBtCoexist->bt_info.bt_ctrl_lps = _FALSE; in halbtcoutsrc_NormalLps() 359 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_Pre_NormalLps() 360 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_Pre_NormalLps() 367 if (pBtCoexist->bt_info.bt_ctrl_lps) in halbtcoutsrc_Post_NormalLps() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/ |
| H A D | hal_btcoex.c | 308 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_LeaveLps() 309 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_LeaveLps() 322 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_EnterLps() 323 pBtCoexist->bt_info.bt_lps_on = _TRUE; in halbtcoutsrc_EnterLps() 337 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_NormalLps() 338 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_NormalLps() 340 pBtCoexist->bt_info.bt_ctrl_lps = _FALSE; in halbtcoutsrc_NormalLps() 358 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_Pre_NormalLps() 359 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_Pre_NormalLps() 366 if (pBtCoexist->bt_info.bt_ctrl_lps) in halbtcoutsrc_Post_NormalLps() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/ |
| H A D | hal_btcoex.c | 308 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_LeaveLps() 309 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_LeaveLps() 322 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_EnterLps() 323 pBtCoexist->bt_info.bt_lps_on = _TRUE; in halbtcoutsrc_EnterLps() 337 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_NormalLps() 338 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_NormalLps() 340 pBtCoexist->bt_info.bt_ctrl_lps = _FALSE; in halbtcoutsrc_NormalLps() 358 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_Pre_NormalLps() 359 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_Pre_NormalLps() 366 if (pBtCoexist->bt_info.bt_ctrl_lps) in halbtcoutsrc_Post_NormalLps() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/ |
| H A D | hal_btcoex.c | 309 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_LeaveLps() 310 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_LeaveLps() 323 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_EnterLps() 324 pBtCoexist->bt_info.bt_lps_on = _TRUE; in halbtcoutsrc_EnterLps() 338 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_NormalLps() 339 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_NormalLps() 341 pBtCoexist->bt_info.bt_ctrl_lps = _FALSE; in halbtcoutsrc_NormalLps() 359 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_Pre_NormalLps() 360 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_Pre_NormalLps() 367 if (pBtCoexist->bt_info.bt_ctrl_lps) in halbtcoutsrc_Post_NormalLps() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/ |
| H A D | hal_btcoex.c | 308 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_LeaveLps() 309 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_LeaveLps() 322 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_EnterLps() 323 pBtCoexist->bt_info.bt_lps_on = _TRUE; in halbtcoutsrc_EnterLps() 337 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_NormalLps() 338 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_NormalLps() 340 pBtCoexist->bt_info.bt_ctrl_lps = _FALSE; in halbtcoutsrc_NormalLps() 358 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_Pre_NormalLps() 359 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_Pre_NormalLps() 366 if (pBtCoexist->bt_info.bt_ctrl_lps) in halbtcoutsrc_Post_NormalLps() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/ |
| H A D | hal_btcoex.c | 307 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_LeaveLps() 308 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_LeaveLps() 321 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_EnterLps() 322 pBtCoexist->bt_info.bt_lps_on = _TRUE; in halbtcoutsrc_EnterLps() 336 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_NormalLps() 337 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_NormalLps() 339 pBtCoexist->bt_info.bt_ctrl_lps = _FALSE; in halbtcoutsrc_NormalLps() 357 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_Pre_NormalLps() 358 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_Pre_NormalLps() 365 if (pBtCoexist->bt_info.bt_ctrl_lps) in halbtcoutsrc_Post_NormalLps() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/ |
| H A D | hal_btcoex.c | 308 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_LeaveLps() 309 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_LeaveLps() 322 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_EnterLps() 323 pBtCoexist->bt_info.bt_lps_on = _TRUE; in halbtcoutsrc_EnterLps() 337 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_NormalLps() 338 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_NormalLps() 340 pBtCoexist->bt_info.bt_ctrl_lps = _FALSE; in halbtcoutsrc_NormalLps() 358 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_Pre_NormalLps() 359 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_Pre_NormalLps() 366 if (pBtCoexist->bt_info.bt_ctrl_lps) in halbtcoutsrc_Post_NormalLps() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/ |
| H A D | hal_btcoex.c | 308 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_LeaveLps() 309 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_LeaveLps() 322 pBtCoexist->bt_info.bt_ctrl_lps = _TRUE; in halbtcoutsrc_EnterLps() 323 pBtCoexist->bt_info.bt_lps_on = _TRUE; in halbtcoutsrc_EnterLps() 337 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_NormalLps() 338 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_NormalLps() 340 pBtCoexist->bt_info.bt_ctrl_lps = _FALSE; in halbtcoutsrc_NormalLps() 358 if (pBtCoexist->bt_info.bt_ctrl_lps) { in halbtcoutsrc_Pre_NormalLps() 359 pBtCoexist->bt_info.bt_lps_on = _FALSE; in halbtcoutsrc_Pre_NormalLps() 366 if (pBtCoexist->bt_info.bt_ctrl_lps) in halbtcoutsrc_Post_NormalLps() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_mcc.c | 43 struct rtw_phl_mcc_bt_info *bt_info) in _mcc_update_dbg_info() argument 47 if (bt_info->bt_dur > 0) { in _mcc_update_dbg_info() 295 struct rtw_phl_mcc_bt_info *bt_info) in _mcc_set_duration() argument 299 status = rtw_hal_mac_set_duration(hal, info, bt_info); in _mcc_set_duration() 303 _mcc_update_dbg_info(info, bt_info); in _mcc_set_duration() 387 struct rtw_phl_mcc_bt_info *bt_info, in rtw_hal_mcc_enable() argument 413 if (bt_info->bt_dur > 0) { in rtw_hal_mcc_enable()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_mcc.c | 43 struct rtw_phl_mcc_bt_info *bt_info) in _mcc_update_dbg_info() argument 47 if (bt_info->bt_dur > 0) { in _mcc_update_dbg_info() 295 struct rtw_phl_mcc_bt_info *bt_info) in _mcc_set_duration() argument 299 status = rtw_hal_mac_set_duration(hal, info, bt_info); in _mcc_set_duration() 303 _mcc_update_dbg_info(info, bt_info); in _mcc_set_duration() 387 struct rtw_phl_mcc_bt_info *bt_info, in rtw_hal_mcc_enable() argument 413 if (bt_info->bt_dur > 0) { in rtw_hal_mcc_enable()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | lib.c | 138 void bt_info(const char *format, ...) in bt_info() function 152 EXPORT_SYMBOL(bt_info);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/btc/ |
| H A D | halbtc8821a1ant.c | 2399 bt_patch_ver = btcoexist->bt_info.bt_get_fw_ver; in ex_halbtc8821a1ant_display_coex_info() 3049 u8 bt_info = 0; in ex_halbtc8821a1ant_bt_info_notify() local 3072 bt_info = tmp_buf[i]; in ex_halbtc8821a1ant_bt_info_notify() 3084 if (bt_info == 0xff) in ex_halbtc8821a1ant_bt_info_notify() 3155 if (bt_info & BT_INFO_8821A_1ANT_B_INQ_PAGE) in ex_halbtc8821a1ant_bt_info_notify() 3161 if (!(bt_info & BT_INFO_8821A_1ANT_B_CONNECTION)) { in ex_halbtc8821a1ant_bt_info_notify() 3169 if (bt_info & BT_INFO_8821A_1ANT_B_FTP) in ex_halbtc8821a1ant_bt_info_notify() 3173 if (bt_info & BT_INFO_8821A_1ANT_B_A2DP) in ex_halbtc8821a1ant_bt_info_notify() 3177 if (bt_info & BT_INFO_8821A_1ANT_B_HID) in ex_halbtc8821a1ant_bt_info_notify() 3181 if (bt_info & BT_INFO_8821A_1ANT_B_SCO_ESCO) in ex_halbtc8821a1ant_bt_info_notify() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/btc/ |
| H A D | halbtc8821a1ant.c | 2820 u8 bt_info = 0; in ex_halbtc8821a1ant_bt_info_notify() local 2843 bt_info = tmp_buf[i]; in ex_halbtc8821a1ant_bt_info_notify() 2855 if (bt_info == 0xff) in ex_halbtc8821a1ant_bt_info_notify() 2926 if (bt_info & BT_INFO_8821A_1ANT_B_INQ_PAGE) in ex_halbtc8821a1ant_bt_info_notify() 2932 if (!(bt_info & BT_INFO_8821A_1ANT_B_CONNECTION)) { in ex_halbtc8821a1ant_bt_info_notify() 2940 if (bt_info & BT_INFO_8821A_1ANT_B_FTP) in ex_halbtc8821a1ant_bt_info_notify() 2944 if (bt_info & BT_INFO_8821A_1ANT_B_A2DP) in ex_halbtc8821a1ant_bt_info_notify() 2948 if (bt_info & BT_INFO_8821A_1ANT_B_HID) in ex_halbtc8821a1ant_bt_info_notify() 2952 if (bt_info & BT_INFO_8821A_1ANT_B_SCO_ESCO) in ex_halbtc8821a1ant_bt_info_notify() 2960 bt_info = bt_info & in ex_halbtc8821a1ant_bt_info_notify() [all …]
|