Searched refs:pbtc (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_btc_fsm.c | 70 struct btc_obj *pbtc = (struct btc_obj *)obj; in btc_idle_st_hdl() local 72 FSM_DBG(pbtc->fsm, "[BTC], %s, event : 0x%x\n", __func__, event); in btc_idle_st_hdl() 81 phl_fsm_state_goto(pbtc->fsm_obj, BTC_ST_SERVICE); in btc_idle_st_hdl() 95 struct btc_obj *pbtc = (struct btc_obj *)obj; in btc_service_st_hdl() local 96 struct phl_info_t *phl_info = pbtc->phl_info; in btc_service_st_hdl() 100 FSM_DBG(pbtc->fsm, "[BTC], %s, event : 0x%x\n", __func__, event); in btc_service_st_hdl() 111 pbtc->ntfy = param; in btc_service_st_hdl() 112 prinfo = &pbtc->ntfy->u.rinfo; in btc_service_st_hdl() 122 if (pbtc->ntfy->ntfy_cb) in btc_service_st_hdl() 123 pbtc->ntfy->ntfy_cb(pbtc->ntfy->priv, in btc_service_st_hdl() [all …]
|
| H A D | phl_btc_fsm.h | 33 void phl_btc_destory_obj(struct btc_obj *pbtc); 36 enum rtw_phl_status phl_btc_start(struct btc_obj *pbtc); 37 enum rtw_phl_status phl_btc_cancel(struct btc_obj *pbtc);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_btc_fsm.c | 70 struct btc_obj *pbtc = (struct btc_obj *)obj; in btc_idle_st_hdl() local 72 FSM_DBG(pbtc->fsm, "[BTC], %s, event : 0x%x\n", __func__, event); in btc_idle_st_hdl() 81 phl_fsm_state_goto(pbtc->fsm_obj, BTC_ST_SERVICE); in btc_idle_st_hdl() 95 struct btc_obj *pbtc = (struct btc_obj *)obj; in btc_service_st_hdl() local 96 struct phl_info_t *phl_info = pbtc->phl_info; in btc_service_st_hdl() 100 FSM_DBG(pbtc->fsm, "[BTC], %s, event : 0x%x\n", __func__, event); in btc_service_st_hdl() 111 pbtc->ntfy = param; in btc_service_st_hdl() 112 prinfo = &pbtc->ntfy->u.rinfo; in btc_service_st_hdl() 122 if (pbtc->ntfy->ntfy_cb) in btc_service_st_hdl() 123 pbtc->ntfy->ntfy_cb(pbtc->ntfy->priv, in btc_service_st_hdl() [all …]
|
| H A D | phl_btc_fsm.h | 33 void phl_btc_destory_obj(struct btc_obj *pbtc); 36 enum rtw_phl_status phl_btc_start(struct btc_obj *pbtc); 37 enum rtw_phl_status phl_btc_cancel(struct btc_obj *pbtc);
|