Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dcoex.c3228 cx->state_map = BTC_WLINKING; in _update_btc_state_map()
3231 cx->state_map = BTC_WSCAN_BSCAN; in _update_btc_state_map()
3233 cx->state_map = BTC_WSCAN_BNOSCAN; in _update_btc_state_map()
3236 cx->state_map = BTC_WBUSY_BSCAN; in _update_btc_state_map()
3238 cx->state_map = BTC_WBUSY_BNOSCAN; in _update_btc_state_map()
3240 cx->state_map = BTC_WIDLE; in _update_btc_state_map()
4792 switch (btc->cx.state_map) { in _action_bt_idle()
4899 switch (btc->cx.state_map) { in _action_bt_a2dp()
4928 switch (btc->cx.state_map) { in _action_bt_a2dpsink()
4962 switch (btc->cx.state_map) { in _action_bt_pan()
[all …]
H A Dcore.h2149 u32 state_map; member