Home
last modified time | relevance | path

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

/drivers/net/wireless/rtlwifi/rtl8723ae/
Dhal_btc.c33 static struct bt_coexist_8723 hal_coex_8723; variable
656 struct btdm_8723 *btdm_8723 = &hal_coex_8723.btdm; in rtl8723e_dm_bt_set_bt_dm()
931 counters = hal_coex_8723.high_priority_tx + in rtl8723e_dm_bt_tx_rx_couter_h()
932 hal_coex_8723.high_priority_rx; in rtl8723e_dm_bt_tx_rx_couter_h()
940 counters = hal_coex_8723.low_priority_tx + in rtl8723e_dm_bt_tx_rx_couter_l()
941 hal_coex_8723.low_priority_rx; in rtl8723e_dm_bt_tx_rx_couter_l()
1146 hal_coex_8723.bt_inq_page_start_time, bt_tx_rx_cnt_lvl); in rtl8723e_dm_bt_2_ant_hid_sco_esco()
1147 if ((hal_coex_8723.bt_inq_page_start_time) || in rtl8723e_dm_bt_2_ant_hid_sco_esco()
1359 hal_coex_8723.bt_inq_page_start_time, bt_tx_rx_cnt_lvl); in rtl8723e_dm_bt_2_ant_ftp_a2dp()
1361 if ((hal_coex_8723.bt_inq_page_start_time) || in rtl8723e_dm_bt_2_ant_ftp_a2dp()
[all …]
/drivers/net/wireless/rtlwifi/
Dwifi.h1469 struct bt_coexist_8723 hal_coex_8723; member