Searched refs:afh_map (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
| H A D | halbtcoutsrc.c | 1171 u8 *afh_map) in halbtc_get_bt_afh_map_from_bt() argument 1176 u32 *afh_map_l = (u32 *)afh_map; in halbtc_get_bt_afh_map_from_bt() 1177 u32 *afh_map_m = (u32 *)(afh_map + 4); in halbtc_get_bt_afh_map_from_bt() 1178 u16 *afh_map_h = (u16 *)(afh_map + 8); in halbtc_get_bt_afh_map_from_bt()
|
| H A D | halbtcoutsrc.h | 735 u8 *afh_map);
|
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | coex.c | 1260 memcpy(&bt_linfo->afh_map[0], pafh_v2->afh_l, 4); in _update_bt_report() 1261 memcpy(&bt_linfo->afh_map[4], pafh_v2->afh_m, 4); in _update_bt_report() 1262 memcpy(&bt_linfo->afh_map[8], pafh_v2->afh_h, 2); in _update_bt_report() 1271 memcpy(&bt_linfo->afh_map[0], pafh_v7->afh_l, 4); in _update_bt_report() 1272 memcpy(&bt_linfo->afh_map[4], pafh_v7->afh_m, 4); in _update_bt_report() 1273 memcpy(&bt_linfo->afh_map[8], pafh_v7->afh_h, 2); in _update_bt_report() 1281 memcpy(&bt_linfo->afh_map[0], pafh_v1->afh_l, 4); in _update_bt_report() 1282 memcpy(&bt_linfo->afh_map[4], pafh_v1->afh_m, 4); in _update_bt_report() 1283 memcpy(&bt_linfo->afh_map[8], pafh_v1->afh_h, 2); in _update_bt_report() 8439 u8 *afh = bt_linfo->afh_map; in _show_bt_info()
|
| H A D | core.h | 1805 u8 afh_map[BTC_BT_AFH_GROUP]; member
|