Searched refs:start_drp_toggling (Results 1 – 7 of 7) sorted by relevance
111 if (tcpci->data->start_drp_toggling) { in tcpci_start_drp_toggling()112 ret = tcpci->data->start_drp_toggling(tcpci, tcpci->data, cc); in tcpci_start_drp_toggling()514 tcpci->tcpc.start_drp_toggling = tcpci_start_drp_toggling; in tcpci_register_port()
131 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data, member
269 chip->data.start_drp_toggling = rt1711h_start_drp_toggling; in rt1711h_probe()
640 wcove->tcpc.start_drp_toggling = wcove_start_drp_toggling; in wcove_typec_probe()
2541 if (port->tcpc->start_drp_toggling && in tcpm_start_drp_toggling()2544 ret = port->tcpc->start_drp_toggling(port->tcpc, cc); in tcpm_start_drp_toggling()
149 int (*start_drp_toggling)(struct tcpc_dev *dev, member
1207 fusb302_tcpc_dev->start_drp_toggling = tcpm_start_drp_toggling; in init_tcpc_dev()