Lines Matching refs:obj
81 void tc_unattached_snk_entry(void *obj) in tc_unattached_snk_entry() argument
83 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_snk_entry()
97 void tc_unattached_snk_run(void *obj) in tc_unattached_snk_run() argument
99 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_snk_run()
114 void tc_attach_wait_snk_entry(void *obj) in tc_attach_wait_snk_entry() argument
116 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_snk_entry()
132 void tc_attach_wait_snk_run(void *obj) in tc_attach_wait_snk_run() argument
134 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_snk_run()
188 void tc_attach_wait_snk_exit(void *obj) in tc_attach_wait_snk_exit() argument
190 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_snk_exit()
198 void tc_attached_snk_entry(void *obj) in tc_attached_snk_entry() argument
200 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_snk_entry()
234 void tc_attached_snk_run(void *obj) in tc_attached_snk_run() argument
236 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_snk_run()
256 void tc_attached_snk_exit(void *obj) in tc_attached_snk_exit() argument
258 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_snk_exit()
278 void tc_cc_rd_entry(void *obj) in tc_cc_rd_entry() argument
280 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_cc_rd_entry()