Searched refs:bt_linfo (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | coex.c | 1517 struct rtw89_btc_bt_link_info *bt_linfo = &bt->link_info; in _update_bt_report() local 1518 struct rtw89_btc_bt_a2dp_desc *a2dp = &bt_linfo->a2dp_desc; in _update_bt_report() 1605 memcpy(&bt_linfo->afh_map[0], pafh_v2->afh_l, 4); in _update_bt_report() 1606 memcpy(&bt_linfo->afh_map[4], pafh_v2->afh_m, 4); in _update_bt_report() 1607 memcpy(&bt_linfo->afh_map[8], pafh_v2->afh_h, 2); in _update_bt_report() 1610 memcpy(&bt_linfo->afh_map_le[0], pafh_v2->afh_le_a, 4); in _update_bt_report() 1611 memcpy(&bt_linfo->afh_map_le[4], pafh_v2->afh_le_b, 1); in _update_bt_report() 1616 memcpy(&bt_linfo->afh_map[0], pafh_v7->afh_l, 4); in _update_bt_report() 1617 memcpy(&bt_linfo->afh_map[4], pafh_v7->afh_m, 4); in _update_bt_report() 1618 memcpy(&bt_linfo->afh_map[8], pafh_v7->afh_h, 2); in _update_bt_report() [all …]
|