Symbol: TCPC_TX_SOP
drivers/usb/typec/tcpm/fusb302.c
1020
[TCPC_TX_SOP] = "SOP",
drivers/usb/typec/tcpm/fusb302.c
1039
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/fusb302.c
1479
tcpm_pd_receive(chip->tcpm_port, msg, TCPC_TX_SOP);
drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c
370
tcpm_pd_receive(pmic_typec_pdphy->tcpm_port, &msg, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpci.c
779
tcpm_pd_receive(tcpci->port, &msg, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpci_maxim_core.c
149
rx_type = TCPC_TX_SOP;
drivers/usb/typec/tcpm/tcpci_maxim_core.c
152
rx_type = TCPC_TX_SOP;
drivers/usb/typec/tcpm/tcpm.c
1114
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
1144
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
1396
return tcpm_pd_transmit(port, TCPC_TX_SOP, &msg);
drivers/usb/typec/tcpm/tcpm.c
1433
return tcpm_pd_transmit(port, TCPC_TX_SOP, &msg);
drivers/usb/typec/tcpm/tcpm.c
1470
return tcpm_pd_transmit(port, TCPC_TX_SOP, &msg);
drivers/usb/typec/tcpm/tcpm.c
1528
return tcpm_pd_transmit(port, TCPC_TX_SOP, &msg);
drivers/usb/typec/tcpm/tcpm.c
1996
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
2164
if (rx_sop_type == TCPC_TX_SOP) {
drivers/usb/typec/tcpm/tcpm.c
2170
*response_tx_sop_type = TCPC_TX_SOP;
drivers/usb/typec/tcpm/tcpm.c
2243
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
2368
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
2407
*response_tx_sop_type = TCPC_TX_SOP;
drivers/usb/typec/tcpm/tcpm.c
2430
*response_tx_sop_type = TCPC_TX_SOP;
drivers/usb/typec/tcpm/tcpm.c
2447
if (rx_sop_type == TCPC_TX_SOP) {
drivers/usb/typec/tcpm/tcpm.c
2471
if (rx_sop_type == TCPC_TX_SOP) {
drivers/usb/typec/tcpm/tcpm.c
2485
if (rx_sop_type == TCPC_TX_SOP) {
drivers/usb/typec/tcpm/tcpm.c
2558
enum tcpm_transmit_type response_tx_sop_type = TCPC_TX_SOP;
drivers/usb/typec/tcpm/tcpm.c
2705
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
2788
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
2872
if (port->tx_sop_type == TCPC_TX_SOP)
drivers/usb/typec/tcpm/tcpm.c
2887
0, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
3099
return tcpm_queue_vdm_unlocked(port, header, vdo, vdo ? 1 : 0, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
3115
return tcpm_queue_vdm_unlocked(port, header, NULL, 0, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
3123
return tcpm_queue_vdm_unlocked(port, header, data, count - 1, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
3989
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
4002
(port->data_role == TYPEC_HOST) && rx_sop_type == TCPC_TX_SOP) {
drivers/usb/typec/tcpm/tcpm.c
4054
case TCPC_TX_SOP:
drivers/usb/typec/tcpm/tcpm.c
4091
tcpm_pd_send_control(port, PD_CTRL_WAIT, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
4094
tcpm_pd_send_control(port, PD_CTRL_REJECT, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
4097
tcpm_pd_send_control(port, PD_CTRL_NOT_SUPP, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
4133
tcpm_pd_send_control(port, PD_CTRL_NOT_SUPP, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
4567
return tcpm_pd_transmit(port, TCPC_TX_SOP, &msg);
drivers/usb/typec/tcpm/tcpm.c
4712
return tcpm_pd_transmit(port, TCPC_TX_SOP, &msg);
drivers/usb/typec/tcpm/tcpm.c
5364
tcpm_pd_send_control(port, PD_CTRL_REJECT, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
5372
tcpm_pd_send_control(port, PD_CTRL_ACCEPT, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
5381
tcpm_pd_send_control(port, PD_CTRL_PS_RDY, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
5428
port->tx_sop_type = TCPC_TX_SOP;
drivers/usb/typec/tcpm/tcpm.c
5665
if (tcpm_pd_send_control(port, PD_CTRL_GET_SOURCE_CAP, TCPC_TX_SOP))
drivers/usb/typec/tcpm/tcpm.c
5820
port->tx_sop_type = TCPC_TX_SOP;
drivers/usb/typec/tcpm/tcpm.c
5974
tcpm_pd_send_control(port, PD_CTRL_ACCEPT, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
6009
if (tcpm_pd_send_control(port, PD_CTRL_SOFT_RESET, TCPC_TX_SOP))
drivers/usb/typec/tcpm/tcpm.c
6019
tcpm_pd_send_control(port, PD_CTRL_DR_SWAP, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
6028
tcpm_pd_send_control(port, PD_CTRL_ACCEPT, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
6055
if (tcpm_pd_send_control(port, PD_CTRL_FR_SWAP, TCPC_TX_SOP)) {
drivers/usb/typec/tcpm/tcpm.c
6075
if (tcpm_pd_send_control(port, PD_CTRL_PS_RDY, TCPC_TX_SOP)) {
drivers/usb/typec/tcpm/tcpm.c
6085
tcpm_pd_send_control(port, PD_CTRL_ACCEPT, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
6089
tcpm_pd_send_control(port, PD_CTRL_PR_SWAP, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
6131
if (tcpm_pd_send_control(port, PD_CTRL_PS_RDY, TCPC_TX_SOP)) {
drivers/usb/typec/tcpm/tcpm.c
6176
tcpm_pd_send_control(port, PD_CTRL_PS_RDY, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
6181
tcpm_pd_send_control(port, PD_CTRL_ACCEPT, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
6186
tcpm_pd_send_control(port, PD_CTRL_VCONN_SWAP, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
6206
tcpm_pd_send_control(port, PD_CTRL_PS_RDY, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
6268
tcpm_pd_send_control(port, PD_CTRL_GET_STATUS, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
6276
tcpm_pd_send_control(port, PD_CTRL_GET_PPS_STATUS, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
6284
tcpm_pd_send_control(port, PD_CTRL_GET_SINK_CAP, TCPC_TX_SOP);
drivers/usb/typec/tcpm/tcpm.c
6327
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
541
tcpm_pd_receive(wcove->tcpm, &msg, TCPC_TX_SOP);