Home
last modified time | relevance | path

Searched defs:fsm_root (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_fsm.c195 struct fsm_root { struct
196 _os_thread thread;
197 struct list_head list;
198 struct fsm_queue q_share_thd;
199 struct fsm_queue q_alone_thd;
200 struct phl_info_t *phl_info;
201 u8 gbl_seq;
203 _os_sema msg_ready;
205 u32 status; /* refer to enum FSM_ROOT_STATUS_FLAGS */
H A Dphl_struct.h312 void *fsm_root; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_fsm.c195 struct fsm_root { struct
196 _os_thread thread;
197 struct list_head list;
198 struct fsm_queue q_share_thd;
199 struct fsm_queue q_alone_thd;
200 struct phl_info_t *phl_info;
201 u8 gbl_seq;
203 _os_sema msg_ready;
205 u32 status; /* refer to enum FSM_ROOT_STATUS_FLAGS */
H A Dphl_struct.h317 void *fsm_root; member