Home
last modified time | relevance | path

Searched refs:custom_obj (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_fsm.c185 void *custom_obj; member
401 return fsm->tb.state_tbl[obj->state].fsm_func(obj->custom_obj, in fsm_state_run()
784 _os_kmem_free(d, obj->custom_obj, obj->custom_len); in phl_fsm_deinit_fsm()
909 obj->custom_obj = _os_kmem_alloc(d, sz); in phl_fsm_new_obj()
911 if (obj->custom_obj == NULL) { in phl_fsm_new_obj()
915 _os_mem_set(d, obj->custom_obj, 0, sz); in phl_fsm_new_obj()
931 return obj->custom_obj; in phl_fsm_new_obj()
952 _os_kmem_free(d, obj->custom_obj, obj->custom_len); in phl_fsm_destory_obj()
1907 fsm->tb.dump_obj(obj->custom_obj, ptr, &len); in fsm_dbg_dump_obj()
2129 fsm->tb.debug(obj->custom_obj, &input[3], in phl_fsm_dbg()
H A Dphl_fsm.h131 void (*debug)(void *custom_obj, char input[][MAX_ARGV],
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_fsm.c185 void *custom_obj; member
401 return fsm->tb.state_tbl[obj->state].fsm_func(obj->custom_obj, in fsm_state_run()
784 _os_kmem_free(d, obj->custom_obj, obj->custom_len); in phl_fsm_deinit_fsm()
909 obj->custom_obj = _os_kmem_alloc(d, sz); in phl_fsm_new_obj()
911 if (obj->custom_obj == NULL) { in phl_fsm_new_obj()
915 _os_mem_set(d, obj->custom_obj, 0, sz); in phl_fsm_new_obj()
931 return obj->custom_obj; in phl_fsm_new_obj()
952 _os_kmem_free(d, obj->custom_obj, obj->custom_len); in phl_fsm_destory_obj()
1907 fsm->tb.dump_obj(obj->custom_obj, ptr, &len); in fsm_dbg_dump_obj()
2129 fsm->tb.debug(obj->custom_obj, &input[3], in phl_fsm_dbg()
H A Dphl_fsm.h131 void (*debug)(void *custom_obj, char input[][MAX_ARGV],