Home
last modified time | relevance | path

Searched refs:TCPC_TX_SOP (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/usb/typec/tcpm/
H A Dtcpm.c983 case TCPC_TX_SOP: in tcpm_pd_transmit()
1013 case TCPC_TX_SOP: in tcpm_pd_transmit()
1764 case TCPC_TX_SOP: in svdm_consume_modes()
1957 case TCPC_TX_SOP: in tcpm_pd_svdm()
2082 case TCPC_TX_SOP: in tcpm_pd_svdm()
2177 if (rx_sop_type == TCPC_TX_SOP) { in tcpm_pd_svdm()
2439 case TCPC_TX_SOP: in tcpm_send_vdm()
2522 case TCPC_TX_SOP: in vdm_run_state_machine()
2621 0, TCPC_TX_SOP); in vdm_run_state_machine()
3695 case TCPC_TX_SOP: in tcpm_pd_rx_handler()
[all …]
H A Dtcpci_maxim_core.c154 rx_type = TCPC_TX_SOP; in process_rx()
157 rx_type = TCPC_TX_SOP; in process_rx()
H A Dwcove.c390 case TCPC_TX_SOP: in wcove_pd_transmit()
538 tcpm_pd_receive(wcove->tcpm, &msg, TCPC_TX_SOP); in wcove_typec_irq()
H A Dfusb302.c1011 [TCPC_TX_SOP] = "SOP",
1030 case TCPC_TX_SOP: in tcpm_pd_transmit()
1470 tcpm_pd_receive(chip->tcpm_port, msg, TCPC_TX_SOP); in fusb302_pd_read_message()
H A Dtcpci.c775 tcpm_pd_receive(tcpci->port, &msg, TCPC_TX_SOP); in tcpci_irq()
/linux-6.15/include/linux/usb/
H A Dtcpm.h43 TCPC_TX_SOP = 0, enumerator
/linux-6.15/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec_pdphy.c371 tcpm_pd_receive(pmic_typec_pdphy->tcpm_port, &msg, TCPC_TX_SOP); in qcom_pmic_typec_pdphy_pd_receive()