Searched refs:phl_fsm_sent_msg (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_fsm.h | 190 enum rtw_phl_status phl_fsm_sent_msg(struct fsm_obj *obj, struct fsm_msg *msg);
|
| H A D | phl_btc_fsm.c | 306 if (phl_fsm_sent_msg(pbtc->fsm_obj, msg) != RTW_PHL_STATUS_SUCCESS) { in phl_btc_start()
|
| H A D | phl_fsm.c | 592 enum rtw_phl_status phl_fsm_sent_msg(struct fsm_obj *obj, struct fsm_msg *msg) in phl_fsm_sent_msg() function 1300 rtn = phl_fsm_sent_msg(obj, msg); in phl_fsm_cancel_obj() 1521 rtn = phl_fsm_sent_msg(obj, msg); in phl_fsm_gen_msg() 2152 if (phl_fsm_sent_msg(obj, msg) != RTW_PHL_STATUS_SUCCESS) in phl_fsm_dbg()
|
| H A D | phl_cmd_fsm.c | 104 if (phl_fsm_sent_msg(pcmd->fsm_obj, msg) != RTW_PHL_STATUS_SUCCESS) { in cmd_dequeue_job()
|
| H A D | phl_scan_fsm.c | 619 if (phl_fsm_sent_msg(pscan->fsm_obj, (struct fsm_msg *)obj) != in chk_pending_req()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_fsm.h | 190 enum rtw_phl_status phl_fsm_sent_msg(struct fsm_obj *obj, struct fsm_msg *msg);
|
| H A D | phl_btc_fsm.c | 306 if (phl_fsm_sent_msg(pbtc->fsm_obj, msg) != RTW_PHL_STATUS_SUCCESS) { in phl_btc_start()
|
| H A D | phl_fsm.c | 592 enum rtw_phl_status phl_fsm_sent_msg(struct fsm_obj *obj, struct fsm_msg *msg) in phl_fsm_sent_msg() function 1300 rtn = phl_fsm_sent_msg(obj, msg); in phl_fsm_cancel_obj() 1521 rtn = phl_fsm_sent_msg(obj, msg); in phl_fsm_gen_msg() 2152 if (phl_fsm_sent_msg(obj, msg) != RTW_PHL_STATUS_SUCCESS) in phl_fsm_dbg()
|
| H A D | phl_cmd_fsm.c | 104 if (phl_fsm_sent_msg(pcmd->fsm_obj, msg) != RTW_PHL_STATUS_SUCCESS) { in cmd_dequeue_job()
|
| H A D | phl_scan_fsm.c | 619 if (phl_fsm_sent_msg(pscan->fsm_obj, (struct fsm_msg *)obj) != in chk_pending_req()
|