Symbol: TCPC_TX_SOP_PRIME
drivers/usb/typec/tcpm/fusb302.c
1021
[TCPC_TX_SOP_PRIME] = "SOP'",
drivers/usb/typec/tcpm/tcpci_maxim_core.c
146
rx_type = TCPC_TX_SOP_PRIME;
drivers/usb/typec/tcpm/tcpm.c
1111
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
1140
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
1777
if (tx_sop_type == TCPC_TX_SOP_PRIME)
drivers/usb/typec/tcpm/tcpm.c
1938
struct pd_mode_data *pmdata = rx_sop_type == TCPC_TX_SOP_PRIME ?
drivers/usb/typec/tcpm/tcpm.c
1993
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
2178
*response_tx_sop_type = TCPC_TX_SOP_PRIME;
drivers/usb/typec/tcpm/tcpm.c
2186
} else if (rx_sop_type == TCPC_TX_SOP_PRIME) {
drivers/usb/typec/tcpm/tcpm.c
2192
*response_tx_sop_type = TCPC_TX_SOP_PRIME;
drivers/usb/typec/tcpm/tcpm.c
2229
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
2273
if (rx_sop_type == TCPC_TX_SOP_PRIME)
drivers/usb/typec/tcpm/tcpm.c
2347
!(rx_sop_type == TCPC_TX_SOP_PRIME && cmd == CMD_DISCOVER_IDENT))
drivers/usb/typec/tcpm/tcpm.c
2400
*response_tx_sop_type = TCPC_TX_SOP_PRIME;
drivers/usb/typec/tcpm/tcpm.c
2414
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
2453
} else if (rx_sop_type == TCPC_TX_SOP_PRIME) {
drivers/usb/typec/tcpm/tcpm.c
2476
} else if (rx_sop_type == TCPC_TX_SOP_PRIME) {
drivers/usb/typec/tcpm/tcpm.c
2626
if (rx_sop_type == TCPC_TX_SOP_PRIME) {
drivers/usb/typec/tcpm/tcpm.c
2634
if (rx_sop_type == TCPC_TX_SOP_PRIME)
drivers/usb/typec/tcpm/tcpm.c
2640
if (rx_sop_type == TCPC_TX_SOP_PRIME) {
drivers/usb/typec/tcpm/tcpm.c
2696
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
2785
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
2907
if (port->tx_sop_type == TCPC_TX_SOP_PRIME) {
drivers/usb/typec/tcpm/tcpm.c
3147
return tcpm_queue_vdm_unlocked(port, header, vdo, vdo ? 1 : 0, TCPC_TX_SOP_PRIME);
drivers/usb/typec/tcpm/tcpm.c
3163
return tcpm_queue_vdm_unlocked(port, header, NULL, 0, TCPC_TX_SOP_PRIME);
drivers/usb/typec/tcpm/tcpm.c
3171
return tcpm_queue_vdm_unlocked(port, header, data, count - 1, TCPC_TX_SOP_PRIME);
drivers/usb/typec/tcpm/tcpm.c
3759
if (rx_sop_type == TCPC_TX_SOP_PRIME) {
drivers/usb/typec/tcpm/tcpm.c
3970
if (rx_sop_type == TCPC_TX_SOP_PRIME &&
drivers/usb/typec/tcpm/tcpm.c
3984
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
4046
case TCPC_TX_SOP_PRIME:
drivers/usb/typec/tcpm/tcpm.c
5426
port->tx_sop_type = TCPC_TX_SOP_PRIME;
drivers/usb/typec/tcpm/tcpm.c
5818
port->tx_sop_type = TCPC_TX_SOP_PRIME;
drivers/usb/typec/tcpm/tcpm.c
5999
if (port->tx_sop_type == TCPC_TX_SOP_PRIME) {
drivers/usb/typec/tcpm/tcpm.c
6002
tcpm_pd_send_control(port, PD_CTRL_SOFT_RESET, TCPC_TX_SOP_PRIME);
drivers/usb/typec/tcpm/tcpm.c
6226
port->tx_sop_type = TCPC_TX_SOP_PRIME;
drivers/usb/typec/tcpm/tcpm.c
6334
port->tx_sop_type = TCPC_TX_SOP_PRIME;
drivers/usb/typec/tcpm/wcove.c
391
case TCPC_TX_SOP_PRIME: