Home
last modified time | relevance | path

Searched refs:fsm_root (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_fsm.h30 struct fsm_root;
171 struct fsm_root *phl_fsm_init_root(void *phl_info);
172 void phl_fsm_deinit_root(struct fsm_root *root);
173 enum rtw_phl_status phl_fsm_start_root(struct fsm_root *root);
174 enum rtw_phl_status phl_fsm_stop_root(struct fsm_root *root);
177 struct fsm_main *phl_fsm_init_fsm(struct fsm_root *root,
H A Dphl_scan_fsm.h19 struct fsm_root;
23 struct fsm_main *phl_scan_new_fsm(struct fsm_root *fsm_m,
H A Dphl_btc_fsm.h23 struct fsm_root;
28 struct fsm_main *phl_btc_new_fsm(struct fsm_root *fsm_m,
H A Dphl_cmd_fsm.h24 struct fsm_root;
43 struct fsm_main *phl_cmd_new_fsm(struct fsm_root *fsm_m,
H A Dphl_fsm.c145 struct fsm_root *root;
195 struct fsm_root { struct
258 static struct fsm_main *fsm_dequeue_fsm(struct fsm_root *root, u8 fsm_mode)
503 struct fsm_root *root = (struct fsm_root *)param; in fsm_thread_share()
701 struct fsm_main *phl_fsm_init_fsm(struct fsm_root *root, const char *name, in phl_fsm_init_fsm()
1311 struct fsm_root *phl_fsm_init_root(void *priv) in phl_fsm_init_root()
1314 struct fsm_root *root; in phl_fsm_init_root()
1327 root = (struct fsm_root *)_os_kmem_alloc(d, sizeof(*root)); in phl_fsm_init_root()
1349 void phl_fsm_deinit_root(struct fsm_root *root) in phl_fsm_deinit_root()
1372 enum rtw_phl_status phl_fsm_start_root(struct fsm_root *root) in phl_fsm_start_root()
[all …]
H A Dphl_init.c540 phl_info->cmd_fsm = phl_cmd_new_fsm(phl_info->fsm_root, phl_info); in phl_cmd_init()
572 phl_info->ser_fsm = phl_ser_new_fsm(phl_info->fsm_root, phl_info); in phl_ser_init()
605 phl_info->btc_fsm = phl_btc_new_fsm(phl_info->fsm_root, phl_info); in phl_btc_init()
636 phl_info->scan_fsm = phl_scan_new_fsm(phl_info->fsm_root, phl_info); in phl_scan_init()
670 phl_info->snd_fsm = phl_sound_new_fsm(phl_info->fsm_root, phl_info); in phl_sound_init()
696 if (phl_info->fsm_root != NULL) in phl_fsm_init()
700 phl_info->fsm_root = phl_fsm_init_root(phl_info); in phl_fsm_init()
701 if (phl_info->fsm_root == NULL) in phl_fsm_init()
710 phl_fsm_deinit_root(phl_info->fsm_root); in phl_fsm_deinit()
711 phl_info->fsm_root = NULL; in phl_fsm_deinit()
[all …]
H A Dphl_ser_fsm.h18 struct fsm_main *phl_ser_new_fsm(struct fsm_root *root,
H A Dphl_sound_fsm.h74 struct fsm_main *phl_sound_new_fsm(struct fsm_root *root,
H A Dphl_struct.h317 void *fsm_root; member
H A Dphl_btc_fsm.c207 struct fsm_main *phl_btc_new_fsm(struct fsm_root *root, in phl_btc_new_fsm()
H A Dphl_cmd_fsm.c424 struct fsm_main *phl_cmd_new_fsm(struct fsm_root *root, in phl_cmd_new_fsm()
H A Dphl_sound_fsm.c609 struct fsm_main *phl_sound_new_fsm(struct fsm_root *root, in phl_sound_new_fsm()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_fsm.h30 struct fsm_root;
171 struct fsm_root *phl_fsm_init_root(void *phl_info);
172 void phl_fsm_deinit_root(struct fsm_root *root);
173 enum rtw_phl_status phl_fsm_start_root(struct fsm_root *root);
174 enum rtw_phl_status phl_fsm_stop_root(struct fsm_root *root);
177 struct fsm_main *phl_fsm_init_fsm(struct fsm_root *root,
H A Dphl_scan_fsm.h19 struct fsm_root;
23 struct fsm_main *phl_scan_new_fsm(struct fsm_root *fsm_m,
H A Dphl_btc_fsm.h23 struct fsm_root;
28 struct fsm_main *phl_btc_new_fsm(struct fsm_root *fsm_m,
H A Dphl_cmd_fsm.h24 struct fsm_root;
43 struct fsm_main *phl_cmd_new_fsm(struct fsm_root *fsm_m,
H A Dphl_fsm.c145 struct fsm_root *root;
195 struct fsm_root { struct
258 static struct fsm_main *fsm_dequeue_fsm(struct fsm_root *root, u8 fsm_mode)
503 struct fsm_root *root = (struct fsm_root *)param; in fsm_thread_share()
701 struct fsm_main *phl_fsm_init_fsm(struct fsm_root *root, const char *name, in phl_fsm_init_fsm()
1311 struct fsm_root *phl_fsm_init_root(void *priv) in phl_fsm_init_root()
1314 struct fsm_root *root; in phl_fsm_init_root()
1327 root = (struct fsm_root *)_os_kmem_alloc(d, sizeof(*root)); in phl_fsm_init_root()
1349 void phl_fsm_deinit_root(struct fsm_root *root) in phl_fsm_deinit_root()
1372 enum rtw_phl_status phl_fsm_start_root(struct fsm_root *root) in phl_fsm_start_root()
[all …]
H A Dphl_init.c532 phl_info->cmd_fsm = phl_cmd_new_fsm(phl_info->fsm_root, phl_info); in phl_cmd_init()
564 phl_info->ser_fsm = phl_ser_new_fsm(phl_info->fsm_root, phl_info); in phl_ser_init()
597 phl_info->btc_fsm = phl_btc_new_fsm(phl_info->fsm_root, phl_info); in phl_btc_init()
628 phl_info->scan_fsm = phl_scan_new_fsm(phl_info->fsm_root, phl_info); in phl_scan_init()
662 phl_info->snd_fsm = phl_sound_new_fsm(phl_info->fsm_root, phl_info); in phl_sound_init()
688 if (phl_info->fsm_root != NULL) in phl_fsm_init()
692 phl_info->fsm_root = phl_fsm_init_root(phl_info); in phl_fsm_init()
693 if (phl_info->fsm_root == NULL) in phl_fsm_init()
702 phl_fsm_deinit_root(phl_info->fsm_root); in phl_fsm_deinit()
703 phl_info->fsm_root = NULL; in phl_fsm_deinit()
[all …]
H A Dphl_ser_fsm.h18 struct fsm_main *phl_ser_new_fsm(struct fsm_root *root,
H A Dphl_sound_fsm.h74 struct fsm_main *phl_sound_new_fsm(struct fsm_root *root,
H A Dphl_struct.h312 void *fsm_root; member
H A Dphl_btc_fsm.c207 struct fsm_main *phl_btc_new_fsm(struct fsm_root *root, in phl_btc_new_fsm()
H A Dphl_cmd_fsm.c424 struct fsm_main *phl_cmd_new_fsm(struct fsm_root *root, in phl_cmd_new_fsm()
H A Dphl_sound_fsm.c609 struct fsm_main *phl_sound_new_fsm(struct fsm_root *root, in phl_sound_new_fsm()
H A Dphl_ser_fsm.c1121 struct fsm_main *phl_ser_new_fsm(struct fsm_root *root, in phl_ser_new_fsm()

12