Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/usb_c/
Dusbc_pe_src_states.c89 pe_send_data_msg(dev, PD_PACKET_SOP, PD_DATA_SOURCE_CAP); in send_src_caps()
234 prl_set_rev(dev, PD_PACKET_SOP, in pe_src_send_capabilities_run()
309 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_ACCEPT); in pe_src_transition_supply_entry()
317 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_GOTO_MIN); in pe_src_transition_supply_entry()
356 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_PS_RDY); in pe_src_transition_supply_exit()
419 if (prl_get_rev(dev, PD_PACKET_SOP) > PD_REV20) { in pe_src_ready_run()
578 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_REJECT); in pe_src_capability_response_entry()
586 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_WAIT); in pe_src_capability_response_entry()
Dusbc_pe_common.c272 if (type != PD_PACKET_SOP) { in pe_soft_reset_is_required()
519 pe_send_data_msg(dev, PD_PACKET_SOP, PD_DATA_REQUEST); in pe_send_request_msg()
760 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_ACCEPT); in pe_drs_evaluate_swap_entry()
767 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_REJECT); in pe_drs_evaluate_swap_entry()
814 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_DR_SWAP); in pe_drs_send_swap_entry()
893 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_GET_SINK_CAP); in pe_get_sink_cap_entry()
921 if (prl_rx->emsg.type == PD_PACKET_SOP) { in pe_get_sink_cap_run()
940 pe_send_soft_reset(dev, PD_PACKET_SOP); in pe_get_sink_cap_run()
1003 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_ACCEPT); in pe_soft_reset_run()
1104 if (prl_get_rev(dev, PD_PACKET_SOP) > PD_REV20) { in pe_send_not_supported_entry()
[all …]
Dusbc_pe_snk_states.c209 prl_set_rev(dev, PD_PACKET_SOP, MIN(PD_REV30, header.specification_revision)); in pe_snk_evaluate_capability_entry()
259 pe_send_soft_reset(dev, PD_PACKET_SOP); in pe_snk_select_capability_run()
440 if (prl_get_rev(dev, PD_PACKET_SOP) > PD_REV20) { in pe_snk_ready_run()
639 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_GET_SOURCE_CAP); in pe_snk_get_source_cap_entry()
688 pe_send_data_msg(dev, PD_PACKET_SOP, PD_DATA_SINK_CAP); in pe_snk_give_sink_cap_entry()
Dusbc_prl.c232 data->rev[PD_PACKET_SOP] = PD_REV30; in prl_set_default_pd_revision()
453 const bool is_sop_packet = prl_tx->emsg.type == PD_PACKET_SOP; in get_sop_star_header()
554 prl_tx->last_xmit_type = PD_PACKET_SOP; in prl_init()
625 if (data->rev[PD_PACKET_SOP] == PD_REV30 && pe_dpm_initiated_ams(dev)) { in prl_tx_wait_for_message_request_run()
1203 if (pkt_type != PD_PACKET_SOP && power_role == PD_PLUG_FROM_DFP_UFP) { in prl_rx_wait_for_phy_message()
1247 if (pkt_type == PD_PACKET_SOP) { in prl_rx_wait_for_phy_message()
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_pd.h875 PD_PACKET_SOP = 0, enumerator
/Zephyr-latest/drivers/usb_c/tcpc/
Ducpd_stm32.c958 if (tx_type == PD_PACKET_SOP) { in ucpd_send_good_crc()
1215 type == PD_PACKET_SOP)) { in ucpd_isr()