Home
last modified time | relevance | path

Searched refs:rx_sop_type (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/usb/typec/tcpm/
H A Dtcpm.c596 enum tcpm_transmit_type rx_sop_type; member
1756 switch (rx_sop_type) { in svdm_consume_modes()
1942 switch (rx_sop_type) { in tcpm_pd_svdm()
2081 switch (rx_sop_type) { in tcpm_pd_svdm()
2161 if (rx_sop_type == TCPC_TX_SOP) { in tcpm_pd_svdm()
2177 if (rx_sop_type == TCPC_TX_SOP) { in tcpm_pd_svdm()
2215 if (rx_sop_type == TCPC_TX_SOP) { in tcpm_pd_svdm()
2229 if (rx_sop_type == TCPC_TX_SOP) { in tcpm_pd_svdm()
3661 enum tcpm_transmit_type rx_sop_type = event->rx_sop_type; in tcpm_pd_rx_handler() local
3689 switch (rx_sop_type) { in tcpm_pd_rx_handler()
[all …]
/linux-6.15/include/linux/usb/
H A Dtcpm.h186 enum tcpm_transmit_type rx_sop_type);