Symbol: TCPC_TX_SOP_PRIME
drivers/usb/typec/tcpm/fusb302.c
1020
[TCPC_TX_SOP_PRIME] = "SOP'",
drivers/usb/typec/tcpm/tcpci_maxim_core.c
151
rx_type = TCPC_TX_SOP_PRIME;
drivers/usb/typec/tcpm/tcpm.c
1008
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
1037
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
1616
if (tx_sop_type == TCPC_TX_SOP_PRIME)
drivers/usb/typec/tcpm/tcpm.c
1780
struct pd_mode_data *pmdata = rx_sop_type == TCPC_TX_SOP_PRIME ?
drivers/usb/typec/tcpm/tcpm.c
1835
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
2021
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
2065
if (rx_sop_type == TCPC_TX_SOP_PRIME)
drivers/usb/typec/tcpm/tcpm.c
2139
!(rx_sop_type == TCPC_TX_SOP_PRIME && cmd == CMD_DISCOVER_IDENT))
drivers/usb/typec/tcpm/tcpm.c
2192
*response_tx_sop_type = TCPC_TX_SOP_PRIME;
drivers/usb/typec/tcpm/tcpm.c
2206
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
2245
} else if (rx_sop_type == TCPC_TX_SOP_PRIME) {
drivers/usb/typec/tcpm/tcpm.c
2266
*response_tx_sop_type = TCPC_TX_SOP_PRIME;
drivers/usb/typec/tcpm/tcpm.c
2274
} else if (rx_sop_type == TCPC_TX_SOP_PRIME) {
drivers/usb/typec/tcpm/tcpm.c
2280
*response_tx_sop_type = TCPC_TX_SOP_PRIME;
drivers/usb/typec/tcpm/tcpm.c
2298
} else if (rx_sop_type == TCPC_TX_SOP_PRIME) {
drivers/usb/typec/tcpm/tcpm.c
2442
if (rx_sop_type == TCPC_TX_SOP_PRIME) {
drivers/usb/typec/tcpm/tcpm.c
2450
if (rx_sop_type == TCPC_TX_SOP_PRIME)
drivers/usb/typec/tcpm/tcpm.c
2456
if (rx_sop_type == TCPC_TX_SOP_PRIME) {
drivers/usb/typec/tcpm/tcpm.c
2512
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
2601
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
2723
if (port->tx_sop_type == TCPC_TX_SOP_PRIME) {
drivers/usb/typec/tcpm/tcpm.c
2963
return tcpm_queue_vdm_unlocked(port, header, vdo, vdo ? 1 : 0, TCPC_TX_SOP_PRIME);
drivers/usb/typec/tcpm/tcpm.c
2979
return tcpm_queue_vdm_unlocked(port, header, NULL, 0, TCPC_TX_SOP_PRIME);
drivers/usb/typec/tcpm/tcpm.c
2987
return tcpm_queue_vdm_unlocked(port, header, data, count - 1, TCPC_TX_SOP_PRIME);
drivers/usb/typec/tcpm/tcpm.c
3552
if (rx_sop_type == TCPC_TX_SOP_PRIME) {
drivers/usb/typec/tcpm/tcpm.c
3750
if (rx_sop_type == TCPC_TX_SOP_PRIME &&
drivers/usb/typec/tcpm/tcpm.c
3764
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
3826
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
5025
port->tx_sop_type = TCPC_TX_SOP_PRIME;
drivers/usb/typec/tcpm/tcpm.c
5379
port->tx_sop_type = TCPC_TX_SOP_PRIME;
drivers/usb/typec/tcpm/tcpm.c
5559
if (port->tx_sop_type == TCPC_TX_SOP_PRIME) {
drivers/usb/typec/tcpm/tcpm.c
5562
tcpm_pd_send_control(port, PD_CTRL_SOFT_RESET, TCPC_TX_SOP_PRIME);
drivers/usb/typec/tcpm/tcpm.c
5788
port->tx_sop_type = TCPC_TX_SOP_PRIME;
drivers/usb/typec/tcpm/tcpm.c
5896
port->tx_sop_type = TCPC_TX_SOP_PRIME;
drivers/usb/typec/tcpm/wcove.c
391
case TCPC_TX_SOP_PRIME: