Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/can/mscan/
H A Dmscan.c43 static enum can_state state_map[] = { enum
154 priv->can.state = state_map[max(MSCAN_STATE_RX(canrflg), in mscan_start()
287 return state_map[max(MSCAN_STATE_RX(canrflg), in get_new_state()
356 state_map[MSCAN_STATE_TX(canrflg)], in mscan_get_err_frame()
357 state_map[MSCAN_STATE_RX(canrflg)]); in mscan_get_err_frame()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhalbtc_action.c235 cx->state_map = BTC_WLINKING; in _update_btc_state_map()
238 cx->state_map = BTC_WSCAN_BSCAN; in _update_btc_state_map()
240 cx->state_map = BTC_WSCAN_BNOSCAN; in _update_btc_state_map()
243 cx->state_map = BTC_WBUSY_BSCAN; in _update_btc_state_map()
245 cx->state_map = BTC_WBUSY_BNOSCAN; in _update_btc_state_map()
247 cx->state_map = BTC_WIDLE; in _update_btc_state_map()
1334 switch(btc->cx.state_map) { in _action_bt_idle()
1418 switch(btc->cx.state_map) { in _action_bt_a2dp()
1465 switch(btc->cx.state_map) { in _action_bt_a2dpsink()
1494 switch(btc->cx.state_map) { in _action_bt_pan()
[all …]
H A Dhal_btc.c803 if (cx->state_map == BTC_WLINKING && in _run_coex()
889 btc->cx.state_map = r->cx_state_map; in _update_offload_runinfo()
H A Dhal_btc.h1248 u32 state_map; /* wl/bt combined state map */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhalbtc_action.c235 cx->state_map = BTC_WLINKING; in _update_btc_state_map()
238 cx->state_map = BTC_WSCAN_BSCAN; in _update_btc_state_map()
240 cx->state_map = BTC_WSCAN_BNOSCAN; in _update_btc_state_map()
243 cx->state_map = BTC_WBUSY_BSCAN; in _update_btc_state_map()
245 cx->state_map = BTC_WBUSY_BNOSCAN; in _update_btc_state_map()
247 cx->state_map = BTC_WIDLE; in _update_btc_state_map()
1334 switch(btc->cx.state_map) { in _action_bt_idle()
1418 switch(btc->cx.state_map) { in _action_bt_a2dp()
1465 switch(btc->cx.state_map) { in _action_bt_a2dpsink()
1494 switch(btc->cx.state_map) { in _action_bt_pan()
[all …]
H A Dhal_btc.c803 if (cx->state_map == BTC_WLINKING && in _run_coex()
889 btc->cx.state_map = r->cx_state_map; in _update_offload_runinfo()
H A Dhal_btc.h1253 u32 state_map; /* wl/bt combined state map */ member