Searched refs:tcpm_queue_vdm_unlocked (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 1821 static int tcpm_queue_vdm_unlocked(struct tcpm_port *port, const u32 header, in tcpm_queue_vdm_unlocked() function 3067 return tcpm_queue_vdm_unlocked(port, header, vdo, vdo ? 1 : 0, TCPC_TX_SOP); in tcpm_altmode_enter() 3083 return tcpm_queue_vdm_unlocked(port, header, NULL, 0, TCPC_TX_SOP); in tcpm_altmode_exit() 3091 return tcpm_queue_vdm_unlocked(port, header, data, count - 1, TCPC_TX_SOP); in tcpm_altmode_vdm() 3115 return tcpm_queue_vdm_unlocked(port, header, vdo, vdo ? 1 : 0, TCPC_TX_SOP_PRIME); in tcpm_cable_altmode_enter() 3131 return tcpm_queue_vdm_unlocked(port, header, NULL, 0, TCPC_TX_SOP_PRIME); in tcpm_cable_altmode_exit() 3139 return tcpm_queue_vdm_unlocked(port, header, data, count - 1, TCPC_TX_SOP_PRIME); in tcpm_cable_altmode_vdm()
|