Home
last modified time | relevance | path

Searched refs:TCPC_TX_SOP_PRIME (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c1008 case TCPC_TX_SOP_PRIME: in tcpm_pd_transmit()
1037 case TCPC_TX_SOP_PRIME: in tcpm_pd_transmit()
1616 if (tx_sop_type == TCPC_TX_SOP_PRIME) in tcpm_queue_vdm()
1780 struct pd_mode_data *pmdata = rx_sop_type == TCPC_TX_SOP_PRIME ? in svdm_consume_svids()
1835 case TCPC_TX_SOP_PRIME: in svdm_consume_modes()
2021 case TCPC_TX_SOP_PRIME: in tcpm_pd_svdm()
2065 if (rx_sop_type == TCPC_TX_SOP_PRIME) in tcpm_pd_svdm()
2139 !(rx_sop_type == TCPC_TX_SOP_PRIME && cmd == CMD_DISCOVER_IDENT)) in tcpm_pd_svdm()
2192 *response_tx_sop_type = TCPC_TX_SOP_PRIME; in tcpm_pd_svdm()
2206 case TCPC_TX_SOP_PRIME: in tcpm_pd_svdm()
[all …]
H A Dtcpci_maxim_core.c151 rx_type = TCPC_TX_SOP_PRIME; in process_rx()
H A Dwcove.c391 case TCPC_TX_SOP_PRIME: in wcove_pd_transmit()
H A Dfusb302.c1020 [TCPC_TX_SOP_PRIME] = "SOP'",
/linux/include/linux/usb/
H A Dtcpm.h44 TCPC_TX_SOP_PRIME = 1, enumerator