Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dtcpm.h159 void tcpm_unregister_port(struct tcpm_port *port);
/Linux-v4.19/drivers/usb/typec/
Dtypec_wcove.c656 tcpm_unregister_port(wcove->tcpm); in wcove_typec_probe()
675 tcpm_unregister_port(wcove->tcpm); in wcove_typec_remove()
Dtcpci.c534 tcpm_unregister_port(tcpci->port); in tcpci_unregister_port()
Dtcpm.c4835 void tcpm_unregister_port(struct tcpm_port *port) in tcpm_unregister_port() function
4847 EXPORT_SYMBOL_GPL(tcpm_unregister_port);
/Linux-v4.19/drivers/usb/typec/fusb302/
Dfusb302.c1797 goto tcpm_unregister_port; in fusb302_probe()
1802 tcpm_unregister_port: in fusb302_probe()
1803 tcpm_unregister_port(chip->tcpm_port); in fusb302_probe()
1817 tcpm_unregister_port(chip->tcpm_port); in fusb302_remove()