Lines Matching refs:state_map
3021 cx->state_map = BTC_WLINKING; in _update_btc_state_map()
3024 cx->state_map = BTC_WSCAN_BSCAN; in _update_btc_state_map()
3026 cx->state_map = BTC_WSCAN_BNOSCAN; in _update_btc_state_map()
3029 cx->state_map = BTC_WBUSY_BSCAN; in _update_btc_state_map()
3031 cx->state_map = BTC_WBUSY_BNOSCAN; in _update_btc_state_map()
3033 cx->state_map = BTC_WIDLE; in _update_btc_state_map()
4453 switch (btc->cx.state_map) { in _action_bt_idle()
4559 switch (btc->cx.state_map) { in _action_bt_a2dp()
4601 switch (btc->cx.state_map) { in _action_bt_a2dpsink()
4629 switch (btc->cx.state_map) { in _action_bt_pan()
4660 switch (btc->cx.state_map) { in _action_bt_a2dp_hid()
4701 switch (btc->cx.state_map) { in _action_bt_a2dp_pan()
4729 switch (btc->cx.state_map) { in _action_bt_pan_hid()
4757 switch (btc->cx.state_map) { in _action_bt_a2dp_pan_hid()
6934 if (cx->state_map == BTC_WLINKING) { in _run_coex()