Home
last modified time | relevance | path

Searched refs:tcpm_unregister_port (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/include/linux/usb/
Dtcpm.h162 void tcpm_unregister_port(struct tcpm_port *port);
/Linux-v6.6/drivers/usb/typec/tcpm/
Dwcove.c665 tcpm_unregister_port(wcove->tcpm); in wcove_typec_probe()
685 tcpm_unregister_port(wcove->tcpm); in wcove_typec_remove()
Dfusb302.c1755 goto tcpm_unregister_port; in fusb302_probe()
1762 tcpm_unregister_port: in fusb302_probe()
1763 tcpm_unregister_port(chip->tcpm_port); in fusb302_probe()
1780 tcpm_unregister_port(chip->tcpm_port); in fusb302_remove()
Dtcpci.c827 tcpm_unregister_port(tcpci->port); in tcpci_unregister_port()
Dtcpm.c6634 void tcpm_unregister_port(struct tcpm_port *port) in tcpm_unregister_port() function
6656 EXPORT_SYMBOL_GPL(tcpm_unregister_port);
/Linux-v6.6/drivers/usb/typec/tcpm/qcom/
Dqcom_pmic_typec.c282 tcpm_unregister_port(tcpm->tcpm_port); in qcom_pmic_typec_remove()