Home
last modified time | relevance | path

Searched refs:tc_sm_t (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/subsys/usb/usb_c/
Dusbc_tc_src_states.c36 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_src_run()
72 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_wait_src_entry()
88 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_wait_src_run()
99 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_wait_src_exit()
123 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_src_entry()
133 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_src_run()
176 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_src_exit()
221 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_src_entry()
254 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_src_run()
286 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_src_exit()
[all …]
Dusbc_tc_snk_states.c23 struct tc_sm_t *tc = data->tc; in sink_power_sub_states()
90 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_snk_run()
107 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_snk_entry()
119 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_snk_run()
163 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_snk_exit()
173 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_snk_entry()
192 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_snk_run()
214 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_snk_exit()
226 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_cc_rd_entry()
Dusbc_tc_common.c24 struct tc_sm_t *tc = data->tc; in tc_subsys_init()
40 struct tc_sm_t *tc = data->tc; in tc_run()
106 struct tc_sm_t *tc = data->tc; in tc_init()
145 struct tc_sm_t *tc = data->tc; in tc_set_state()
195 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_cc_open_entry()
230 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_error_recovery_entry()
243 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_error_recovery_run()
Dusbc_tc_common_internal.h66 struct tc_sm_t { struct
Dusbc_stack.h68 struct tc_sm_t *tc;
Dusbc_stack.c46 static struct tc_sm_t tc_##inst; \