| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_cmd_job.h | 24 struct fsm_msg; 101 void cmd_discard_msg_job(struct _cmd_obj *pcmd, struct fsm_msg *msg); 113 struct fsm_msg *msg);
|
| H A D | phl_fsm.h | 80 struct fsm_msg { struct 189 struct fsm_msg *phl_fsm_new_msg(struct fsm_obj *obj, u16 event); 190 enum rtw_phl_status phl_fsm_sent_msg(struct fsm_obj *obj, struct fsm_msg *msg); 211 int phl_fsm_enqueue_ext(struct fsm_main *fsm, struct fsm_msg *msg, u8 to_head); 212 struct fsm_msg *phl_fsm_dequeue_ext(struct fsm_main *fsm);
|
| H A D | phl_scan_fsm.c | 569 static void scan_free_req(struct scan_obj *pscan, struct fsm_msg *msg) in scan_free_req() 583 static void scan_free_msg(struct scan_obj *pscan, struct fsm_msg *msg) in scan_free_msg() 619 if (phl_fsm_sent_msg(pscan->fsm_obj, (struct fsm_msg *)obj) != in chk_pending_req() 621 scan_free_req(pscan, (struct fsm_msg *)obj); in chk_pending_req() 759 struct fsm_msg *msg; in handle_off_ch_cmd() 764 msg = (struct fsm_msg *)obj; in handle_off_ch_cmd() 1201 scan_free_req(pscan, (struct fsm_msg *)obj); in phl_scan_destory_obj() 1205 scan_free_msg(pscan, (struct fsm_msg *)obj); in phl_scan_destory_obj() 1233 struct fsm_msg *msg; in rtw_phl_scan_request() 1304 struct fsm_msg *msg, *msg_t; in rtw_phl_scan_del_request() [all …]
|
| H A D | phl_fsm.c | 291 static struct fsm_msg *fsm_dequeue_msg(struct fsm_main *fsm) in fsm_dequeue_msg() 294 struct fsm_msg *msg; in fsm_dequeue_msg() 300 msg = list_first_entry(&fsm->msg_queue.q, struct fsm_msg, list); in fsm_dequeue_msg() 327 int phl_fsm_enqueue_ext(struct fsm_main *fsm, struct fsm_msg *msg, u8 to_head) in phl_fsm_enqueue_ext() 346 struct fsm_msg *phl_fsm_dequeue_ext(struct fsm_main *fsm) in phl_fsm_dequeue_ext() 349 struct fsm_msg *msg; in phl_fsm_dequeue_ext() 355 msg = list_first_entry(&fsm->ext_queue.q, struct fsm_msg, list); in phl_fsm_dequeue_ext() 407 struct fsm_msg *msg; in fsm_remove_all_queuing_msg() 561 struct fsm_msg *phl_fsm_new_msg(struct fsm_obj *obj, u16 event) in phl_fsm_new_msg() 564 struct fsm_msg *msg = NULL; in phl_fsm_new_msg() [all …]
|
| H A D | phl_cmd_fsm.c | 98 struct fsm_msg *msg; in cmd_dequeue_job() 141 struct fsm_msg *msg; in cmd_add_wdog_event() 219 struct fsm_msg *msg; in cmd_req_pwr_st_hdl() 652 struct fsm_msg *msg) in phl_cmd_enqueue_and_wait_job() 699 struct fsm_msg *msg; in phl_cmd_complete_job() 760 struct fsm_msg *msg; in phl_fsm_cmd_stop()
|
| H A D | phl_cmd_job.c | 34 void cmd_discard_msg_job(struct _cmd_obj *pcmd, struct fsm_msg *msg) in cmd_discard_msg_job()
|
| H A D | phl_btc_fsm.c | 290 struct fsm_msg *msg; in phl_btc_start()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_cmd_job.h | 24 struct fsm_msg; 101 void cmd_discard_msg_job(struct _cmd_obj *pcmd, struct fsm_msg *msg); 113 struct fsm_msg *msg);
|
| H A D | phl_fsm.h | 80 struct fsm_msg { struct 189 struct fsm_msg *phl_fsm_new_msg(struct fsm_obj *obj, u16 event); 190 enum rtw_phl_status phl_fsm_sent_msg(struct fsm_obj *obj, struct fsm_msg *msg); 211 int phl_fsm_enqueue_ext(struct fsm_main *fsm, struct fsm_msg *msg, u8 to_head); 212 struct fsm_msg *phl_fsm_dequeue_ext(struct fsm_main *fsm);
|
| H A D | phl_scan_fsm.c | 569 static void scan_free_req(struct scan_obj *pscan, struct fsm_msg *msg) in scan_free_req() 583 static void scan_free_msg(struct scan_obj *pscan, struct fsm_msg *msg) in scan_free_msg() 619 if (phl_fsm_sent_msg(pscan->fsm_obj, (struct fsm_msg *)obj) != in chk_pending_req() 621 scan_free_req(pscan, (struct fsm_msg *)obj); in chk_pending_req() 759 struct fsm_msg *msg; in handle_off_ch_cmd() 764 msg = (struct fsm_msg *)obj; in handle_off_ch_cmd() 1201 scan_free_req(pscan, (struct fsm_msg *)obj); in phl_scan_destory_obj() 1205 scan_free_msg(pscan, (struct fsm_msg *)obj); in phl_scan_destory_obj() 1233 struct fsm_msg *msg; in rtw_phl_scan_request() 1304 struct fsm_msg *msg, *msg_t; in rtw_phl_scan_del_request() [all …]
|
| H A D | phl_fsm.c | 291 static struct fsm_msg *fsm_dequeue_msg(struct fsm_main *fsm) in fsm_dequeue_msg() 294 struct fsm_msg *msg; in fsm_dequeue_msg() 300 msg = list_first_entry(&fsm->msg_queue.q, struct fsm_msg, list); in fsm_dequeue_msg() 327 int phl_fsm_enqueue_ext(struct fsm_main *fsm, struct fsm_msg *msg, u8 to_head) in phl_fsm_enqueue_ext() 346 struct fsm_msg *phl_fsm_dequeue_ext(struct fsm_main *fsm) in phl_fsm_dequeue_ext() 349 struct fsm_msg *msg; in phl_fsm_dequeue_ext() 355 msg = list_first_entry(&fsm->ext_queue.q, struct fsm_msg, list); in phl_fsm_dequeue_ext() 407 struct fsm_msg *msg; in fsm_remove_all_queuing_msg() 561 struct fsm_msg *phl_fsm_new_msg(struct fsm_obj *obj, u16 event) in phl_fsm_new_msg() 564 struct fsm_msg *msg = NULL; in phl_fsm_new_msg() [all …]
|
| H A D | phl_cmd_fsm.c | 98 struct fsm_msg *msg; in cmd_dequeue_job() 141 struct fsm_msg *msg; in cmd_add_wdog_event() 219 struct fsm_msg *msg; in cmd_req_pwr_st_hdl() 652 struct fsm_msg *msg) in phl_cmd_enqueue_and_wait_job() 699 struct fsm_msg *msg; in phl_cmd_complete_job() 760 struct fsm_msg *msg; in phl_fsm_cmd_stop()
|
| H A D | phl_cmd_job.c | 34 void cmd_discard_msg_job(struct _cmd_obj *pcmd, struct fsm_msg *msg) in cmd_discard_msg_job()
|
| H A D | phl_btc_fsm.c | 290 struct fsm_msg *msg; in phl_btc_start()
|