start_drp_toggling  115 drivers/usb/typec/tcpm/tcpci.c 	if (tcpci->data->start_drp_toggling) {
start_drp_toggling  116 drivers/usb/typec/tcpm/tcpci.c 		ret = tcpci->data->start_drp_toggling(tcpci, tcpci->data, cc);
start_drp_toggling  131 drivers/usb/typec/tcpm/tcpci.h 	int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data,
start_drp_toggling  269 drivers/usb/typec/tcpm/tcpci_rt1711h.c 	chip->data.start_drp_toggling = rt1711h_start_drp_toggling;