Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/usb/usb_c/
Dusbc_pe_src_states.c182 pe->submachine = SM_WAIT_FOR_TX; in pe_src_send_capabilities_entry()
194 switch (pe->submachine) { in pe_src_send_capabilities_run()
206 pe->submachine = SM_WAIT_FOR_RX; in pe_src_send_capabilities_run()
635 pe->submachine = SM_HARD_RESET_START; in pe_src_hard_reset_parent_entry()
643 switch (pe->submachine) { in pe_src_hard_reset_parent_run()
655 pe->submachine = SM_HARD_RESET_WAIT; in pe_src_hard_reset_parent_run()
Dusbc_pe_common.c875 pe->submachine = SM_WAIT_FOR_TX; in pe_get_sink_cap_entry()
890 switch (pe->submachine) { in pe_get_sink_cap_run()
895 pe->submachine = SM_WAIT_FOR_RX; in pe_get_sink_cap_run()
974 pe->submachine = PE_SOFT_RESET_RUN_SEND_ACCEPT_MSG; in pe_soft_reset_entry()
986 switch (pe->submachine) { in pe_soft_reset_run()
991 pe->submachine = PE_SOFT_RESET_RUN_SEND_ACCEPT_MSG_COMPLETE; in pe_soft_reset_run()
Dusbc_pe_common_internal.h209 uint32_t submachine; member