Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c4195 cx->state_map = BTC_WLINKING; in _update_btc_state_map()
4198 cx->state_map = BTC_WSCAN_BSCAN; in _update_btc_state_map()
4200 cx->state_map = BTC_WSCAN_BNOSCAN; in _update_btc_state_map()
4203 cx->state_map = BTC_WBUSY_BSCAN; in _update_btc_state_map()
4205 cx->state_map = BTC_WBUSY_BNOSCAN; in _update_btc_state_map()
4207 cx->state_map = BTC_WIDLE; in _update_btc_state_map()
5789 switch (btc->cx.state_map) { in _action_bt_idle()
5896 switch (btc->cx.state_map) { in _action_bt_a2dp()
5925 switch (btc->cx.state_map) { in _action_bt_a2dpsink()
5959 switch (btc->cx.state_map) { in _action_bt_pan()
[all …]
H A Dcore.h2771 u32 state_map; member