Home
last modified time | relevance | path

Searched refs:tcpci_get_tcpm_port (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/usb/
Dtcpci.h237 struct tcpm_port *tcpci_get_tcpm_port(struct tcpci *tcpci);
/linux-6.12.1/drivers/usb/typec/tcpm/
Dtcpci.c50 struct tcpm_port *tcpci_get_tcpm_port(struct tcpci *tcpci) in tcpci_get_tcpm_port() function
54 EXPORT_SYMBOL_GPL(tcpci_get_tcpm_port);
Dtcpci_maxim_core.c532 chip->port = tcpci_get_tcpm_port(chip->tcpci); in max_tcpci_probe()