Home
last modified time | relevance | path

Searched refs:submachine (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/usb/usb_c/
Dusbc_pe_src_states.c185 pe->submachine = SM_WAIT_FOR_TX; in pe_src_send_capabilities_entry()
197 switch (pe->submachine) { in pe_src_send_capabilities_run()
209 pe->submachine = SM_WAIT_FOR_RX; in pe_src_send_capabilities_run()
660 pe->submachine = SM_HARD_RESET_START; in pe_src_hard_reset_parent_entry()
668 switch (pe->submachine) { in pe_src_hard_reset_parent_run()
680 pe->submachine = SM_HARD_RESET_WAIT; in pe_src_hard_reset_parent_run()
Dusbc_pe_common.c895 pe->submachine = SM_WAIT_FOR_TX; in pe_get_sink_cap_entry()
910 switch (pe->submachine) { in pe_get_sink_cap_run()
915 pe->submachine = SM_WAIT_FOR_RX; in pe_get_sink_cap_run()
988 pe->submachine = PE_SOFT_RESET_RUN_SEND_ACCEPT_MSG; in pe_soft_reset_entry()
1000 switch (pe->submachine) { in pe_soft_reset_run()
1005 pe->submachine = PE_SOFT_RESET_RUN_SEND_ACCEPT_MSG_COMPLETE; in pe_soft_reset_run()
Dusbc_pe_common_internal.h211 uint32_t submachine; member