Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/typec/tcpm/
Dtcpci.h131 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data, member
Dtcpci.c115 if (tcpci->data->start_drp_toggling) { in tcpci_start_toggling()
116 ret = tcpci->data->start_drp_toggling(tcpci, tcpci->data, cc); in tcpci_start_toggling()
Dtcpci_rt1711h.c269 chip->data.start_drp_toggling = rt1711h_start_drp_toggling; in rt1711h_probe()