Home
last modified time | relevance | path

Searched refs:profile_map (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c1488 u8 profile_map = 0; in rtw_coex_algorithm() local
1491 profile_map |= BPM_HFP; in rtw_coex_algorithm()
1493 profile_map |= BPM_HID; in rtw_coex_algorithm()
1495 profile_map |= BPM_A2DP; in rtw_coex_algorithm()
1497 profile_map |= BPM_PAN; in rtw_coex_algorithm()
1499 switch (profile_map) { in rtw_coex_algorithm()
1545 rtw_coex_get_bt_profile_string(profile_map), in rtw_coex_algorithm()
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c5288 u8 profile_map = 0; in _action_by_bt() local
5296 profile_map |= BTC_BT_HFP; in _action_by_bt()
5299 profile_map |= BTC_BT_HID; in _action_by_bt()
5302 profile_map |= BTC_BT_A2DP; in _action_by_bt()
5305 profile_map |= BTC_BT_PAN; in _action_by_bt()
5307 switch (profile_map) { in _action_by_bt()