Searched refs:TCPC_TX_SOP (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 1011 case TCPC_TX_SOP: in tcpm_pd_transmit() 1041 case TCPC_TX_SOP: in tcpm_pd_transmit() 1293 return tcpm_pd_transmit(port, TCPC_TX_SOP, &msg); in tcpm_pd_send_revision() 1330 return tcpm_pd_transmit(port, TCPC_TX_SOP, &msg); in tcpm_pd_send_source_caps() 1367 return tcpm_pd_transmit(port, TCPC_TX_SOP, &msg); in tcpm_pd_send_sink_caps() 1842 case TCPC_TX_SOP: in svdm_consume_modes() 2035 case TCPC_TX_SOP: in tcpm_pd_svdm() 2160 case TCPC_TX_SOP: in tcpm_pd_svdm() 2199 *response_tx_sop_type = TCPC_TX_SOP; in tcpm_pd_svdm() 2222 *response_tx_sop_type = TCPC_TX_SOP; in tcpm_pd_svdm() [all …]
|
| H A D | tcpci_maxim_core.c | 154 rx_type = TCPC_TX_SOP; in process_rx() 157 rx_type = TCPC_TX_SOP; in process_rx()
|
| H A 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()
|
| H A D | fusb302.c | 1019 [TCPC_TX_SOP] = "SOP", 1038 case TCPC_TX_SOP: in tcpm_pd_transmit() 1478 tcpm_pd_receive(chip->tcpm_port, msg, TCPC_TX_SOP); in fusb302_pd_read_message()
|
| H A D | tcpci.c | 776 tcpm_pd_receive(tcpci->port, &msg, TCPC_TX_SOP); in tcpci_irq()
|
| /linux/include/linux/usb/ |
| H A D | tcpm.h | 43 TCPC_TX_SOP = 0, enumerator
|
| /linux/drivers/usb/typec/tcpm/qcom/ |
| H A D | qcom_pmic_typec_pdphy.c | 371 tcpm_pd_receive(pmic_typec_pdphy->tcpm_port, &msg, TCPC_TX_SOP); in qcom_pmic_typec_pdphy_pd_receive()
|