Home
last modified time | relevance | path

Searched refs:tcpm_get_current (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/power/power_delivery/
H A Dtcpm.h173 int tcpm_get_current(struct tcpm_port *port);
/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A Dtcpci.c691 return tcpm_get_current(tcpci->port); in tcpci_get_current_fun()
747 return tcpm_get_current(chip->tcpci->port); in tcpci_get_current()
H A Dfusb302.c1503 return tcpm_get_current(chip->tcpm_port); in fusb302_get_current()
H A Dtcpm.c3513 int tcpm_get_current(struct tcpm_port *port) in tcpm_get_current() function