Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dtcpci.h208 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data, member
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpci.c182 if (tcpci->data->start_drp_toggling) { in tcpci_start_toggling()
183 ret = tcpci->data->start_drp_toggling(tcpci, tcpci->data, cc); in tcpci_start_toggling()
H A Dtcpci_rt1711h.c371 chip->data.start_drp_toggling = rt1711h_start_drp_toggling; in rt1711h_probe()
H A Dtcpci_maxim_core.c455 chip->data.start_drp_toggling = max_tcpci_start_toggling; in max_tcpci_probe()