Searched refs:PD_PACKET_SOP (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.4.0/subsys/usb/usb_c/ |
D | usbc_pe_src_states.c | 89 pe_send_data_msg(dev, PD_PACKET_SOP, PD_DATA_SOURCE_CAP); in send_src_caps() 231 prl_set_rev(dev, PD_PACKET_SOP, in pe_src_send_capabilities_run() 306 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_ACCEPT); in pe_src_transition_supply_entry() 314 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_GOTO_MIN); in pe_src_transition_supply_entry() 353 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_PS_RDY); in pe_src_transition_supply_exit() 553 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_REJECT); in pe_src_capability_response_entry() 561 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_WAIT); in pe_src_capability_response_entry()
|
D | usbc_pe_common.c | 258 if (type != PD_PACKET_SOP) { in pe_soft_reset_is_required() 499 pe_send_data_msg(dev, PD_PACKET_SOP, PD_DATA_REQUEST); in pe_send_request_msg() 740 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_ACCEPT); in pe_drs_evaluate_swap_entry() 747 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_REJECT); in pe_drs_evaluate_swap_entry() 794 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_DR_SWAP); in pe_drs_send_swap_entry() 873 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_GET_SINK_CAP); in pe_get_sink_cap_entry() 901 if (prl_rx->emsg.type == PD_PACKET_SOP) { in pe_get_sink_cap_run() 926 pe_send_soft_reset(dev, PD_PACKET_SOP); in pe_get_sink_cap_run() 989 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_ACCEPT); in pe_soft_reset_run() 1090 if (prl_get_rev(dev, PD_PACKET_SOP) > PD_REV20) { in pe_send_not_supported_entry() [all …]
|
D | usbc_pe_snk_states.c | 209 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() 630 pe_send_ctrl_msg(dev, PD_PACKET_SOP, PD_CTRL_GET_SOURCE_CAP); in pe_snk_get_source_cap_entry() 679 pe_send_data_msg(dev, PD_PACKET_SOP, PD_DATA_SINK_CAP); in pe_snk_give_sink_cap_entry()
|
D | usbc_prl.c | 232 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-Core-3.4.0/include/zephyr/drivers/usb_c/ |
D | usbc_pd.h | 875 PD_PACKET_SOP = 0, enumerator
|
/Zephyr-Core-3.4.0/drivers/usb_c/tcpc/ |
D | ucpd_stm32.c | 958 if (tx_type == PD_PACKET_SOP) { in ucpd_send_good_crc() 1235 type == PD_PACKET_SOP)) { in ucpd_isr()
|