Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dcoex.c2250 cx->state_map = BTC_WLINKING; in _update_btc_state_map()
2253 cx->state_map = BTC_WSCAN_BSCAN; in _update_btc_state_map()
2262 cx->state_map = BTC_WIDLE; in _update_btc_state_map()
3436 switch (btc->cx.state_map) { in _action_bt_idle()
3539 switch (btc->cx.state_map) { in _action_bt_a2dp()
3581 switch (btc->cx.state_map) { in _action_bt_a2dpsink()
3609 switch (btc->cx.state_map) { in _action_bt_pan()
3640 switch (btc->cx.state_map) { in _action_bt_a2dp_hid()
3681 switch (btc->cx.state_map) { in _action_bt_a2dp_pan()
3709 switch (btc->cx.state_map) { in _action_bt_pan_hid()
[all …]
H A Dcore.h1764 u32 state_map; member