Home
last modified time | relevance | path

Searched refs:btc_obj (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_btc_fsm.h25 struct btc_obj;
31 struct btc_obj *phl_btc_new_obj(struct fsm_main *fsm,
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);
H A Dphl_btc_fsm.c20 struct btc_obj { struct
70 struct btc_obj *pbtc = (struct btc_obj *)obj; in btc_idle_st_hdl()
95 struct btc_obj *pbtc = (struct btc_obj *)obj; in btc_service_st_hdl()
250 struct btc_obj *phl_btc_new_obj(struct fsm_main *fsm, in phl_btc_new_obj()
254 struct btc_obj *pbtc; in phl_btc_new_obj()
274 void phl_btc_destory_obj(struct btc_obj *pbtc) in phl_btc_destory_obj()
286 enum rtw_phl_status phl_btc_start(struct btc_obj *pbtc) in phl_btc_start()
317 enum rtw_phl_status phl_btc_cancel(struct btc_obj *pbtc) in phl_btc_cancel()
335 struct btc_obj *pbtc = phl_info->btc_obj; in rtw_phl_btc_notify()
H A Dphl_struct.h323 void *btc_obj; member
H A Dphl_init.c601 phl_info->btc_obj = phl_btc_new_obj(phl_info->btc_fsm, phl_info); in phl_btc_init()
602 if (phl_info->btc_obj == NULL) in phl_btc_init()
616 phl_btc_destory_obj(phl_info->btc_obj); in phl_btc_deinit()
617 phl_info->btc_obj = NULL; in phl_btc_deinit()
781 phl_status = phl_btc_start(phl_info->btc_obj); in phl_fsm_module_start()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_btc_fsm.h25 struct btc_obj;
31 struct btc_obj *phl_btc_new_obj(struct fsm_main *fsm,
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);
H A Dphl_btc_fsm.c20 struct btc_obj { struct
70 struct btc_obj *pbtc = (struct btc_obj *)obj; in btc_idle_st_hdl()
95 struct btc_obj *pbtc = (struct btc_obj *)obj; in btc_service_st_hdl()
250 struct btc_obj *phl_btc_new_obj(struct fsm_main *fsm, in phl_btc_new_obj()
254 struct btc_obj *pbtc; in phl_btc_new_obj()
274 void phl_btc_destory_obj(struct btc_obj *pbtc) in phl_btc_destory_obj()
286 enum rtw_phl_status phl_btc_start(struct btc_obj *pbtc) in phl_btc_start()
317 enum rtw_phl_status phl_btc_cancel(struct btc_obj *pbtc) in phl_btc_cancel()
335 struct btc_obj *pbtc = phl_info->btc_obj; in rtw_phl_btc_notify()
H A Dphl_struct.h328 void *btc_obj; member
H A Dphl_init.c609 phl_info->btc_obj = phl_btc_new_obj(phl_info->btc_fsm, phl_info); in phl_btc_init()
610 if (phl_info->btc_obj == NULL) in phl_btc_init()
624 phl_btc_destory_obj(phl_info->btc_obj); in phl_btc_deinit()
625 phl_info->btc_obj = NULL; in phl_btc_deinit()
789 phl_status = phl_btc_start(phl_info->btc_obj); in phl_fsm_module_start()