| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_coex.c | 1377 memcpy(p, btrtl_coex.afh_map, 10); in rtk_notify_afhmap_to_wifi() 1383 btrtl_coex.afh_map[kk]); in rtk_notify_afhmap_to_wifi() 1692 memcpy(btrtl_coex.afh_map, p + 4, 4); /* cmd_idx, length, piconet_id, mode */ in rtk_parse_vendor_mailbox_cmd_evt() 1700 memset(btrtl_coex.afh_map, 0, 10); in rtk_parse_vendor_mailbox_cmd_evt() 1707 memcpy(btrtl_coex.afh_map + 4, p + 4, 4); in rtk_parse_vendor_mailbox_cmd_evt() 1715 memset(btrtl_coex.afh_map, 0, 10); in rtk_parse_vendor_mailbox_cmd_evt() 1722 memcpy(btrtl_coex.afh_map + 8, p + 4, 2); in rtk_parse_vendor_mailbox_cmd_evt() 1724 memset(btrtl_coex.afh_map, 0, 10); in rtk_parse_vendor_mailbox_cmd_evt()
|
| H A D | rtk_coex.h | 269 uint8_t afh_map[10]; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | rtk_coex.c | 1377 memcpy(p, btrtl_coex.afh_map, 10); in rtk_notify_afhmap_to_wifi() 1383 btrtl_coex.afh_map[kk]); in rtk_notify_afhmap_to_wifi() 1692 memcpy(btrtl_coex.afh_map, p + 4, 4); /* cmd_idx, length, piconet_id, mode */ in rtk_parse_vendor_mailbox_cmd_evt() 1700 memset(btrtl_coex.afh_map, 0, 10); in rtk_parse_vendor_mailbox_cmd_evt() 1707 memcpy(btrtl_coex.afh_map + 4, p + 4, 4); in rtk_parse_vendor_mailbox_cmd_evt() 1715 memset(btrtl_coex.afh_map, 0, 10); in rtk_parse_vendor_mailbox_cmd_evt() 1722 memcpy(btrtl_coex.afh_map + 8, p + 4, 2); in rtk_parse_vendor_mailbox_cmd_evt() 1724 memset(btrtl_coex.afh_map, 0, 10); in rtk_parse_vendor_mailbox_cmd_evt()
|
| H A D | rtk_coex.h | 269 uint8_t afh_map[10]; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/ |
| H A D | halbtc_fw.c | 176 hal_mem_cpy(h, &bt_linfo->afh_map[0], pafh->afh_l, 4); in _update_bt_report() 177 hal_mem_cpy(h, &bt_linfo->afh_map[4], pafh->afh_m, 4); in _update_bt_report() 178 hal_mem_cpy(h, &bt_linfo->afh_map[8], pafh->afh_h, 2); in _update_bt_report()
|
| H A D | hal_btc.h | 1060 u8 afh_map[12]; member
|
| H A D | halbtc_dbg_cmd.c | 406 u8 *afh = bt_linfo->afh_map; in _show_bt_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/ |
| H A D | halbtc_fw.c | 176 hal_mem_cpy(h, &bt_linfo->afh_map[0], pafh->afh_l, 4); in _update_bt_report() 177 hal_mem_cpy(h, &bt_linfo->afh_map[4], pafh->afh_m, 4); in _update_bt_report() 178 hal_mem_cpy(h, &bt_linfo->afh_map[8], pafh->afh_h, 2); in _update_bt_report()
|
| H A D | hal_btc.h | 1055 u8 afh_map[12]; member
|
| H A D | halbtc_dbg_cmd.c | 406 u8 *afh = bt_linfo->afh_map; in _show_bt_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
| H A D | halbtcoutsrc.c | 1187 u8 *afh_map) in halbtc_get_bt_afh_map_from_bt() argument 1192 u32 *afh_map_l = (u32 *)afh_map; in halbtc_get_bt_afh_map_from_bt() 1193 u32 *afh_map_m = (u32 *)(afh_map + 4); in halbtc_get_bt_afh_map_from_bt() 1194 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);
|