Searched refs:start_drp_toggling (Results 1 – 7 of 7) sorted by relevance
139 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data, member
170 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()
195 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data, member
250 chip->data.start_drp_toggling = rt1711h_start_drp_toggling; in rt1711h_probe()
276 chip->data.start_drp_toggling = et7303_start_drp_toggling; in et7303_probe()
198 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()
471 chip->data.start_drp_toggling = max_tcpci_start_toggling; in max_tcpci_probe()