Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dtcpci.h195 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data, member
H A Dtcpci_rt1711h.c250 chip->data.start_drp_toggling = rt1711h_start_drp_toggling; in rt1711h_probe()
H A Dtcpci_et7303.c276 chip->data.start_drp_toggling = et7303_start_drp_toggling; in et7303_probe()
H A Dtcpci.c198 if (tcpci->data->start_drp_toggling) { in tcpci_start_toggling()
201 ret = tcpci->data->start_drp_toggling(tcpci, tcpci->data, cc); in tcpci_start_toggling()
H A Dtcpci_maxim.c471 chip->data.start_drp_toggling = max_tcpci_start_toggling; in max_tcpci_probe()