Searched refs:btc_obj (Results 1 – 8 of 8) sorted by relevance
25 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);
20 struct btc_obj { struct70 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()
323 void *btc_obj; member
601 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()
328 void *btc_obj; member
609 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()