Home
last modified time | relevance | path

Searched refs:start_drp_toggling (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpci.h139 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data, member
H A Dtcpci.c170 if (tcpci->data->start_drp_toggling) { in tcpci_start_toggling()
171 ret = tcpci->data->start_drp_toggling(tcpci, tcpci->data, cc); in tcpci_start_toggling()