Searched refs:start_toggling (Results 1 – 5 of 5) sorted by relevance
81 * @start_toggling:155 int (*start_toggling)(struct tcpc_dev *dev, member
603 dev_dbg(dev, "start_toggling: misc 0x%08x attached %d port_type %d current cc %d new %d\n", in qcom_pmic_typec_port_start_toggling() 765 tcpm->tcpc.start_toggling = qcom_pmic_typec_port_start_toggling; in qcom_pmic_typec_port_probe()
853 tcpci->tcpc.start_toggling = tcpci_start_toggling; in tcpci_register_port()
1138 fusb302_tcpc_dev->start_toggling = tcpm_start_toggling; in init_tcpc_dev()
4344 if (!port->tcpc->start_toggling) in tcpm_start_toggling() 4348 ret = port->tcpc->start_toggling(port->tcpc, port->port_type, cc); in tcpm_start_toggling()