Symbol: TCPC_TX_SOP
drivers/usb/typec/tcpm/fusb302.c
1019
[TCPC_TX_SOP] = "SOP",
drivers/usb/typec/tcpm/fusb302.c
1038
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/fusb302.c
1478
tcpm_pd_receive(chip->tcpm_port, msg, TCPC_TX_SOP);
drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c
371
tcpm_pd_receive(pmic_typec_pdphy->tcpm_port, &msg, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpci.c
776
tcpm_pd_receive(tcpci->port, &msg, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpci_maxim_core.c
154
rx_type = TCPC_TX_SOP;
drivers/usb/typec/tcpm/tcpci_maxim_core.c
157
rx_type = TCPC_TX_SOP;
drivers/usb/typec/tcpm/tcpm.c
1011
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
1041
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
1293
return tcpm_pd_transmit(port, TCPC_TX_SOP, &msg);
drivers/usb/typec/tcpm/tcpm.c
1330
return tcpm_pd_transmit(port, TCPC_TX_SOP, &msg);
drivers/usb/typec/tcpm/tcpm.c
1367
return tcpm_pd_transmit(port, TCPC_TX_SOP, &msg);
drivers/usb/typec/tcpm/tcpm.c
1842
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
2035
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
2160
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
2199
*response_tx_sop_type = TCPC_TX_SOP;
drivers/usb/typec/tcpm/tcpm.c
2222
*response_tx_sop_type = TCPC_TX_SOP;
drivers/usb/typec/tcpm/tcpm.c
2239
if (rx_sop_type == TCPC_TX_SOP) {
drivers/usb/typec/tcpm/tcpm.c
2255
if (rx_sop_type == TCPC_TX_SOP) {
drivers/usb/typec/tcpm/tcpm.c
2261
*response_tx_sop_type = TCPC_TX_SOP;
drivers/usb/typec/tcpm/tcpm.c
2293
if (rx_sop_type == TCPC_TX_SOP) {
drivers/usb/typec/tcpm/tcpm.c
2307
if (rx_sop_type == TCPC_TX_SOP) {
drivers/usb/typec/tcpm/tcpm.c
2374
enum tcpm_transmit_type response_tx_sop_type = TCPC_TX_SOP;
drivers/usb/typec/tcpm/tcpm.c
2521
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
2604
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
2688
if (port->tx_sop_type == TCPC_TX_SOP)
drivers/usb/typec/tcpm/tcpm.c
2703
0, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
2915
return tcpm_queue_vdm_unlocked(port, header, vdo, vdo ? 1 : 0, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
2931
return tcpm_queue_vdm_unlocked(port, header, NULL, 0, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
2939
return tcpm_queue_vdm_unlocked(port, header, data, count - 1, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
3769
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
3782
(port->data_role == TYPEC_HOST) && rx_sop_type == TCPC_TX_SOP) {
drivers/usb/typec/tcpm/tcpm.c
3834
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
3871
tcpm_pd_send_control(port, PD_CTRL_WAIT, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
3874
tcpm_pd_send_control(port, PD_CTRL_REJECT, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
3877
tcpm_pd_send_control(port, PD_CTRL_NOT_SUPP, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
4234
return tcpm_pd_transmit(port, TCPC_TX_SOP, &msg);
drivers/usb/typec/tcpm/tcpm.c
4318
return tcpm_pd_transmit(port, TCPC_TX_SOP, &msg);
drivers/usb/typec/tcpm/tcpm.c
4963
tcpm_pd_send_control(port, PD_CTRL_REJECT, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
4971
tcpm_pd_send_control(port, PD_CTRL_ACCEPT, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
4980
tcpm_pd_send_control(port, PD_CTRL_PS_RDY, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
5027
port->tx_sop_type = TCPC_TX_SOP;
drivers/usb/typec/tcpm/tcpm.c
5264
if (tcpm_pd_send_control(port, PD_CTRL_GET_SOURCE_CAP, TCPC_TX_SOP))
drivers/usb/typec/tcpm/tcpm.c
5381
port->tx_sop_type = TCPC_TX_SOP;
drivers/usb/typec/tcpm/tcpm.c
5536
tcpm_pd_send_control(port, PD_CTRL_ACCEPT, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
5570
if (tcpm_pd_send_control(port, PD_CTRL_SOFT_RESET, TCPC_TX_SOP))
drivers/usb/typec/tcpm/tcpm.c
5580
tcpm_pd_send_control(port, PD_CTRL_DR_SWAP, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
5589
tcpm_pd_send_control(port, PD_CTRL_ACCEPT, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
5616
if (tcpm_pd_send_control(port, PD_CTRL_FR_SWAP, TCPC_TX_SOP)) {
drivers/usb/typec/tcpm/tcpm.c
5636
if (tcpm_pd_send_control(port, PD_CTRL_PS_RDY, TCPC_TX_SOP)) {
drivers/usb/typec/tcpm/tcpm.c
5646
tcpm_pd_send_control(port, PD_CTRL_ACCEPT, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
5650
tcpm_pd_send_control(port, PD_CTRL_PR_SWAP, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
5692
if (tcpm_pd_send_control(port, PD_CTRL_PS_RDY, TCPC_TX_SOP)) {
drivers/usb/typec/tcpm/tcpm.c
5738
tcpm_pd_send_control(port, PD_CTRL_PS_RDY, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
5743
tcpm_pd_send_control(port, PD_CTRL_ACCEPT, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
5748
tcpm_pd_send_control(port, PD_CTRL_VCONN_SWAP, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
5768
tcpm_pd_send_control(port, PD_CTRL_PS_RDY, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
5830
tcpm_pd_send_control(port, PD_CTRL_GET_STATUS, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
5838
tcpm_pd_send_control(port, PD_CTRL_GET_PPS_STATUS, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
5846
tcpm_pd_send_control(port, PD_CTRL_GET_SINK_CAP, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
5889
tcpm_pd_send_control(port, PD_CTRL_NOT_SUPP, TCPC_TX_SOP);
drivers/usb/typec/tcpm/wcove.c
390
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/wcove.c
538
tcpm_pd_receive(wcove->tcpm, &msg, TCPC_TX_SOP);