Searched refs:TCPC_TX_SOP (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/usb/typec/tcpm/ |
D | tcpm.c | 955 case TCPC_TX_SOP: in tcpm_pd_transmit() 985 case TCPC_TX_SOP: in tcpm_pd_transmit() 1256 return tcpm_pd_transmit(port, TCPC_TX_SOP, &msg); in tcpm_pd_send_source_caps() 1293 return tcpm_pd_transmit(port, TCPC_TX_SOP, &msg); in tcpm_pd_send_sink_caps() 1718 case TCPC_TX_SOP: in svdm_consume_modes() 1911 case TCPC_TX_SOP: in tcpm_pd_svdm() 2036 case TCPC_TX_SOP: in tcpm_pd_svdm() 2075 *response_tx_sop_type = TCPC_TX_SOP; in tcpm_pd_svdm() 2098 *response_tx_sop_type = TCPC_TX_SOP; in tcpm_pd_svdm() 2115 if (rx_sop_type == TCPC_TX_SOP) { in tcpm_pd_svdm() [all …]
|
D | tcpci_maxim_core.c | 154 rx_type = TCPC_TX_SOP; in process_rx() 157 rx_type = TCPC_TX_SOP; in process_rx()
|
D | wcove.c | 390 case TCPC_TX_SOP: in wcove_pd_transmit() 538 tcpm_pd_receive(wcove->tcpm, &msg, TCPC_TX_SOP); in wcove_typec_irq()
|
D | fusb302.c | 1011 [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()
|
D | tcpci.c | 770 tcpm_pd_receive(tcpci->port, &msg, TCPC_TX_SOP); in tcpci_irq()
|
/linux-6.12.1/include/linux/usb/ |
D | tcpm.h | 43 TCPC_TX_SOP = 0, enumerator
|
/linux-6.12.1/drivers/usb/typec/tcpm/qcom/ |
D | qcom_pmic_typec_pdphy.c | 370 tcpm_pd_receive(pmic_typec_pdphy->tcpm_port, &msg, TCPC_TX_SOP); in qcom_pmic_typec_pdphy_pd_receive()
|