Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/usb/usb_c/
Dusbc_tc_src_states.c37 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_src_run()
73 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_wait_src_entry()
89 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_wait_src_run()
100 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_wait_src_exit()
124 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_src_entry()
134 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_src_run()
177 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_src_exit()
222 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_src_entry()
269 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_src_run()
301 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_src_exit()
[all …]
Dusbc_tc_snk_states.c24 struct tc_sm_t *tc = data->tc; in sink_power_sub_states()
83 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_snk_entry()
99 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_snk_run()
116 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_snk_entry()
134 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_snk_run()
190 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_snk_exit()
200 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_snk_entry()
233 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_snk_run()
255 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_snk_exit()
277 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_cc_rd_entry()
Dusbc_tc_common.c25 struct tc_sm_t *tc = data->tc; in tc_subsys_init()
41 struct tc_sm_t *tc = data->tc; in tc_run()
126 struct tc_sm_t *tc = data->tc; in tc_init()
185 struct tc_sm_t *tc = data->tc; in tc_set_state()
245 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_cc_open_entry()
290 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_error_recovery_entry()
303 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.c51 static struct tc_sm_t tc_##inst; \