Searched defs:fsm_obj (Results 1 – 12 of 12) sorted by relevance
177 struct fsm_obj { struct178 struct list_head list;179 u8 oid;180 u8 state;181 char name[FSM_NAME_LEN];182 struct fsm_clock clock[CLOCK_NUM];183 struct fsm_main *fsm;185 void *custom_obj;186 int custom_len; /* custom obj length */189 struct gbl_param my_gbl_req; /* my announcemnt to all */[all …]
31 struct fsm_obj *fsm_obj; member
22 struct fsm_obj *fsm_obj; member
161 struct fsm_obj *fsm_obj; member
38 struct fsm_obj *fsm_obj; member
104 struct fsm_obj *fsm_obj; member