Searched refs:bt_info_hb2 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c3094 coex_stat->bt_info_c2h[rsp_source][5] == coex_stat->bt_info_hb2 &&
3105 coex_stat->bt_info_hb2 = coex_stat->bt_info_c2h[rsp_source][5];
3242 coex_stat->bt_opp_exist = ((coex_stat->bt_info_hb2 & BIT(0)) == BIT(0));
3243 if (coex_stat->bt_info_hb2 & BIT(1))
3246 coex_stat->bt_a2dp_active = (coex_stat->bt_info_hb2 & BIT(2)) == BIT(2);
3247 coex_stat->bt_slave = ((coex_stat->bt_info_hb2 & BIT(3)) == BIT(3));
3248 coex_stat->bt_hid_slot = (coex_stat->bt_info_hb2 & 0x30) >> 4;
3249 coex_stat->bt_hid_pair_num = (coex_stat->bt_info_hb2 & 0xc0) >> 6;
H A Dmain.h1478 u8 bt_info_hb2; member in struct:rtw_coex_stat

Completed in 190 milliseconds