Searched refs:pe_send_soft_reset (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/usb/usb_c/ |
D | usbc_pe_snk_states.c | 259 pe_send_soft_reset(dev, PD_PACKET_SOP); in pe_snk_select_capability_run() 318 pe_send_soft_reset(dev, prl_rx->emsg.type); in pe_snk_select_capability_run() 475 pe_send_soft_reset(dev, prl_rx->emsg.type); in pe_snk_ready_run() 705 pe_send_soft_reset(dev, prl_rx->emsg.type); in pe_snk_give_sink_cap_run()
|
D | usbc_pe_common.c | 325 pe_send_soft_reset(dev, type); in pe_report_error() 470 void pe_send_soft_reset(const struct device *dev, const enum pd_packet_type type) in pe_send_soft_reset() function 799 pe_send_soft_reset(dev, prl_rx->emsg.type); in pe_drs_evaluate_swap_run() 940 pe_send_soft_reset(dev, PD_PACKET_SOP); in pe_get_sink_cap_run() 1223 pe_send_soft_reset(dev, PD_PACKET_SOP); in pe_sender_response_run()
|
D | usbc_pe_common_internal.h | 301 void pe_send_soft_reset(const struct device *dev, const enum pd_packet_type type);
|
D | usbc_pe_src_states.c | 457 pe_send_soft_reset(dev, prl_rx->emsg.type); in pe_src_ready_run()
|