Searched refs:afh_map (Results 1 – 4 of 4) sorted by relevance
1171 u8 *afh_map) in halbtc_get_bt_afh_map_from_bt() argument1176 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()
735 u8 *afh_map);
816 memcpy(&bt_linfo->afh_map[0], pafh->afh_l, 4); in _update_bt_report()817 memcpy(&bt_linfo->afh_map[4], pafh->afh_m, 4); in _update_bt_report()818 memcpy(&bt_linfo->afh_map[8], pafh->afh_h, 2); in _update_bt_report()5717 u8 *afh = bt_linfo->afh_map; in _show_bt_info()
1251 u8 afh_map[BTC_BT_AFH_GROUP]; member