Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c6753 if (leaudio.bis_exist) in _action_by_bt()
7943 b->link_cnt.now += leaudio->bis_exist; in _update_bt_link_cnt()
7946 if (leaudio->bis_exist || a2dp->sink) { in _update_bt_link_cnt()
7978 bool bt_56g = false, cis_exist, bis_exist; in _update_bt_leaudio_info() local
7998 bis_exist = u8_get_bits(src->bis_cis, RTW89_BTC_LEAU_INFO_L2_BIS_EX); in _update_bt_leaudio_info()
8005 __func__, bis_exist, bis_cnt, cis_exist, cis_cnt, src->rssi); in _update_bt_leaudio_info()
8007 if (!bis_exist && !cis_exist) in _update_bt_leaudio_info()
8011 leaudio->bis_exist = bis_exist; in _update_bt_leaudio_info()
8015 if (leaudio->bis_exist) in _update_bt_leaudio_info()
8030 leaudio->bis_exist_last = leaudio->bis_exist; in _update_bt_leaudio_info()
[all …]
H A Dcore.h2198 u32 bis_exist: 1; member
2264 u8 bis_exist: 1; member